|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
MapProjection instead.
@Deprecated public interface MapTransform
Provides a parameterized, mathematical algorithm for a map transformation.
| Method Summary | |
|---|---|
MapTransform |
createDeepClone()
Deprecated. Creates a deep clone of this MapTransform. |
Point2D |
forward(GeoPos geoPoint,
Point2D mapPoint)
Deprecated. Forward project geographical co-ordinates into map co-ordinates. |
MapTransformDescriptor |
getDescriptor()
Deprecated. Gets the descriptor for this map transform. |
double[] |
getParameterValues()
Deprecated. Gets the array of parameter values. |
GeoPos |
inverse(Point2D mapPoint,
GeoPos geoPoint)
Deprecated. Inverse project map co-ordinates into geographical co-ordinates. |
| Method Detail |
|---|
MapTransformDescriptor getDescriptor()
nulldouble[] getParameterValues()
Parameter array is returned by the
MapTransformDescriptor.getParameters() method.
Important: Implementors of this method shall ensure that an element-wise copy of the given parameter array is created and returned.
Point2D forward(GeoPos geoPoint,
Point2D mapPoint)
GeoPos inverse(Point2D mapPoint,
GeoPos geoPoint)
MapTransform createDeepClone()
MapTransform.
MapTransform clone
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||