org.geotools.data.postgis.referencing
Class PostgisAuthorityFactory
java.lang.Object
org.geotools.data.jdbc.referencing.JDBCAuthorityFactory
org.geotools.data.postgis.referencing.PostgisAuthorityFactory
- All Implemented Interfaces:
- org.opengis.referencing.AuthorityFactory, org.opengis.referencing.crs.CRSAuthorityFactory, org.opengis.referencing.Factory
- public class PostgisAuthorityFactory
- extends JDBCAuthorityFactory
- Author:
- jeichar
Method Summary |
org.opengis.referencing.crs.CoordinateReferenceSystem |
createCRS(int srid)
|
protected org.opengis.referencing.crs.CoordinateReferenceSystem |
createFromAuthority(java.sql.ResultSet result)
|
protected org.opengis.referencing.crs.CoordinateReferenceSystem |
createFromWKT(java.sql.ResultSet result)
|
Methods inherited from class org.geotools.data.jdbc.referencing.JDBCAuthorityFactory |
createCompoundCRS, createCoordinateReferenceSystem, createDerivedCRS, createEngineeringCRS, createGeocentricCRS, createGeographicCRS, createImageCRS, createObject, createProjectedCRS, createTemporalCRS, createVerticalCRS, getAuthority, getAuthorityCodes, getDescriptionText, getObjectFactory, getVendor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostgisAuthorityFactory
public PostgisAuthorityFactory(ConnectionPool pool)
- Construct
PostgisAuthorityFactory
.
- Parameters:
pool
-
createCRS
public org.opengis.referencing.crs.CoordinateReferenceSystem createCRS(int srid)
throws org.opengis.referencing.FactoryException,
java.io.IOException
- Throws:
org.opengis.referencing.FactoryException
java.io.IOException
createFromWKT
protected org.opengis.referencing.crs.CoordinateReferenceSystem createFromWKT(java.sql.ResultSet result)
throws DataSourceException,
org.opengis.referencing.FactoryException
- Throws:
DataSourceException
org.opengis.referencing.FactoryException
createFromAuthority
protected org.opengis.referencing.crs.CoordinateReferenceSystem createFromAuthority(java.sql.ResultSet result)
throws DataSourceException,
org.opengis.referencing.FactoryException
- Throws:
DataSourceException
org.opengis.referencing.FactoryException
Copyright © GeoTools. All Rights Reserved.