Class AlbersEqualAreaConicDescriptor.AEAC
java.lang.Object
org.esa.snap.core.dataop.maptransf.CartographicMapTransform
org.esa.snap.core.dataop.maptransf.AlbersEqualAreaConicDescriptor.AEAC
- All Implemented Interfaces:
MapTransform
- Enclosing class:
AlbersEqualAreaConicDescriptor
Deprecated.
-
Field Summary
Fields inherited from class org.esa.snap.core.dataop.maptransf.CartographicMapTransform
_centralMeridian, _invA, _x0, _y0 -
Constructor Summary
ConstructorsConstructorDescriptionAEAC(double[] parameterValues) Deprecated.Constructs the MapTransform with given parameter set. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Creates a deep clone of thisMapTransform.protected Point2Dforward_impl(double phi, double lam, Point2D mapPoint) Deprecated.Worker method to be overridden by derived class.Deprecated.Returns the descriptor for this map transform.doubleDeprecated.double[]Deprecated.Returns the array of parameter values.doubleDeprecated.doubleDeprecated.doubleDeprecated.protected GeoPosinverse_impl(double x, double y, GeoPos geoPoint) Deprecated.Worker method to be overridden by derived class.Methods inherited from class org.esa.snap.core.dataop.maptransf.CartographicMapTransform
forward, getCentralMeridian, getFalseEasting, getFalseNorthing, getInverseSemiMajor, getSemiMajor, inverse
-
Constructor Details
-
AEAC
public AEAC(double[] parameterValues) Deprecated.Constructs the MapTransform with given parameter set. The parameter are in indexed order:- 0 - Semi major axis
- 1 - Semi minor axis
- 2 - Latitude of origin
- 3 - Latitude of intersection 1
- 4 - Latitude of intersection 2
- 5 - Scale factor
- Parameters:
parameterValues-
-
-
Method Details
-
getDescriptor
Deprecated.Returns the descriptor for this map transform.- Returns:
- the descriptor, should never be
null
-
createDeepClone
Deprecated.Creates a deep clone of thisMapTransform.- Returns:
- a
MapTransformclone
-
getParameterValues
public double[] getParameterValues()Deprecated.Returns 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()- Returns:
- the array of parameter values.
-
forward_impl
Deprecated.Worker method to be overridden by derived class. Performs the pure transformation. Prescaling, northing, easting etc is calculated in this class.- Specified by:
forward_implin classCartographicMapTransform- Parameters:
phi- latitude of source locationlam- longitude of source locationmapPoint-- Returns:
- the map co-ordinate
-
inverse_impl
Deprecated.Worker method to be overridden by derived class. Performs the pure transformation. Prescaling, northing, easting etc is calculated in this class.Should be overridden in order to delegate to
if transformation is performed is in 64-bit accuracy. Overrideinverse_impl(double, double, GeoPos)instead in order to perform the actual transformation.inverse_impl(double, double, GeoPos)- Specified by:
inverse_implin classCartographicMapTransform- Parameters:
x- map x coordinatey- map y coordinategeoPoint-- Returns:
- the geodetic co-ordinate
-
getSemiMinor
public double getSemiMinor()Deprecated. -
getLatitudeOfOrigin
public double getLatitudeOfOrigin()Deprecated. -
getStandardParallel1
public double getStandardParallel1()Deprecated. -
getStandardParallel2
public double getStandardParallel2()Deprecated.
-
MapProjectioninstead.