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.postgisMethods in org.geotools.data.postgis that return Version Modifier and Type Method Description VersionPostGISDialect. getPostgreSQLVersion(Connection conn)Returns the PostgreSQL versionVersionPostGISDialect. 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.wfsMethods in org.geotools.data.wfs with parameters of type Version Modifier and Type Method Description static 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.internalFields in org.geotools.data.wfs.internal declared as Version Modifier and Type Field Description static VersionVersions. v1_0_0static VersionVersions. v1_1_0static VersionVersions. v2_0_0Methods in org.geotools.data.wfs.internal that return Version Modifier and Type Method Description static VersionVersions. find(String capsVersion)abstract 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_xMethods in org.geotools.data.wfs.internal.v1_x that return Version Modifier and Type Method Description VersionStrictWFS_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_0Methods in org.geotools.data.wfs.internal.v2_0 that return Version Modifier and Type Method Description VersionStrictWFS_2_0_Strategy. getServiceVersion()
- 
Uses of Version in org.geotools.referencingMethods in org.geotools.referencing that return Version Modifier and Type Method Description static VersionCRS. getVersion(String authority)Returns the version number of the specified authority database, ornullif not available.
- 
Uses of Version in org.geotools.referencing.factoryMethods in org.geotools.referencing.factory with parameters of type Version Modifier and Type Method Description protected 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.hsqlFields in org.geotools.referencing.factory.epsg.hsql declared as Version Modifier and Type Field Description static VersionThreadedHsqlEpsgFactory. VERSIONCurrent version of EPSG-HSQL plugin.
- 
Uses of Version in org.geotools.utilMethods in org.geotools.util with parameters of type Version Modifier and Type Method Description intVersion. compareTo(Version other)Compares this version with an other version object.intVersion. 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.factoryMethods in org.geotools.util.factory that return Version Modifier and Type Method Description static 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.geotoolsMethods in org.h2gis.geotools that return Version Modifier and Type Method Description VersionH2GISDialect. getH2GISVersion(Connection conn)Returns the H2GIS version
 
-