Interface MapTransform
- All Known Implementing Classes:
AlbersEqualAreaConicDescriptor.AEAC,CartographicMapTransform,LambertConformalConicDescriptor.LCCT,StereographicDescriptor.ST,TransverseMercatorDescriptor.TMT
Deprecated.
Provides a parameterized, mathematical algorithm for a map transformation.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Creates a deep clone of thisMapTransform.Deprecated.Forward project geographical co-ordinates into map co-ordinates.Deprecated.Gets the descriptor for this map transform.double[]Deprecated.Gets the array of parameter values.Deprecated.Inverse project map co-ordinates into geographical co-ordinates.
-
Method Details
-
getDescriptor
MapTransformDescriptor getDescriptor()Deprecated.Gets the descriptor for this map transform.- Returns:
- the descriptor, should never be
null
-
getParameterValues
double[] getParameterValues()Deprecated.Gets the array of parameter values. The order in which the parameters are returned must exactly match the order in which the correspondingParameterarray is returned by themethod.MapTransformDescriptor.getParameters()Important: Implementors of this method shall ensure that an element-wise copy of the given parameter array is created and returned.
- Returns:
- the array of parameter values.
-
forward
Deprecated.Forward project geographical co-ordinates into map co-ordinates. -
inverse
Deprecated.Inverse project map co-ordinates into geographical co-ordinates. -
createDeepClone
MapTransform createDeepClone()Deprecated.Creates a deep clone of thisMapTransform.- Returns:
- a
MapTransformclone
-
MapProjectioninstead.