|
||||||||||
| 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
org.esa.beam.framework.dataop.maptransf.UTMProjection
TransverseMercator instead.
@Deprecated public class UTMProjection
This class represents the UTM map projection.
| Method Summary | |
|---|---|
static UTMProjection |
create(int zoneIndex,
boolean south)
Deprecated. Creates a new UTM projection instance. |
static UTMProjection |
create(String name,
int zoneIndex,
boolean south)
Deprecated. Creates a new UTM projection instance. |
int |
getZone()
Deprecated. Gets the UTM zone. |
int |
getZoneIndex()
Deprecated. Gets the UTM zone as zero-based index: zoneIndex = zone - 1 |
boolean |
hasMapTransformUI()
Deprecated. This mehtod allways returns false, because UTM projections does not allow editing the
transformation parameters. |
boolean |
isNorth()
Deprecated. Tests if this UTM zone is on the northern hemisphere. |
boolean |
isSouth()
Deprecated. Tests if this UTM zone is on the southern hemisphere. |
| Methods inherited from class org.esa.beam.framework.dataop.maptransf.MapProjection |
|---|
alterMapTransform, clone, equals, getMapTransform, getMapTransformUI, getMapUnit, getName, hashCode, isPreDefined, setMapTransform, setMapUnit, setName, setPreDefined |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static UTMProjection create(int zoneIndex,
boolean south)
zoneIndex - the zne as zero-based index, e.g. 31 for zone 32south - false, if the zone is on the northern hemisphere
public static UTMProjection create(String name,
int zoneIndex,
boolean south)
name - the projection name, e.g. "UTM Zone 32"zoneIndex - the zne as zero-based index, e.g. 31 for zone 32south - false, if the zone is on the northern hemisphere
public int getZoneIndex()
public int getZone()
getZoneIndex() + 1public boolean hasMapTransformUI()
false, because UTM projections does not allow editing the
transformation parameters.
hasMapTransformUI in class MapProjectionfalse because UTM projections does not allow editing the transformation parameters.public boolean isNorth()
public boolean isSouth()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||