|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectPAMDataset.PAMRasterBand.Histograms.HistItem
public static class PAMDataset.PAMRasterBand.Histograms.HistItem
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 Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected BigDecimal histMin
protected BigDecimal histMax
protected int bucketCount
protected int includeOutOfRange
protected int approximate
protected String histCounts
Constructor Detail |
---|
public PAMDataset.PAMRasterBand.Histograms.HistItem()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |