Interface CylindricalProjection
-
- All Superinterfaces:
Conversion
,CoordinateOperation
,IdentifiedObject
,Projection
,SingleOperation
public interface CylindricalProjection extends Projection
Base interface for cylindrical map projections.- Since:
- 1.0
- Version:
- 3.0
- See Also:
ProjectedCRS
, Cylindrical projection on MathWorld
-
-
Field Summary
-
Fields inherited from interface org.opengis.referencing.operation.CoordinateOperation
COORDINATE_OPERATION_ACCURACY_KEY, DOMAIN_OF_VALIDITY_KEY, OPERATION_VERSION_KEY, SCOPE_KEY
-
Fields inherited from interface org.opengis.referencing.IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
-
-
Method Summary
-
Methods inherited from interface org.opengis.referencing.operation.Conversion
getOperationVersion, getSourceCRS, getTargetCRS
-
Methods inherited from interface org.opengis.referencing.operation.CoordinateOperation
getCoordinateOperationAccuracy, getDomainOfValidity, getMathTransform, getScope
-
Methods inherited from interface org.opengis.referencing.IdentifiedObject
getAlias, getIdentifiers, getName, getRemarks, toWKT
-
Methods inherited from interface org.opengis.referencing.operation.SingleOperation
getMethod, getParameterValues
-
-