Uses of Class
org.geotools.util.Version
-
Packages that use Version 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.org.h2gis.geotools -
-
Uses of Version in org.geotools.data.postgis
Methods in org.geotools.data.postgis that return Version Modifier and Type Method Description Version
PostGISDialect. getPostgreSQLVersion(Connection conn)
Returns the PostgreSQL versionVersion
PostGISDialect. getVersion(Connection conn)
Returns the PostGIS versionConstructors in org.geotools.data.postgis with parameters of type Version Constructor Description PostgisFilterToSQL(PostGISDialect dialect, Version pgVersion)
PostgisPSFilterToSql(PostGISPSDialect dialect, Version pgVersion)
-
Uses of Version in org.geotools.data.wfs
Methods in org.geotools.data.wfs with parameters of type Version Modifier and Type Method Description static URL
WFSDataStoreFactory. createGetCapabilitiesRequest(URL host, Version version)
Creates a HTTP GET Method based WFSGetCapabilities
request for the given protocol version. -
Uses of Version in org.geotools.data.wfs.internal
Fields in org.geotools.data.wfs.internal declared as Version Modifier and Type Field Description static Version
Versions. v1_0_0
static Version
Versions. v1_1_0
static Version
Versions. v2_0_0
Methods in org.geotools.data.wfs.internal that return Version Modifier and Type Method 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()
-
Uses of Version in org.geotools.data.wfs.internal.v1_x
Methods in org.geotools.data.wfs.internal.v1_x that return Version Modifier and Type Method Description Version
StrictWFS_1_x_Strategy. getServiceVersion()
Constructors in org.geotools.data.wfs.internal.v1_x with parameters of type Version Constructor Description StrictWFS_1_x_Strategy(Version defaultVersion)
-
Uses of Version in org.geotools.data.wfs.internal.v2_0
Methods in org.geotools.data.wfs.internal.v2_0 that return Version Modifier and Type Method Description Version
StrictWFS_2_0_Strategy. getServiceVersion()
-
Uses of Version in org.geotools.referencing
Methods in org.geotools.referencing that return Version Modifier and Type Method Description static Version
CRS. getVersion(String authority)
Returns the version number of the specified authority database, ornull
if not available. -
Uses of Version in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory with parameters of type Version Modifier and Type Method Description protected AuthorityFactory
Abstract_URI_AuthorityFactory. createVersionedFactory(Version version)
Invoked when a factory is requested for a specific version. -
Uses of Version in org.geotools.referencing.factory.epsg.hsql
Fields in org.geotools.referencing.factory.epsg.hsql declared as Version Modifier and Type Field Description static Version
ThreadedHsqlEpsgFactory. VERSION
Current version of EPSG-HSQL plugin. -
Uses of Version in org.geotools.util
Methods in org.geotools.util with parameters of type Version Modifier and Type Method 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. -
Uses of Version in org.geotools.util.factory
Methods in org.geotools.util.factory that return Version Modifier and Type Method Description static Version
GeoTools. getVersion()
Reports back the version of GeoTools being used.static Version
GeoTools. getVersion(Class<?> type)
Lookup version for provided class. -
Uses of Version in org.h2gis.geotools
Methods in org.h2gis.geotools that return Version Modifier and Type Method Description Version
H2GISDialect. getH2GISVersion(Connection conn)
Returns the H2GIS version
-