|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.esa.beam.framework.dataop.maptransf.MapInfo
CrsGeoCoding instead.
@Deprecated public class MapInfo
The MapInfo class holds information required to bring the cartographic map co-ordinate system to a
raster co-ordinate system and back.
| Field Summary | |
|---|---|
static double |
DEFAULT_NO_DATA_VALUE
Deprecated. |
| Constructor Summary | |
|---|---|
MapInfo(MapProjection mapProjection,
float pixelX,
float pixelY,
float easting,
float northing,
float pixelSizeX,
float pixelSizeY,
Datum datum)
Deprecated. Constructs a new map information object. |
|
| Method Summary | |
|---|---|
Object |
clone()
Deprecated. |
MapInfo |
createDeepClone()
Deprecated. |
Datum |
getDatum()
Deprecated. |
float |
getEasting()
Deprecated. |
String |
getElevationModelName()
Deprecated. |
MapProjection |
getMapProjection()
Deprecated. |
double |
getNoDataValue()
Deprecated. |
float |
getNorthing()
Deprecated. |
float |
getOrientation()
Deprecated. Gets the orientation angle in degrees. |
float |
getPixelSizeX()
Deprecated. |
float |
getPixelSizeY()
Deprecated. |
AffineTransform |
getPixelToMapTransform()
Deprecated. |
float |
getPixelX()
Deprecated. |
float |
getPixelY()
Deprecated. |
Resampling |
getResampling()
Deprecated. |
int |
getSceneHeight()
Deprecated. |
int |
getSceneWidth()
Deprecated. |
boolean |
isOrthorectified()
Deprecated. |
boolean |
isSceneSizeFitted()
Deprecated. |
void |
setDatum(Datum datum)
Deprecated. |
void |
setEasting(float easting)
Deprecated. |
void |
setElevationModelName(String elevationModelName)
Deprecated. |
void |
setNoDataValue(double noDataValue)
Deprecated. |
void |
setNorthing(float northing)
Deprecated. |
void |
setOrientation(float orientation)
Deprecated. Sets the orientation angle in degrees. |
void |
setOrthorectified(boolean orthorectified)
Deprecated. |
void |
setPixelSizeX(float pixelSizeX)
Deprecated. |
void |
setPixelSizeY(float pixelSizeY)
Deprecated. |
void |
setPixelX(float pixelX)
Deprecated. |
void |
setPixelY(float pixelY)
Deprecated. |
void |
setProjection(MapProjection projection)
Deprecated. |
void |
setResampling(Resampling resampling)
Deprecated. |
void |
setSceneHeight(int sceneHeight)
Deprecated. |
void |
setSceneSizeFitted(boolean sceneSizeFitted)
Deprecated. |
void |
setSceneWidth(int sceneWidth)
Deprecated. |
String |
toString()
Deprecated. Overrides toString() of object. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final double DEFAULT_NO_DATA_VALUE
| Constructor Detail |
|---|
public MapInfo(MapProjection mapProjection,
float pixelX,
float pixelY,
float easting,
float northing,
float pixelSizeX,
float pixelSizeY,
Datum datum)
mapProjection - the map projection, must not be nullpixelX - reference pixel position in image coordinates in X directionpixelY - reference pixel position in image coordinates in Y directioneasting - easting in map units of the reference pixel in X directionnorthing - norting in map units of the reference pixel in Y directionpixelSizeX - size of pixel in map units in image X directionpixelSizeY - size of pixel in map units in image Y directiondatum - the datum to be used, must not be null| Method Detail |
|---|
public final MapProjection getMapProjection()
public final void setProjection(MapProjection projection)
public final float getPixelX()
public final void setPixelX(float pixelX)
public final float getPixelY()
public final void setPixelY(float pixelY)
public final float getEasting()
public final void setEasting(float easting)
public float getNorthing()
public final void setNorthing(float northing)
public final float getPixelSizeX()
public final void setPixelSizeX(float pixelSizeX)
public final float getPixelSizeY()
public final void setPixelSizeY(float pixelSizeY)
public float getOrientation()
public void setOrientation(float orientation)
orientation - the orientation angle in degrees.public final Datum getDatum()
public final void setDatum(Datum datum)
public final int getSceneWidth()
public final void setSceneWidth(int sceneWidth)
public final int getSceneHeight()
public final void setSceneHeight(int sceneHeight)
public final boolean isSceneSizeFitted()
public final void setSceneSizeFitted(boolean sceneSizeFitted)
public final double getNoDataValue()
public final void setNoDataValue(double noDataValue)
public final boolean isOrthorectified()
public final void setOrthorectified(boolean orthorectified)
public final String getElevationModelName()
public final void setElevationModelName(String elevationModelName)
public final Resampling getResampling()
public final void setResampling(Resampling resampling)
public String toString()
toString in class Objectpublic Object clone()
clone in class Objectpublic MapInfo createDeepClone()
public AffineTransform getPixelToMapTransform()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||