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

Packages that use Conversion
org.opengis.coverage.grid.quadrilateral Proposed extensions to ISO 19123 grid package. 
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.coverage.grid.quadrilateral
 

Methods in org.opengis.coverage.grid.quadrilateral that return Conversion
 Conversion RectifiedGrid.getConversion()
          The conversion defined by this object is an affine transformation defined by the origin and offset vectors attributes.
 Conversion RectifiedGrid.getInverseConversion()
          The inverseConversion defined by this object is an affine transformation defined by the origin and offset vectors attributes.
 Conversion RectifiableGrid.getInverseOperation()
          This inherited attribute shall contain only the Conversion subtype of the CoordinateOperation interface, signifying that RectifiableGrid and children represent only coordinate conversions as defined by ISO 19111.
 Conversion RectifiableGrid.getOperation()
          This attribute shall contain only the Conversion subtype of the CoordinateOperation interface, signifying that RectifiableGrid and children represent only coordinate conversions as defined by ISO 19111.
 

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)
          Creates a defining conversion from a set of properties.
 



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