Uses of Class
org.geotools.util.Version
Packages that use Version
Package
Description
Reference systems implementation.
Base classes for factories and
authority factories.
Contains utilities and addition to the collection framework.
Utility classes which enable dynamic binding to factory implementations at runtime.
-
Uses of Version in org.geotools.data.postgis
Methods in org.geotools.data.postgis that return VersionModifier and TypeMethodDescriptionPostGISDialect.getPostgreSQLVersion
(Connection conn) Returns the PostgreSQL versionPostGISDialect.getVersion
(Connection conn) Returns the PostGIS versionConstructors in org.geotools.data.postgis with parameters of type VersionModifierConstructorDescriptionPostgisFilterToSQL
(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 VersionModifier and TypeMethodDescriptionstatic 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 VersionModifier and TypeFieldDescriptionstatic final Version
Versions.v1_0_0
static final Version
Versions.v1_1_0
static final Version
Versions.v2_0_0
Methods in org.geotools.data.wfs.internal that return VersionModifier and TypeMethodDescriptionstatic Version
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 VersionConstructors in org.geotools.data.wfs.internal.v1_x with parameters of type Version -
Uses of Version in org.geotools.data.wfs.internal.v2_0
Methods in org.geotools.data.wfs.internal.v2_0 that return Version -
Uses of Version in org.geotools.referencing
Methods in org.geotools.referencing that return VersionModifier and TypeMethodDescriptionstatic 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 VersionModifier and TypeMethodDescriptionprotected 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 -
Uses of Version in org.geotools.util
Methods in org.geotools.util with parameters of type Version -
Uses of Version in org.geotools.util.factory
Methods in org.geotools.util.factory that return VersionModifier and TypeMethodDescriptionstatic 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 VersionModifier and TypeMethodDescriptionH2GISDialect.getH2GISVersion
(Connection conn) Returns the H2GIS version