it.geosolutions.imageio.pam
Class PAMDataset.PAMRasterBand.Histograms
java.lang.Object
it.geosolutions.imageio.pam.PAMDataset.PAMRasterBand.Histograms
- Enclosing class:
- PAMDataset.PAMRasterBand
public static class PAMDataset.PAMRasterBand.Histograms
- extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="HistItem">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="HistMin" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="HistMax" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="BucketCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="IncludeOutOfRange" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Approximate" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="HistCounts" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
histItem
protected PAMDataset.PAMRasterBand.Histograms.HistItem histItem
PAMDataset.PAMRasterBand.Histograms
public PAMDataset.PAMRasterBand.Histograms()
getHistItem
public PAMDataset.PAMRasterBand.Histograms.HistItem getHistItem()
- Gets the value of the histItem property.
- Returns:
- possible object is
PAMDataset.PAMRasterBand.Histograms.HistItem
setHistItem
public void setHistItem(PAMDataset.PAMRasterBand.Histograms.HistItem value)
- Sets the value of the histItem property.
- Parameters:
value
- allowed object is
PAMDataset.PAMRasterBand.Histograms.HistItem
Copyright © 2006–2013 GeoSolutions. All rights reserved.