org.opengis.referencing.operation
Interface PlanarProjection

All Superinterfaces:
Conversion, CoordinateOperation, IdentifiedObject, Projection, SingleOperation

public interface PlanarProjection
extends Projection

Base interface for for azimuthal (or planar) map projections.

 

Since:
1.0
See Also:
ProjectedCRS, Azimuthal projection on MathWorld
Departure from OGC/ISO specification:
This interface is not part of the ISO specification. It has been added in GeoAPI at user request, in order to provide a way to know the kind of map projection.

Field Summary
 
Fields inherited from interface CoordinateOperation
COORDINATE_OPERATION_ACCURACY_KEY, DOMAIN_OF_VALIDITY_KEY, OPERATION_VERSION_KEY, SCOPE_KEY
 
Fields inherited from interface IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
 
Method Summary
 
Methods inherited from interface Conversion
getOperationVersion, getSourceCRS, getTargetCRS
 
Methods inherited from interface SingleOperation
getMethod, getParameterValues
 
Methods inherited from interface CoordinateOperation
getCoordinateOperationAccuracy, getDomainOfValidity, getMathTransform, getScope
 
Methods inherited from interface IdentifiedObject
getAlias, getIdentifiers, getName, getRemarks, toWKT
 



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