|
Oracle® Spatial Java API Reference 11g Release 2 (11.2) E11829-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.spatial.georaster.GeorGrayscaleEntry
public class GeorGrayscaleEntry
A GeoRaster grayscale entry, which contains two components: cellvalue and gray. It is combined with class GeorGrayscale to represent a GeoRaster grayscale.
Two constructors are provided: one is the default constructor without parameters, and the other constructor allows you to specify a cell value and gray value.
Methods in this class are provided for retrieving and setting the cell value and gray value.
Constructor Summary | |
---|---|
GeorGrayscaleEntry() Constructs a GeorGrayscaleEntry object. |
|
GeorGrayscaleEntry(double cellValue, int gray) Constructs a GeorGrayscaleEntry object with the given cell value and gray value. |
Method Summary | |
---|---|
double |
getCellValue() Returns the cell value. |
int |
getGray() Returns the gray value. |
void |
setCellValue(double cellValue) Sets the cell value. |
void |
setGray(int gray) Sets the gray value. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeorGrayscaleEntry()
GeorGrayscaleEntry
object.public GeorGrayscaleEntry(double cellValue, int gray)
GeorGrayscaleEntry
object with the given cell value and gray value.
cellValue
- cell valuegray
- gray valueMethod Detail |
---|
public double getCellValue()
public void setCellValue(double cellValue)
cellValue
- cell valuepublic int getGray()
public void setGray(int gray)
gray
- gray value
|
Oracle® Spatial Java API Reference 11g Release 2 (11.2) E11829-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |