it.geosolutions.imageio.pam
Class PAMDataset.PAMRasterBand

java.lang.Object
  extended by it.geosolutions.imageio.pam.PAMDataset.PAMRasterBand
Enclosing class:
PAMDataset

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>
 


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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

histograms

protected PAMDataset.PAMRasterBand.Histograms histograms

metadata

protected PAMDataset.PAMRasterBand.Metadata metadata

band

protected Integer band
Constructor Detail

PAMDataset.PAMRasterBand

public PAMDataset.PAMRasterBand()
Method Detail

getHistograms

public PAMDataset.PAMRasterBand.Histograms getHistograms()
Gets the value of the histograms property.

Returns:
possible object is PAMDataset.PAMRasterBand.Histograms

setHistograms

public void setHistograms(PAMDataset.PAMRasterBand.Histograms value)
Sets the value of the histograms property.

Parameters:
value - allowed object is PAMDataset.PAMRasterBand.Histograms

getMetadata

public PAMDataset.PAMRasterBand.Metadata getMetadata()
Gets the value of the metadata property.

Returns:
possible object is PAMDataset.PAMRasterBand.Metadata

setMetadata

public void setMetadata(PAMDataset.PAMRasterBand.Metadata value)
Sets the value of the metadata property.

Parameters:
value - allowed object is PAMDataset.PAMRasterBand.Metadata

getBand

public Integer getBand()
Gets the value of the band property.

Returns:
possible object is Integer

setBand

public void setBand(Integer value)
Sets the value of the band property.

Parameters:
value - allowed object is Integer


Copyright © 2006–2013 GeoSolutions. All rights reserved.