abstract TiffRasterStatistics |
AbstractTiffRasterData.getSimpleStatistics() |
Tabulates simple statistics for the raster and returns an instance containing general metadata.
|
abstract TiffRasterStatistics |
AbstractTiffRasterData.getSimpleStatistics(float valueToExclude) |
Tabulates simple statistics for the raster excluding the specified value and returns an instance containing general metadata.
|
TiffRasterStatistics |
TiffRasterDataFloat.getSimpleStatistics() |
Tabulates simple statistics for the raster and returns an instance containing general metadata.
|
TiffRasterStatistics |
TiffRasterDataFloat.getSimpleStatistics(float valueToExclude) |
Tabulates simple statistics for the raster excluding the specified value and returns an instance containing general metadata.
|
TiffRasterStatistics |
TiffRasterDataInt.getSimpleStatistics() |
Tabulates simple statistics for the raster and returns an instance containing general metadata.
|
TiffRasterStatistics |
TiffRasterDataInt.getSimpleStatistics(float valueToExclude) |
Tabulates simple statistics for the raster excluding the specified value and returns an instance containing general metadata.
|