public class GeoRasterImage.NodataMapping
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
m_isRange
indicate if it is nodata range or nodata value
|
boolean |
m_isTransparent
set nodata pixels to transparent or opaque
|
java.lang.Double |
m_new_value
new value for any pixel value in this no data range
|
double |
m_nodata_end
the lower bound of nodata range, which is exclusive
|
double |
m_nodata_start
the lower bound of nodata range, which is inclusive
|
Constructor and Description |
---|
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) |
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
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)