Uses of Interface
org.opengis.referencing.Factory

Packages that use Factory
org.opengis.referencing Reference systems
org.opengis.referencing.crs Coordinate reference systems (coordinate systems with a datum). 
org.opengis.referencing.cs Coordinate systems and their axis
org.opengis.referencing.datum Geodetic datum (the relationship of a coordinate system to the earth). 
org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems). 
 

Uses of Factory in org.opengis.referencing
 

Subinterfaces of Factory in org.opengis.referencing
 interface AuthorityFactory
          Base interface for all authority factories.
 interface ObjectFactory
          Base interface for all factories of identified objects.
 

Uses of Factory in org.opengis.referencing.crs
 

Subinterfaces of Factory in org.opengis.referencing.crs
 interface CRSAuthorityFactory
          Creates coordinate reference systems using authority codes.
 interface CRSFactory
          Builds up complex coordinate reference systems from simpler objects or values.
 

Uses of Factory in org.opengis.referencing.cs
 

Subinterfaces of Factory in org.opengis.referencing.cs
 interface CSAuthorityFactory
          Creates coordinate systems using authority codes.
 interface CSFactory
          Builds up complex coordinate systems from simpler objects or values.
 

Uses of Factory in org.opengis.referencing.datum
 

Subinterfaces of Factory in org.opengis.referencing.datum
 interface DatumAuthorityFactory
          Creates datum objects using authority codes.
 interface DatumFactory
          Builds up complex datums from simpler objects or values.
 

Uses of Factory in org.opengis.referencing.operation
 

Subinterfaces of Factory in org.opengis.referencing.operation
 interface CoordinateOperationAuthorityFactory
          Creates coordinate transformation objects from codes.
 interface CoordinateOperationFactory
          Creates coordinate operations.
 interface MathTransformFactory
          Low level factory for creating math transforms.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.