|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjwo.landserf.structure.RastHeader
Stores raster header information for older versions of LandSerf files. This cut down version (in comparison with version 1.8 and below) is maintained for backward compatibility only. It contains just the accessor methods required to reconstruct a new header.
Constructor Summary | |
RastHeader()
Deprecated. |
Method Summary | |
double |
getAzimAngle()
Deprecated. Reports the sun azimuth angle for shaded relief. |
double |
getEast()
Deprecated. Reports the eastern boundary of the raster. |
double |
getElevAngle()
Deprecated. Reports the sun elevation angle for shaded relief. |
double |
getMinShadeSlope()
Deprecated. Returns the minimum slope that will be represented in shaded relief. |
double |
getNorth()
Deprecated. Reports the northern boundary of the raster. |
String |
getNotes()
Deprecated. Reports the notes associated with the raster. |
int |
getNumCols()
Deprecated. Reports the number of columns in the raster. |
int |
getNumRows()
Deprecated. Reports the number of rows in the raster. |
double |
getpShade()
Deprecated. Reports the proportion of shaded relief assocaited with raster visualisation. |
double |
getSouth()
Deprecated. Reports the southern boundary of the raster. |
String |
getTitle()
Deprecated. Reports the title of the raster. |
int |
getType()
Deprecated. Reports the type of raster stored. |
double |
getWest()
Deprecated. Reports the western boundary of the raster. |
double |
getXRes()
Deprecated. Reports the x-resolution of the raster. |
double |
getYRes()
Deprecated. Reports the y-resolution of the raster. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RastHeader()
Method Detail |
public String getTitle()
public String getNotes()
public double getNorth()
public double getSouth()
public double getEast()
public double getWest()
public int getNumRows()
public int getNumCols()
public double getXRes()
public double getYRes()
public double getElevAngle()
public double getAzimAngle()
public double getpShade()
public double getMinShadeSlope()
public int getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |