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 URLWFSDataStoreFactory.createGetCapabilitiesRequest(URL host, Version version) Creates a HTTP GET Method based WFSGetCapabilitiesrequest 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 VersionVersions.v1_0_0static final VersionVersions.v1_1_0static final VersionVersions.v2_0_0Methods in org.geotools.data.wfs.internal that return VersionModifier and TypeMethodDescriptionstatic Versionabstract VersionAbstractWFSStrategy.getServiceVersion()abstract VersionWFSStrategy.getServiceVersion()Returns the WFS protocol version this facade talks to the WFS instance.static VersionVersions.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 VersionCRS.getVersion(String authority) Returns the version number of the specified authority database, ornullif not available. -
Uses of Version in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory with parameters of type VersionModifier and TypeMethodDescriptionprotected AuthorityFactoryAbstract_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 VersionGeoTools.getVersion()Reports back the version of GeoTools being used.static VersionGeoTools.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