org.geotools.referencing.factory.epsg
Class FactoryUsingSQL
Object
AbstractFactory
ReferencingFactory
AbstractAuthorityFactory
DirectAuthorityFactory
DirectEpsgFactory
FactoryUsingSQL
- All Implemented Interfaces:
- RegisterableService, Factory, AuthorityFactory, CRSAuthorityFactory, CSAuthorityFactory, DatumAuthorityFactory, CoordinateOperationAuthorityFactory
- Direct Known Subclasses:
- FactoryUsingAnsiSQL
Deprecated. Please use AccessDialectEpsgFactory
.
public class FactoryUsingSQL
- extends DirectEpsgFactory
Please use AccessDialectEpsgFactory
.
- Since:
- 2.1
- Author:
- Jody Garnett
Methods inherited from class DirectEpsgFactory |
createCoordinateOperation, createCoordinateReferenceSystem, createCoordinateSystem, createCoordinateSystemAxis, createDatum, createEllipsoid, createExtent, createFromCoordinateReferenceSystemCodes, createObject, createOperationMethod, createParameterDescriptor, createPrimeMeridian, createUnit, dispose, finalize, getAuthority, getAuthorityCodes, getBackingStoreDescription, getConnection, getDescriptionText, getIdentifiedObjectFinder, getImplementationHints, getValidationQuery, isConnectionValid, isPrimaryKey, setValidationQuery, shutdown |
Methods inherited from class AbstractAuthorityFactory |
createCartesianCS, createCompoundCRS, createCylindricalCS, createDerivedCRS, createEllipsoidalCS, createEngineeringCRS, createEngineeringDatum, createGeocentricCRS, createGeodeticDatum, createGeographicCRS, createImageCRS, createImageDatum, createPolarCS, createProjectedCRS, createSphericalCS, createTemporalCRS, createTemporalDatum, createTimeCS, createVerticalCRS, createVerticalCS, createVerticalDatum, noSuchAuthorityCode, trimAuthority |
FactoryUsingSQL
public FactoryUsingSQL(Hints userHints,
Connection connection)
- Deprecated.
- Constructs an authority factory using the specified connection.
- Parameters:
userHints
- The underlying factories used for objects creation.connection
- The connection to the underlying EPSG database.- Since:
- 2.2
FactoryUsingSQL
public FactoryUsingSQL(Hints userHints,
DataSource dataSource)
- Deprecated.
- Constructs an authority factory using the specified connection.
- Parameters:
userHints
- The underlying factories used for objects creation.dataSource
- The connection to the underlying EPSG database.- Since:
- 2.5
adaptSQL
protected String adaptSQL(String statement)
- Deprecated.
- Invoked when a new
PreparedStatement
is about to be created from a SQL string.
Since the EPSG database is available mainly in MS-Access
format, and this is the target of our super class, we have no work to do here.
- Specified by:
adaptSQL
in class DirectEpsgFactory
- Parameters:
statement
- The statement in MS-Access syntax.
- Returns:
- The SQL statement to use. This implementation returns the string unchanged.
Copyright © 1996-2014 Geotools. All Rights Reserved.