it.geosolutions.imageio.pam
Class PAMDataset.PAMRasterBand.Histograms

Object
  extended by 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>
 


Nested Class Summary
static class PAMDataset.PAMRasterBand.Histograms.HistItem
          Java class for anonymous complex type.
 
Field Summary
protected  PAMDataset.PAMRasterBand.Histograms.HistItem histItem
           
 
Constructor Summary
PAMDataset.PAMRasterBand.Histograms()
           
 
Method Summary
 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.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

histItem

protected PAMDataset.PAMRasterBand.Histograms.HistItem histItem
Constructor Detail

PAMDataset.PAMRasterBand.Histograms

public PAMDataset.PAMRasterBand.Histograms()
Method Detail

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–2018 GeoSolutions. All rights reserved.