public static class PAMDataset.PAMRasterBand
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="Histograms"> <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> </element> <element name="Metadata"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="MDI" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="key" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="band" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
PAMDataset.PAMRasterBand.Histograms
Java class for anonymous complex type.
|
static class |
PAMDataset.PAMRasterBand.Metadata
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Integer |
band |
protected PAMDataset.PAMRasterBand.Histograms |
histograms |
protected PAMDataset.PAMRasterBand.Metadata |
metadata |
Constructor and Description |
---|
PAMDataset.PAMRasterBand() |
Modifier and Type | Method and Description |
---|---|
Integer |
getBand()
Gets the value of the band property.
|
PAMDataset.PAMRasterBand.Histograms |
getHistograms()
Gets the value of the histograms property.
|
PAMDataset.PAMRasterBand.Metadata |
getMetadata()
Gets the value of the metadata property.
|
void |
setBand(Integer value)
Sets the value of the band property.
|
void |
setHistograms(PAMDataset.PAMRasterBand.Histograms value)
Sets the value of the histograms property.
|
void |
setMetadata(PAMDataset.PAMRasterBand.Metadata value)
Sets the value of the metadata property.
|
protected PAMDataset.PAMRasterBand.Histograms histograms
protected PAMDataset.PAMRasterBand.Metadata metadata
protected Integer band
public PAMDataset.PAMRasterBand.Histograms getHistograms()
PAMDataset.PAMRasterBand.Histograms
public void setHistograms(PAMDataset.PAMRasterBand.Histograms value)
value
- allowed object is
PAMDataset.PAMRasterBand.Histograms
public PAMDataset.PAMRasterBand.Metadata getMetadata()
PAMDataset.PAMRasterBand.Metadata
public void setMetadata(PAMDataset.PAMRasterBand.Metadata value)
value
- allowed object is
PAMDataset.PAMRasterBand.Metadata
public Integer getBand()
Integer
public void setBand(Integer value)
value
- allowed object is
Integer
Copyright © 2006-2018 GeoSolutions. All Rights Reserved.