org.postgresql.driverconfig.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of postgis-jdbc Show documentation
Show all versions of postgis-jdbc Show documentation
PostGIS adds support for geographic objects to the PostgreSQL object-relational database.
#
# This property file is included in the postgis jar and autoregisters the
# PostGIS datatypes within the jdbc driver.
#
datatype.geometry=net.postgis.jdbc.PGgeometry
datatype.geography=net.postgis.jdbc.PGgeography
datatype.box3d=net.postgis.jdbc.PGbox3d
datatype.box2d=net.postgis.jdbc.PGbox2d