Package | Description |
---|---|
org.geotools.data.postgis | |
org.geotools.data.wfs | |
org.geotools.data.wfs.internal | |
org.geotools.data.wfs.internal.v1_x | |
org.geotools.data.wfs.internal.v2_0 | |
org.geotools.referencing |
Reference systems implementation.
|
org.geotools.referencing.factory |
Base classes for factories and
authority factories.
|
org.geotools.referencing.factory.epsg.hsql | |
org.geotools.util |
Contains utilities and addition to the collection framework.
|
org.geotools.util.factory |
Utility classes which enable dynamic binding to factory implementations at runtime.
|
Modifier and Type | Method and Description |
---|---|
Version |
PostGISDialect.getPostgreSQLVersion(Connection conn)
Returns the PostgreSQL version
|
Version |
PostGISDialect.getVersion(Connection conn)
Returns the PostGIS version
|
Modifier and Type | Method and Description |
---|---|
static URL |
WFSDataStoreFactory.createGetCapabilitiesRequest(URL host,
Version version)
Creates a HTTP GET Method based WFS
GetCapabilities request for the given protocol
version. |
Modifier and Type | Field and Description |
---|---|
static Version |
Versions.v1_0_0 |
static Version |
Versions.v1_1_0 |
static Version |
Versions.v2_0_0 |
Modifier and Type | Method and Description |
---|---|
static Version |
Versions.find(String capsVersion) |
abstract Version |
AbstractWFSStrategy.getServiceVersion() |
abstract Version |
WFSStrategy.getServiceVersion()
Returns the WFS protocol version this facade talks to the WFS instance.
|
static Version |
Versions.highest() |
Modifier and Type | Method and Description |
---|---|
Version |
StrictWFS_1_x_Strategy.getServiceVersion() |
Constructor and Description |
---|
StrictWFS_1_x_Strategy(Version defaultVersion) |
Modifier and Type | Method and Description |
---|---|
Version |
StrictWFS_2_0_Strategy.getServiceVersion() |
Modifier and Type | Method and Description |
---|---|
static Version |
CRS.getVersion(String authority)
Returns the version number of the specified authority database, or
null if not
available. |
Modifier and Type | Method and Description |
---|---|
protected AuthorityFactory |
Abstract_URI_AuthorityFactory.createVersionedFactory(Version version)
Invoked when a factory is requested for a specific version.
|
Modifier and Type | Field and Description |
---|---|
static Version |
ThreadedHsqlEpsgFactory.VERSION
Current version of EPSG-HSQL plugin.
|
Modifier and Type | Method and Description |
---|---|
int |
Version.compareTo(Version other)
Compares this version with an other version object.
|
int |
Version.compareTo(Version other,
int limit)
Compares this version with an other version object, up to the specified limit.
|
Modifier and Type | Method and Description |
---|---|
static Version |
GeoTools.getVersion()
Reports back the version of GeoTools being used.
|
static Version |
GeoTools.getVersion(Class<?> type)
Lookup version for provided class.
|
Copyright © 1996–2019 Geotools. All rights reserved.