public class AccessDialectEpsgFactory extends AbstractEpsgFactory
adaptSQL(java.lang.String) method.dataSourcecache, factoriesLOGGERhints, MAXIMUM_PRIORITY, MINIMUM_PRIORITY, NORMAL_PRIORITY, priority| Constructor and Description |
|---|
AccessDialectEpsgFactory(Hints userHints,
Connection connection)
Constructs an authority factory using the specified connection.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
adaptSQL(String statement)
Invoked when a new
PreparedStatement is about to be created from a SQL string. |
connect, disconnect, dispose, finalize, generateAuthorityCodes, generateCoordinateOperation, generateCoordinateReferenceSystem, generateCoordinateSystem, generateCoordinateSystemAxis, generateDatum, generateEllipsoid, generateExtent, generateFromCoordinateReferenceSystemCodes, generateObject, generateOperationMethod, generateParameterDescriptor, generatePrimeMeridian, generateUnit, getAuthority, getBackingStoreDescription, getConnection, getDescriptionText, getImplementationHints, isPrimaryKey, shutdowncreateCartesianCS, createCompoundCRS, createCoordinateOperation, createCoordinateReferenceSystem, createCoordinateSystem, createCoordinateSystemAxis, createCylindricalCS, createDatum, createDerivedCRS, createEllipsoid, createEllipsoidalCS, createEngineeringCRS, createEngineeringDatum, createFromCoordinateReferenceSystemCodes, createGeocentricCRS, createGeodeticDatum, createGeographicCRS, createImageCRS, createImageDatum, createObject, createPolarCS, createPrimeMeridian, createProjectedCRS, createSphericalCS, createTemporalCRS, createTemporalDatum, createTimeCS, createUnit, createVerticalCRS, createVerticalCS, createVerticalDatum, getAuthorityCodes, getIdentifiedObjectFinder, noSuchAuthorityCode, toKey, trimAuthoritycreateExtent, createOperationMethod, createParameterDescriptor, noSuchAuthorityCodeensureNonNull, getVendoraddImplementationHints, equals, getPriority, hashCode, onDeregistration, onRegistration, toStringpublic AccessDialectEpsgFactory(Hints userHints, Connection connection)
userHints - The underlying factories used for objects creation.connection - 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 AbstractEpsgFactorystatement - The statement in MS-Access syntax.Copyright © 1996–2019 Geotools. All rights reserved.