Uses of Class
org.geotools.util.Version

Packages that use Version
org.geotools.factory Utility classes which enable dynamic binding to factory implementations at runtime. 
org.geotools.referencing Reference systems implementation. 
org.geotools.referencing.factory Base classes for factories and authority factories
org.geotools.referencing.factory.epsg Authority factories for the EPSG database. 
org.geotools.util Contains utilities and addition to the collection framework. 
 

Uses of Version in org.geotools.factory
 

Methods in org.geotools.factory that return Version
static Version GeoTools.getVersion()
          Reports back the version of GeoTools being used.
 

Uses of Version in org.geotools.referencing
 

Methods in org.geotools.referencing that return Version
static Version CRS.getVersion(String authority)
          Returns the version number of the specified authority database, or null if not available.
 

Uses of Version in org.geotools.referencing.factory
 

Methods in org.geotools.referencing.factory with parameters of type Version
protected  AuthorityFactory URN_AuthorityFactory.createVersionedFactory(Version version)
          Deprecated. Invoked when a factory is requested for a specific version.
 

Uses of Version in org.geotools.referencing.factory.epsg
 

Fields in org.geotools.referencing.factory.epsg declared as Version
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
 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.
 



Copyright © 1996-2009 Geotools. All Rights Reserved.