|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.esa.beam.framework.dataop.maptransf.MapProjection
MapProjection instead.
@Deprecated public class MapProjection
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 | |
|---|---|
MapProjection(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 | |
|---|---|
void |
alterMapTransform(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. |
Object |
clone()
Deprecated. |
boolean |
equals(Object obj)
Deprecated. |
MapTransform |
getMapTransform()
Deprecated. |
MapTransformUI |
getMapTransformUI()
Deprecated. Gets a user interface for editing the transformation properties of this map projection. |
String |
getMapUnit()
Deprecated. |
String |
getName()
Deprecated. |
int |
hashCode()
Deprecated. |
boolean |
hasMapTransformUI()
Deprecated. Tests if a user interface is available. |
boolean |
isPreDefined()
Deprecated. |
void |
setMapTransform(MapTransform transform)
Deprecated. |
void |
setMapUnit(String mapUnit)
Deprecated. |
void |
setName(String name)
Deprecated. |
void |
setPreDefined(boolean preDefined)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapProjection(String name,
MapTransform mapTransform)
public MapProjection(String name,
MapTransform mapTransform,
boolean preDefined)
public MapProjection(String name,
MapTransform mapTransform,
String mapUnit)
public MapProjection(String name,
MapTransform mapTransform,
String mapUnit,
boolean preDefined)
| Method Detail |
|---|
public String getName()
public void setName(String name)
public MapTransform getMapTransform()
public void setMapTransform(MapTransform transform)
public String getMapUnit()
public void setMapUnit(String mapUnit)
public boolean isPreDefined()
public void setPreDefined(boolean preDefined)
public boolean hasMapTransformUI()
getMapTransform().getDescriptor().hasTransformUI();
true if a user interface is available, in this case the getMapTransformUI() method
never returns null.public MapTransformUI getMapTransformUI()
hasMapTransformUI() hasTransformUI} method shall return
false in this case.public Object clone()
clone in class Objectpublic void alterMapTransform(Ellipsoid ellipsoid)
ellipsoid - the ellipsoidpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||