|
Oracle® Spatial Java API Reference 11g Release 2 (11.2) E11829-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.spatial.georaster.image.GeoRasterImage.NodataMapping
public class GeoRasterImage.NodataMapping
| Field Summary | |
|---|---|
boolean |
m_isRangeindicate if it is nodata range or nodata value |
boolean |
m_isTransparentset nodata pixels to transparent or opaque |
java.lang.Double |
m_new_valuenew value for any pixel value in this no data range |
double |
m_nodata_endthe lower bound of nodata range, which is exclusive |
double |
m_nodata_startthe lower bound of nodata range, which is inclusive |
| Constructor Summary | |
|---|---|
GeoRasterImage.NodataMapping(double nodata_start, java.lang.Double new_value, boolean isTransparent) |
|
GeoRasterImage.NodataMapping(double nodata_start, double nodata_end, java.lang.Double new_value, boolean isTransparent) |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double m_nodata_start
public double m_nodata_end
public java.lang.Double m_new_value
public boolean m_isTransparent
public boolean m_isRange
| Constructor Detail |
|---|
public GeoRasterImage.NodataMapping(double nodata_start,
double nodata_end,
java.lang.Double new_value,
boolean isTransparent)
public GeoRasterImage.NodataMapping(double nodata_start,
java.lang.Double new_value,
boolean isTransparent)
|
Oracle® Spatial Java API Reference 11g Release 2 (11.2) E11829-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||