|
||||||||||
| 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,
boolean _HandleOutOfMemoryError)
For returning the arithmetic mean of all non noDataValues as a BigDecimal |
java.math.BigDecimal |
getMaxBigDecimal(boolean _HandleOutOfMemoryError)
For returning the maximum of all non noDataValues as a BigDecimal |
java.math.BigInteger |
getMaxBigInteger(boolean _HandleOutOfMemoryError)
For returning the maximum of all non noDataValues as a BigInteger |
double |
getMaxDouble(boolean _HandleOutOfMemoryError)
For returning the minimum of all non noDataValues as a double |
int |
getMaxInt(boolean _HandleOutOfMemoryError)
For returning the minimum of all non noDataValues as a int |
long |
getMaxLong(boolean _HandleOutOfMemoryError)
For returning the minimum of all non noDataValues as a long |
java.math.BigDecimal |
getMinBigDecimal(boolean _HandleOutOfMemoryError)
For returning the minimum of all non noDataValues as a BigDecimal |
java.math.BigInteger |
getMinBigInteger(boolean _HandleOutOfMemoryError)
For returning the minimum of all non noDataValues as a BigInteger |
double |
getMinDouble(boolean _HandleOutOfMemoryError)
For returning the minimum of all non noDataValues as a double |
int |
getMinInt(boolean _HandleOutOfMemoryError)
For returning the minimum of all non noDataValues as a int |
long |
getMinLong(boolean _HandleOutOfMemoryError)
For returning the minimum of all non noDataValues as a long |
java.math.BigInteger |
getNonNoDataValueCountBigInteger(boolean _HandleOutOfMemoryError)
For returning the number of cells with noDataValues as a BigInteger |
int |
getNonNoDataValueCountInt(boolean _HandleOutOfMemoryError)
For returning the number of cells with noDataValues as a int |
long |
getNonNoDataValueCountLong(boolean _HandleOutOfMemoryError)
For returning the number of cells with noDataValues as a long |
java.math.BigDecimal |
getSumBigDecimal(boolean _HandleOutOfMemoryError)
For returning the sum of all non noDataValues as a BigDecimal |
java.math.BigInteger |
getSumBigInteger(boolean _HandleOutOfMemoryError)
For returning the sum of all non noDataValues as a BigInteger |
double |
getSumDouble(boolean _HandleOutOfMemoryError)
For returning the sum of all non noDataValues as a double |
int |
getSumInt(boolean _HandleOutOfMemoryError)
For returning the sum of all non noDataValues as a int |
long |
getSumLong(boolean _HandleOutOfMemoryError)
For returning the sum of all non noDataValues as a long |
| Method Detail |
|---|
java.math.BigInteger getNonNoDataValueCountBigInteger(boolean _HandleOutOfMemoryError)
_HandleOutOfMemoryError - If true then OutOfMemoryErrors are caught, swap operations are
initiated, then the method is re-called.
If false then OutOfMemoryErrors are caught and thrown.long getNonNoDataValueCountLong(boolean _HandleOutOfMemoryError)
_HandleOutOfMemoryError - If true then OutOfMemoryErrors are caught, swap operations are
initiated, then the method is re-called.
If false then OutOfMemoryErrors are caught and thrown.int getNonNoDataValueCountInt(boolean _HandleOutOfMemoryError)
_HandleOutOfMemoryError - If true then OutOfMemoryErrors are caught, swap operations are
initiated, then the method is re-called.
If false then OutOfMemoryErrors are caught and thrown.java.math.BigDecimal getSumBigDecimal(boolean _HandleOutOfMemoryError)
_HandleOutOfMemoryError - If true then OutOfMemoryErrors are caught, swap operations are
initiated, then the method is re-called.
If false then OutOfMemoryErrors are caught and thrown.java.math.BigInteger getSumBigInteger(boolean _HandleOutOfMemoryError)
_HandleOutOfMemoryError - If true then OutOfMemoryErrors are caught, swap operations are
initiated, then the method is re-called.
If false then OutOfMemoryErrors are caught and thrown.double getSumDouble(boolean _HandleOutOfMemoryError)
_HandleOutOfMemoryError - If true then OutOfMemoryErrors are caught, swap operations are
initiated, then the method is re-called.
If false then OutOfMemoryErrors are caught and thrown.long getSumLong(boolean _HandleOutOfMemoryError)
int getSumInt(boolean _HandleOutOfMemoryError)
_HandleOutOfMemoryError - If true then OutOfMemoryErrors are caught, swap operations are
initiated, then the method is re-called.
If false then OutOfMemoryErrors are caught and thrown.java.math.BigDecimal getMinBigDecimal(boolean _HandleOutOfMemoryError)
_HandleOutOfMemoryError - If true then OutOfMemoryErrors are caught, swap operations are
initiated, then the method is re-called.
If false then OutOfMemoryErrors are caught and thrown.java.math.BigInteger getMinBigInteger(boolean _HandleOutOfMemoryError)
_HandleOutOfMemoryError - If true then OutOfMemoryErrors are caught, swap operations are
initiated, then the method is re-called.
If false then OutOfMemoryErrors are caught and thrown.double getMinDouble(boolean _HandleOutOfMemoryError)
_HandleOutOfMemoryError - If true then OutOfMemoryErrors are caught, swap operations are
initiated, then the method is re-called.
If false then OutOfMemoryErrors are caught and thrown.long getMinLong(boolean _HandleOutOfMemoryError)
int getMinInt(boolean _HandleOutOfMemoryError)
_HandleOutOfMemoryError - If true then OutOfMemoryErrors are caught, swap operations are
initiated, then the method is re-called.
If false then OutOfMemoryErrors are caught and thrown.java.math.BigDecimal getMaxBigDecimal(boolean _HandleOutOfMemoryError)
_HandleOutOfMemoryError - If true then OutOfMemoryErrors are caught, swap operations are
initiated, then the method is re-called.
If false then OutOfMemoryErrors are caught and thrown.java.math.BigInteger getMaxBigInteger(boolean _HandleOutOfMemoryError)
_HandleOutOfMemoryError - If true then OutOfMemoryErrors are caught, swap operations are
initiated, then the method is re-called.
If false then OutOfMemoryErrors are caught and thrown.double getMaxDouble(boolean _HandleOutOfMemoryError)
_HandleOutOfMemoryError - If true then OutOfMemoryErrors are caught, swap operations are
initiated, then the method is re-called.
If false then OutOfMemoryErrors are caught and thrown.long getMaxLong(boolean _HandleOutOfMemoryError)
_HandleOutOfMemoryError - If true then OutOfMemoryErrors are caught, swap operations are
initiated, then the method is re-called.
If false then OutOfMemoryErrors are caught and thrown.int getMaxInt(boolean _HandleOutOfMemoryError)
_HandleOutOfMemoryError - If true then OutOfMemoryErrors are caught, swap operations are
initiated, then the method is re-called.
If false then OutOfMemoryErrors are caught and thrown.
java.math.BigDecimal getArithmeticMeanBigDecimal(int numberOfDecimalPlaces,
boolean _HandleOutOfMemoryError)
numberOfDecimalPlaces - The number of decimal places to which
the result is precise._HandleOutOfMemoryError - If true then OutOfMemoryErrors are caught, swap operations are
initiated, then the method is re-called.
If false then OutOfMemoryErrors are caught and thrown.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||