Uses of Interface
org.opengis.referencing.operation.Conversion

Packages that use Conversion
org.opengis.referencing.crs Coordinate reference systems (coordinate systems with a datum). 
org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems). 
 

Uses of Conversion in org.opengis.referencing.crs
 

Methods in org.opengis.referencing.crs that return Conversion
 Conversion GeneralDerivedCRS.getConversionFromBase()
          Returns the conversion from the base CRS to this CRS.
 

Methods in org.opengis.referencing.crs with parameters of type Conversion
 DerivedCRS CRSFactory.createDerivedCRS(Map<String,?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS)
          Creates a derived coordinate reference system.
 ProjectedCRS CRSFactory.createProjectedCRS(Map<String,?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS)
          Creates a projected coordinate reference system from a defining conversion.
 

Uses of Conversion in org.opengis.referencing.operation
 

Subinterfaces of Conversion in org.opengis.referencing.operation
 interface ConicProjection
          Base interface for conical map projections.
 interface CylindricalProjection
          Base interface for cylindrical map projections.
 interface PlanarProjection
          Base interface for for azimuthal (or planar) map projections.
 interface Projection
          A conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).
 

Methods in org.opengis.referencing.operation that return Conversion
 Conversion CoordinateOperationFactory.createDefiningConversion(Map<String,?> properties, OperationMethod method, ParameterValueGroup parameters)
          Constructs a defining conversion from a set of properties.
 



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