Class StereographicDescriptor.ST
java.lang.Object
org.esa.snap.core.dataop.maptransf.CartographicMapTransform
org.esa.snap.core.dataop.maptransf.StereographicDescriptor.ST
- All Implemented Interfaces:
MapTransform
- Enclosing class:
StereographicDescriptor
Deprecated.
Implements the stereographic transformation as defined in the
proj4 cartographic projection package. The optional latitude
of true scale parameter which provides an alternative way to
specify the scaling has been omitted for convenience.
- Version:
- 1.0
- See Also:
-
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 coordinates into map coordinates.Deprecated.Gets the descriptor for this map transform.double
Deprecated.double[]
Deprecated.Gets the array of parameter values.double
Deprecated.double
Deprecated.inverse_impl
(double x, double y, GeoPos geoPoint) Deprecated.Inverse project map coordinates into geographical coordinates.boolean
Deprecated.boolean
isPolar()
Deprecated.Methods inherited from class org.esa.snap.core.dataop.maptransf.CartographicMapTransform
forward, getCentralMeridian, getFalseEasting, getFalseNorthing, getInverseSemiMajor, getSemiMajor, inverse
-
Constructor Details
-
ST
public ST(double[] parameterValues) Deprecated.
-
-
Method Details
-
getDescriptor
Deprecated.Description copied from interface:MapTransform
Gets the descriptor for this map transform.- Returns:
- the descriptor, should never be
null
-
getParameterValues
public double[] getParameterValues()Deprecated.Description copied from interface:MapTransform
Gets the array of parameter values. The order in which the parameters are returned must exactly match the order in which the correspondingParameter
array is returned by the
method.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 coordinates into map coordinates.- Specified by:
forward_impl
in 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 coordinates into geographical coordinates.- Specified by:
inverse_impl
in 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:MapTransform
Creates a deep clone of thisMapTransform
.- Returns:
- a
MapTransform
clone
-
getSemiMinor
public double getSemiMinor()Deprecated. -
getLatitudeOfOrigin
public double getLatitudeOfOrigin()Deprecated. -
getScaleFactor
public double getScaleFactor()Deprecated. -
isPolar
public boolean isPolar()Deprecated. -
isOblique
public boolean isOblique()Deprecated.
-
MapProjection
instead.