Uses of Class
org.geotools.cs.CoordinateSystemFactory

Packages that use CoordinateSystemFactory
org.geotools.cs Coordinate Systems implementation.  
org.geotools.io.coverage Helper classes for GridCoverageExchange.  
 

Uses of CoordinateSystemFactory in org.geotools.cs
 

Fields in org.geotools.cs declared as CoordinateSystemFactory
protected  CoordinateSystemFactory CoordinateSystemAuthorityFactory.factory
          The underlying factory used for objects creation.
protected  CoordinateSystemFactory Adapters.csFactory
          Deprecated. The factory to use for creating CoordinateSystem objects.
 

Methods in org.geotools.cs that return CoordinateSystemFactory
static CoordinateSystemFactory CoordinateSystemFactory.getDefault()
          Deprecated. Returns the default coordinate system factory.
 

Methods in org.geotools.cs with parameters of type CoordinateSystemFactory
 org.opengis.cs.CS_CoordinateSystemFactory Adapters.export(CoordinateSystemFactory factory)
          Deprecated. Returns an OpenGIS interface for a coordinate system factory.
 

Constructors in org.geotools.cs with parameters of type CoordinateSystemFactory
CoordinateSystemAuthorityFactory(CoordinateSystemFactory factory)
          Constructs an authority factory using the specified coordinate system factory.
 

Uses of CoordinateSystemFactory in org.geotools.io.coverage
 

Constructors in org.geotools.io.coverage with parameters of type CoordinateSystemFactory
PropertyParser(CoordinateSystemFactory factory)
          Deprecated. Construct a new PropertyParser using the specified CoordinateSystemFactory.
 



Copyright © GeoTools. All Rights Reserved.