public class DefaultStatisticsBand extends java.lang.Object implements StatisticsBand
| Constructor and Description | 
|---|
| DefaultStatisticsBand(Band band) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | calculate(SimpleTaskStatus status,
         Band band)Throws the thread which figure out statistics | 
| long | getBandLength()Gets the number of values by band | 
| int | getDataType()Obtiene el tipo de datos de la banda | 
| HistogramBand | getHistogramBand()Gets histogram of the band | 
| double | getMaximum()Devuelve el máximo valor de la banda | 
| double | getMean()Obtiene el valor medio | 
| double | getMedian()Obtiene la mediana | 
| double | getMinimum()Devuelve el mínimo valor de la banda | 
| long | getNoDataValuesCount() | 
| double | getSecondMax()Obtiene el valor del segundo máximo | 
| double | getSecondMin()Obtiene el valor del segundo mínimo | 
| double[] | getTailTrimValue(double percent)Obtiene un valor de recorte de colas para un porcentaje dado. | 
| double[] | getTailTrimValue(int pos)Obtiene un valor de recorte de colas para una posición dada. | 
| double | getVariance()Obtiene la varianza | 
| boolean | isCalculated()Obtiene el flag que informa de si las estadísticas están calculadas o no. | 
public DefaultStatisticsBand(Band band)
band - public boolean isCalculated()
StatisticsBandisCalculated in interface StatisticsBandpublic void calculate(SimpleTaskStatus status, Band band)
StatisticsBandcalculate in interface StatisticsBandpublic int getDataType()
StatisticsBandgetDataType in interface StatisticsBandpublic long getBandLength()
StatisticsBandgetBandLength in interface StatisticsBandpublic double getSecondMax()
StatisticsBandgetSecondMax in interface StatisticsBandpublic double getSecondMin()
StatisticsBandgetSecondMin in interface StatisticsBandpublic double getMaximum()
StatisticsBandgetMaximum in interface StatisticsBandpublic double getMinimum()
StatisticsBandgetMinimum in interface StatisticsBandpublic double getMean()
StatisticsBandgetMean in interface StatisticsBandpublic double getVariance()
StatisticsBandgetVariance in interface StatisticsBandpublic double[] getTailTrimValue(double percent)
StatisticsBandgetTailTrimValue in interface StatisticsBandpercent - Porcentaje de recortepublic double[] getTailTrimValue(int pos)
StatisticsBandgetTailTrimValue in interface StatisticsBandpos - posición de recortepublic HistogramBand getHistogramBand()
StatisticsBandgetHistogramBand in interface StatisticsBandpublic double getMedian()
StatisticsBandgetMedian in interface StatisticsBandpublic long getNoDataValuesCount()
getNoDataValuesCount in interface StatisticsBand