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>
Modifier and Type | Class and Description |
---|---|
static class |
PAMDataset.PAMRasterBand.Histograms.HistItem
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected PAMDataset.PAMRasterBand.Histograms.HistItem |
histItem |
Constructor and Description |
---|
PAMDataset.PAMRasterBand.Histograms() |
Modifier and Type | Method and Description |
---|---|
PAMDataset.PAMRasterBand.Histograms.HistItem |
getHistItem()
Gets the value of the histItem property.
|
void |
setHistItem(PAMDataset.PAMRasterBand.Histograms.HistItem value)
Sets the value of the histItem property.
|
protected PAMDataset.PAMRasterBand.Histograms.HistItem histItem
public PAMDataset.PAMRasterBand.Histograms.HistItem getHistItem()
PAMDataset.PAMRasterBand.Histograms.HistItem
public void setHistItem(PAMDataset.PAMRasterBand.Histograms.HistItem value)
value
- allowed object is
PAMDataset.PAMRasterBand.Histograms.HistItem
Copyright © 2006-2018 GeoSolutions. All Rights Reserved.