Class MapProjection
java.lang.Object
org.esa.snap.core.dataop.maptransf.MapProjection
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
UTMProjection
Deprecated.
A map projection is a mathematical model for the transformation of locations from a three-dimensional earth surface
to a two-dimensional map representation.
-
Constructor Summary
ConstructorsConstructorDescriptionMapProjection(String name, MapTransform mapTransform) Deprecated.MapProjection(String name, MapTransform mapTransform, boolean preDefined) Deprecated.MapProjection(String name, MapTransform mapTransform, String mapUnit) Deprecated.MapProjection(String name, MapTransform mapTransform, String mapUnit, boolean preDefined) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidalterMapTransform(Ellipsoid ellipsoid) Deprecated.Alters the underlying map transformation by changing the values of the transform parameters named "semi_major" and "semi_minor" (if any) to the ones of the supplied ellipsoid.clone()Deprecated.booleanDeprecated.Deprecated.Deprecated.Gets a user interface for editing the transformation properties of this map projection.Deprecated.getName()Deprecated.inthashCode()Deprecated.booleanDeprecated.Tests if a user interface is available.booleanDeprecated.voidsetMapTransform(MapTransform transform) Deprecated.voidsetMapUnit(String mapUnit) Deprecated.voidDeprecated.voidsetPreDefined(boolean preDefined) Deprecated.
-
Constructor Details
-
MapProjection
Deprecated. -
MapProjection
Deprecated. -
MapProjection
Deprecated. -
MapProjection
Deprecated.
-
-
Method Details
-
getName
Deprecated. -
setName
Deprecated. -
getMapTransform
Deprecated. -
setMapTransform
Deprecated. -
getMapUnit
Deprecated. -
setMapUnit
Deprecated. -
isPreDefined
public boolean isPreDefined()Deprecated. -
setPreDefined
public void setPreDefined(boolean preDefined) Deprecated. -
hasMapTransformUI
public boolean hasMapTransformUI()Deprecated.Tests if a user interface is available. The method is a shorthand forgetMapTransform().getDescriptor().hasTransformUI();- Returns:
trueif a user interface is available, in this case thegetMapTransformUI()method never returns null.
-
getMapTransformUI
Deprecated.Gets a user interface for editing the transformation properties of this map projection.- Returns:
- the user interface or null if editing is not supported. The
hasMapTransformUI()hasTransformUI} method shall returnfalsein this case.
-
clone
Deprecated. -
alterMapTransform
Deprecated.Alters the underlying map transformation by changing the values of the transform parameters named "semi_major" and "semi_minor" (if any) to the ones of the supplied ellipsoid.- Parameters:
ellipsoid- the ellipsoid
-
hashCode
public int hashCode()Deprecated. -
equals
Deprecated.
-
MapProjectioninstead.