AccessDialectEpsgFactory.public class FactoryUsingSQL extends DirectEpsgFactory
AccessDialectEpsgFactory.factoriesLOGGERhints, MAXIMUM_PRIORITY, MINIMUM_PRIORITY, NORMAL_PRIORITY, priority| Constructor and Description |
|---|
FactoryUsingSQL(Hints userHints,
Connection connection)
Deprecated.
Constructs an authority factory using the specified connection.
|
FactoryUsingSQL(Hints userHints,
DataSource dataSource)
Deprecated.
Constructs an authority factory using the specified connection.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
adaptSQL(String statement)
Deprecated.
Invoked when a new
PreparedStatement is about to be created from a SQL string. |
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, shutdowncreateCartesianCS, createCompoundCRS, createCylindricalCS, createDerivedCRS, createEllipsoidalCS, createEngineeringCRS, createEngineeringDatum, createGeocentricCRS, createGeodeticDatum, createGeographicCRS, createImageCRS, createImageDatum, createPolarCS, createProjectedCRS, createSphericalCS, createTemporalCRS, createTemporalDatum, createTimeCS, createVerticalCRS, createVerticalCS, createVerticalDatum, noSuchAuthorityCode, trimAuthorityensureNonNull, getVendoraddImplementationHints, equals, getPriority, hashCode, onDeregistration, onRegistration, toStringcreateCompoundCRS, createDerivedCRS, createEngineeringCRS, createGeocentricCRS, createGeographicCRS, createImageCRS, createProjectedCRS, createTemporalCRS, createVerticalCRScreateCartesianCS, createCylindricalCS, createEllipsoidalCS, createPolarCS, createSphericalCS, createTimeCS, createVerticalCScreateEngineeringDatum, createGeodeticDatum, createImageDatum, createTemporalDatum, createVerticalDatumpublic FactoryUsingSQL(Hints userHints, Connection connection)
userHints - The underlying factories used for objects creation.connection - The connection to the underlying EPSG database.public FactoryUsingSQL(Hints userHints, DataSource dataSource)
userHints - The underlying factories used for objects creation.dataSource - The connection to the underlying EPSG database.protected String adaptSQL(String statement)
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.
adaptSQL in class DirectEpsgFactorystatement - The statement in MS-Access syntax.Copyright © 1996–2019 Geotools. All rights reserved.