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

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

public static class PAMDataset.PAMRasterBand.Histograms.HistItem
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="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>
 


Field Summary
protected  int approximate
           
protected  int bucketCount
           
protected  String histCounts
           
protected  BigDecimal histMax
           
protected  BigDecimal histMin
           
protected  int includeOutOfRange
           
 
Constructor Summary
PAMDataset.PAMRasterBand.Histograms.HistItem()
           
 
Method Summary
 int getApproximate()
          Gets the value of the approximate property.
 int getBucketCount()
          Gets the value of the bucketCount property.
 String getHistCounts()
          Gets the value of the histCounts property.
 BigDecimal getHistMax()
          Gets the value of the histMax property.
 BigDecimal getHistMin()
          Gets the value of the histMin property.
 int getIncludeOutOfRange()
          Gets the value of the includeOutOfRange property.
 void setApproximate(int value)
          Sets the value of the approximate property.
 void setBucketCount(int value)
          Sets the value of the bucketCount property.
 void setHistCounts(String value)
          Sets the value of the histCounts property.
 void setHistMax(BigDecimal value)
          Sets the value of the histMax property.
 void setHistMin(BigDecimal value)
          Sets the value of the histMin property.
 void setIncludeOutOfRange(int value)
          Sets the value of the includeOutOfRange property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

histMin

protected BigDecimal histMin

histMax

protected BigDecimal histMax

bucketCount

protected int bucketCount

includeOutOfRange

protected int includeOutOfRange

approximate

protected int approximate

histCounts

protected String histCounts
Constructor Detail

PAMDataset.PAMRasterBand.Histograms.HistItem

public PAMDataset.PAMRasterBand.Histograms.HistItem()
Method Detail

getHistMin

public BigDecimal getHistMin()
Gets the value of the histMin property.

Returns:
possible object is BigDecimal

setHistMin

public void setHistMin(BigDecimal value)
Sets the value of the histMin property.

Parameters:
value - allowed object is BigDecimal

getHistMax

public BigDecimal getHistMax()
Gets the value of the histMax property.

Returns:
possible object is BigDecimal

setHistMax

public void setHistMax(BigDecimal value)
Sets the value of the histMax property.

Parameters:
value - allowed object is BigDecimal

getBucketCount

public int getBucketCount()
Gets the value of the bucketCount property.


setBucketCount

public void setBucketCount(int value)
Sets the value of the bucketCount property.


getIncludeOutOfRange

public int getIncludeOutOfRange()
Gets the value of the includeOutOfRange property.


setIncludeOutOfRange

public void setIncludeOutOfRange(int value)
Sets the value of the includeOutOfRange property.


getApproximate

public int getApproximate()
Gets the value of the approximate property.


setApproximate

public void setApproximate(int value)
Sets the value of the approximate property.


getHistCounts

public String getHistCounts()
Gets the value of the histCounts property.

Returns:
possible object is String

setHistCounts

public void setHistCounts(String value)
Sets the value of the histCounts property.

Parameters:
value - allowed object is String


Copyright © 2006–2014 GeoSolutions. All rights reserved.