Uses of Interface
org.opengis.referencing.crs.CRSFactory

Packages that use CRSFactory
org.geotools.factory Utility classes which enable dynamic binding to factory implementations at runtime. 
org.geotools.feature   
org.geotools.feature.type   
org.geotools.referencing Reference systems implementation. 
org.geotools.referencing.crs Coordinate reference systems implementation. 
org.geotools.referencing.factory Base classes for factories and authority factories
org.geotools.referencing.wkt Well Known Text (WKT) parsing and formatting. 
 

Uses of CRSFactory in org.geotools.factory
 

Methods in org.geotools.factory that return CRSFactory
 CRSFactory BasicFactories.getCRSFactory()
          Returns the CRS factory singleton.
 

Uses of CRSFactory in org.geotools.feature
 

Methods in org.geotools.feature that return CRSFactory
 CRSFactory AbstractFeatureFactoryImpl.getCRSFactory()
           
 

Methods in org.geotools.feature with parameters of type CRSFactory
 void AbstractFeatureFactoryImpl.setCRSFactory(CRSFactory crsFactory)
           
 

Uses of CRSFactory in org.geotools.feature.type
 

Methods in org.geotools.feature.type that return CRSFactory
 CRSFactory FeatureTypeFactoryImpl.getCRSFactory()
           
 

Methods in org.geotools.feature.type with parameters of type CRSFactory
 void FeatureTypeFactoryImpl.setCRSFactory(CRSFactory crsFactory)
           
 

Constructors in org.geotools.feature.type with parameters of type CRSFactory
FeatureTypeFactoryImpl(CRSFactory crsFactory, FilterFactory filterFactory)
          Constructor injection
 

Uses of CRSFactory in org.geotools.referencing
 

Methods in org.geotools.referencing that return CRSFactory
static CRSFactory ReferencingFactoryFinder.getCRSFactory(Hints hints)
          Returns the first implementation of CRSFactory matching the specified hints.
 

Methods in org.geotools.referencing that return types with arguments of type CRSFactory
static Set<CRSFactory> ReferencingFactoryFinder.getCRSFactories(Hints hints)
          Returns a set of all available implementations for the CRSFactory interface.
 

Uses of CRSFactory in org.geotools.referencing.crs
 

Fields in org.geotools.referencing.crs declared as CRSFactory
protected  CRSFactory EPSGCRSAuthorityFactory.crsFactory
          Deprecated.  
 

Constructors in org.geotools.referencing.crs with parameters of type CRSFactory
EPSGCRSAuthorityFactory(CRSFactory factory)
          Deprecated. Loads from epsg.properties if the file exists, defaults to internal defintions exported from postgis and cubeworks.
EPSGCRSAuthorityFactory(CRSFactory factory, URL definition)
          Deprecated.  
 

Uses of CRSFactory in org.geotools.referencing.factory
 

Classes in org.geotools.referencing.factory that implement CRSFactory
 class ReferencingObjectFactory
          Builds Geotools implementations of CRS, CS and datum objects.
 

Methods in org.geotools.referencing.factory that return CRSFactory
 CRSFactory ReferencingFactoryContainer.getCRSFactory()
          Returns the coordinate reference system factory.
 

Uses of CRSFactory in org.geotools.referencing.wkt
 

Fields in org.geotools.referencing.wkt declared as CRSFactory
protected  CRSFactory Parser.crsFactory
          The factory to use for creating coordinate reference systems.
 

Constructors in org.geotools.referencing.wkt with parameters of type CRSFactory
Parser(Symbols symbols, DatumFactory datumFactory, CSFactory csFactory, CRSFactory crsFactory, MathTransformFactory mtFactory)
          Constructs a parser for the specified set of symbols using the specified factories.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.