|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectPAMDataset.PAMRasterBand
public static class PAMDataset.PAMRasterBand
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>
Nested Class Summary | |
---|---|
static class |
PAMDataset.PAMRasterBand.Histograms
Java class for anonymous complex type. |
static class |
PAMDataset.PAMRasterBand.Metadata
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected Integer |
band
|
protected PAMDataset.PAMRasterBand.Histograms |
histograms
|
protected PAMDataset.PAMRasterBand.Metadata |
metadata
|
Constructor Summary | |
---|---|
PAMDataset.PAMRasterBand()
|
Method Summary | |
---|---|
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. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected PAMDataset.PAMRasterBand.Histograms histograms
protected PAMDataset.PAMRasterBand.Metadata metadata
protected Integer band
Constructor Detail |
---|
public PAMDataset.PAMRasterBand()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |