Class TransverseMercatorDescriptor.TMT
java.lang.Object
org.esa.snap.core.dataop.maptransf.CartographicMapTransform
org.esa.snap.core.dataop.maptransf.TransverseMercatorDescriptor.TMT
- All Implemented Interfaces:
MapTransform
- Enclosing class:
TransverseMercatorDescriptor
Deprecated.
Implements the transverse mercator map-transformation.
-
Field Summary
Fields inherited from class org.esa.snap.core.dataop.maptransf.CartographicMapTransform
_a, _centralMeridian, _invA, _x0, _y0 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Creates a deep clone of thisMapTransform.forward_impl(double lat, double lon, Point2D mapPoint) Deprecated.Forward project geographical co-ordinates into map co-ordinates.Deprecated.Gets the descriptor for this map transform.doubleDeprecated.double[]Deprecated.Gets the array of parameter values.doubleDeprecated.doubleDeprecated.inverse_impl(double x, double y, GeoPos geoPoint) Deprecated.Inverse project map co-ordinates into geographical co-ordinates.Methods inherited from class org.esa.snap.core.dataop.maptransf.CartographicMapTransform
forward, getCentralMeridian, getFalseEasting, getFalseNorthing, getInverseSemiMajor, getSemiMajor, inverse
-
Constructor Details
-
TMT
public TMT(double[] parameterValues) Deprecated.
-
-
Method Details
-
getDescriptor
Deprecated.Description copied from interface:MapTransformGets the descriptor for this map transform.- Returns:
- the descriptor, should never be
null
-
getParameterValues
public double[] getParameterValues()Deprecated.Description copied from interface:MapTransformGets 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_impl
Deprecated.Forward project geographical co-ordinates into map co-ordinates.- Specified by:
forward_implin classCartographicMapTransform- Parameters:
lat- latitude of source locationlon- longitude of source locationmapPoint- point on the map- Returns:
- the map coordinate
-
inverse_impl
Deprecated.Inverse project map co-ordinates into geographical co-ordinates.- Specified by:
inverse_implin classCartographicMapTransform- Parameters:
x- map x coordinatey- map y coordinategeoPoint- point on the earth's surface- Returns:
- the geodetic co-ordinate
-
createDeepClone
Deprecated.Description copied from interface:MapTransformCreates a deep clone of thisMapTransform.- Returns:
- a
MapTransformclone
-
getSemiMinor
public double getSemiMinor()Deprecated. -
getLatitudeOfOrigin
public double getLatitudeOfOrigin()Deprecated. -
getScaleFactor
public double getScaleFactor()Deprecated.
-
MapProjectioninstead.