|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GridStatisticsInterface
An interface to be implemented by classes that provide statistics about raster data.
Method Summary | |
---|---|
java.math.BigDecimal |
getArithmeticMeanBigDecimal(int numberOfDecimalPlaces)
For returning the arithmetic mean of all non noDataValues as a BigDecimal |
java.math.BigDecimal |
getMaxBigDecimal()
For returning the maximum of all non noDataValues as a BigDecimal |
java.math.BigInteger |
getMaxBigInteger()
For returning the maximum of all non noDataValues as a BigInteger |
double |
getMaxDouble()
For returning the minimum of all non noDataValues as a double |
int |
getMaxInt()
For returning the minimum of all non noDataValues as a int |
long |
getMaxLong()
For returning the minimum of all non noDataValues as a long |
java.math.BigDecimal |
getMinBigDecimal()
For returning the minimum of all non noDataValues as a BigDecimal |
java.math.BigInteger |
getMinBigInteger()
For returning the minimum of all non noDataValues as a BigInteger |
double |
getMinDouble()
For returning the minimum of all non noDataValues as a double |
int |
getMinInt()
For returning the minimum of all non noDataValues as a int |
long |
getMinLong()
For returning the minimum of all non noDataValues as a long |
java.math.BigInteger |
getNonNoDataValueCountBigInteger()
For returning the number of cells with noDataValues as a BigInteger |
int |
getNonNoDataValueCountInt()
For returning the number of cells with noDataValues as a int |
long |
getNonNoDataValueCountLong()
For returning the number of cells with noDataValues as a long |
java.math.BigDecimal |
getSumBigDecimal()
For returning the sum of all non noDataValues as a BigDecimal |
java.math.BigInteger |
getSumBigInteger()
For returning the sum of all non noDataValues as a BigInteger |
double |
getSumDouble()
For returning the sum of all non noDataValues as a double |
int |
getSumInt()
For returning the sum of all non noDataValues as a int |
long |
getSumLong()
For returning the sum of all non noDataValues as a long |
Method Detail |
---|
java.math.BigInteger getNonNoDataValueCountBigInteger()
long getNonNoDataValueCountLong()
int getNonNoDataValueCountInt()
java.math.BigDecimal getSumBigDecimal()
java.math.BigInteger getSumBigInteger()
double getSumDouble()
long getSumLong()
int getSumInt()
java.math.BigDecimal getMinBigDecimal()
java.math.BigInteger getMinBigInteger()
double getMinDouble()
long getMinLong()
int getMinInt()
java.math.BigDecimal getMaxBigDecimal()
java.math.BigInteger getMaxBigInteger()
double getMaxDouble()
long getMaxLong()
int getMaxInt()
java.math.BigDecimal getArithmeticMeanBigDecimal(int numberOfDecimalPlaces)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |