AnsiDialectEpsgFactory.public class FactoryUsingAnsiSQL extends FactoryUsingSQL
| Modifier and Type | Field and Description |
|---|---|
protected Map |
map
Deprecated.
Maps the MS-Access names to ANSI names.
|
factoriesLOGGERhints, MAXIMUM_PRIORITY, MINIMUM_PRIORITY, NORMAL_PRIORITY, priority| Constructor and Description |
|---|
FactoryUsingAnsiSQL(Hints userHints,
Connection connection)
Deprecated.
Constructs an authority factory using the specified connection.
|
FactoryUsingAnsiSQL(Hints userHints,
DataSource dataSource)
Deprecated.
Constructs an authority factory using the specified source.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
adaptSQL(String statement)
Deprecated.
Modifies the given SQL string to be suitable for non MS-Access databases.
|
void |
setSchema(String schema)
Deprecated.
Replaces the
"epsg_" prefix by the specified schema name. |
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, createVerticalDatumprotected final Map map
| MS-Access name | ANSI name |
|---|---|
| [Alias] | epsg_alias |
| [Area] | epsg_area |
| [Coordinate Axis] | epsg_coordinateaxis |
| [Coordinate Axis Name] | epsg_coordinateaxisname |
| [Coordinate_Operation] | epsg_coordoperation |
| [Coordinate_Operation Method] | epsg_coordoperationmethod |
| [Coordinate_Operation Parameter] | epsg_coordoperationparam |
| [Coordinate_Operation Parameter Usage] | epsg_coordoperationparamusage |
| [Coordinate_Operation Parameter Value] | epsg_coordoperationparamvalue |
| [Coordinate_Operation Path] | epsg_coordoperationpath |
| [Coordinate Reference System] | epsg_coordinatereferencesystem |
| [Coordinate System] | epsg_coordinatesystem |
| [Datum] | epsg_datum |
| [Naming System] | epsg_namingsystem |
| [Ellipsoid] | epsg_ellipsoid |
| [Prime Meridian] | epsg_primemeridian |
| [Supersession] | epsg_supersession |
| [Unit of Measure] | epsg_unitofmeasure |
| [CA.ORDER] | coord_axis_order |
public FactoryUsingAnsiSQL(Hints userHints, Connection connection)
userHints - The underlying factories used for objects creation.connection - The connection to the underlying EPSG database.public FactoryUsingAnsiSQL(Hints userHints, DataSource dataSource)
userHints - The underlying factories used for objects creation.dataSource - The connection to the underlying EPSG database.public void setSchema(String schema)
"epsg_" prefix by the specified schema name. If the removal of the
"epsg_" prefix is not wanted, append it to the schema name (e.g. "myschema.epsg_"). This method should be invoked at construction time only.schema - The database schema in which the epsg tables are stored.protected String adaptSQL(String statement)
adaptSQL in class FactoryUsingSQLstatement - The statement in MS-Access syntax.Copyright © 1996–2019 Geotools. All rights reserved.