Skip navigation links

Oracle® Spatial Java API Reference
11g Release 2 (11.2)
E11829-02


oracle.spatial.georaster.image
Class GeoRasterImage.NodataMapping

java.lang.Object
  extended by oracle.spatial.georaster.image.GeoRasterImage.NodataMapping

Enclosing class:
GeoRasterImage

public class GeoRasterImage.NodataMapping
extends java.lang.Object

Field Summary
 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 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

m_nodata_start

public double m_nodata_start
the lower bound of nodata range, which is inclusive

m_nodata_end

public double m_nodata_end
the lower bound of nodata range, which is exclusive

m_new_value

public java.lang.Double m_new_value
new value for any pixel value in this no data range

m_isTransparent

public boolean m_isTransparent
set nodata pixels to transparent or opaque

m_isRange

public boolean m_isRange
indicate if it is nodata range or nodata value

Constructor Detail

GeoRasterImage.NodataMapping

public GeoRasterImage.NodataMapping(double nodata_start,
                                    double nodata_end,
                                    java.lang.Double new_value,
                                    boolean isTransparent)

GeoRasterImage.NodataMapping

public GeoRasterImage.NodataMapping(double nodata_start,
                                    java.lang.Double new_value,
                                    boolean isTransparent)

Skip navigation links

Oracle® Spatial Java API Reference
11g Release 2 (11.2)
E11829-02


Copyright © 2007, 2011, Oracle and/or its affiliates. All Rights Reserved.