public interface BasicStats
| Modifier and Type | Method and Description |
|---|---|
void |
calcFullStatistics()
Calcula las estadisticas recorriendo todo el fichero.
|
double |
getMaxValue()
Obtiene el valor máximo del grid
|
double |
getMeanValue()
Obtiene el valor médio del grid
|
double |
getMinValue()
Obtiene el valor míximo del grid
|
double |
getVarianceValue()
Obtiene la varianza
|
boolean |
isCalculated()
Consulta si las estadisticas han sido calculadas o no.
|
void |
setBandToOperate(int band)
Asigna la banda sobre la que se realizan las operaciones.
|
void calcFullStatistics()
throws FileNotOpenException,
RasterDriverException,
java.lang.InterruptedException
FileNotOpenExceptionRasterDriverExceptionjava.lang.InterruptedExceptiondouble getMaxValue()
throws BandAccessException
BandAccessExceptiondouble getMeanValue()
throws BandAccessException
BandAccessExceptiondouble getMinValue()
throws BandAccessException
BandAccessExceptionboolean isCalculated()
double getVarianceValue()
throws BandAccessException
BandAccessExceptionvoid setBandToOperate(int band)
band - Banda sobre la que se realizan las operaciones.