public class TiffRasterStatistics extends Object
Modifier and Type | Method and Description |
---|---|
int |
getCountOfNulls()
Get the count of the number of null samples in the collection.
|
int |
getCountOfSamples()
Get the count of the number of non-null and non-excluded samples in the
collection.
|
float |
getExcludedValue()
Get the value that was set for exclusion, or a Float.NaN if not was
set.
|
float |
getMaxValue()
Get the maximum value found in the source data
|
float |
getMeanValue()
Get the mean value for all sample values in the raster.
|
float |
getMinValue()
Get the minimum value found in the source data
|
boolean |
isAnExcludedValueSet()
Indicates if a sample value was set to be deliberately excluded from the
statistics.
|
public int getCountOfSamples()
public int getCountOfNulls()
public float getMinValue()
public float getMaxValue()
public float getMeanValue()
public boolean isAnExcludedValueSet()
public float getExcludedValue()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.