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>
Modifier and Type | Field and Description |
---|---|
protected int |
approximate |
protected int |
bucketCount |
protected String |
histCounts |
protected BigDecimal |
histMax |
protected BigDecimal |
histMin |
protected int |
includeOutOfRange |
Constructor and Description |
---|
PAMDataset.PAMRasterBand.Histograms.HistItem() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected BigDecimal histMin
protected BigDecimal histMax
protected int bucketCount
protected int includeOutOfRange
protected int approximate
protected String histCounts
public PAMDataset.PAMRasterBand.Histograms.HistItem()
public BigDecimal getHistMin()
BigDecimal
public void setHistMin(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getHistMax()
BigDecimal
public void setHistMax(BigDecimal value)
value
- allowed object is
BigDecimal
public int getBucketCount()
public void setBucketCount(int value)
public int getIncludeOutOfRange()
public void setIncludeOutOfRange(int value)
public int getApproximate()
public void setApproximate(int value)
public String getHistCounts()
String
public void setHistCounts(String value)
value
- allowed object is
String
Copyright © 2006-2018 GeoSolutions. All Rights Reserved.