org.cresques.io.raster
Class RasterStats

java.lang.Object
  extended byorg.cresques.io.raster.RasterStats

public class RasterStats
extends java.lang.Object

Clase para estadisticas

Author:
Luis W. Sevilla (sevilla_lui@gva.es)

Nested Class Summary
 class RasterStats.History
          Clase que contiene los valores calculados para una imagen.
 
Field Summary
 java.util.ArrayList history
          Historial de valores para una imagen.
 int[] maxBandValue
          Máximo valor de pixel por banda
 int[] minBandValue
          Mínimo valor de pixel por banda
 int[] secondMaxBandValue
          Segundo valor más grande de pixel por banda
 int[] secondMinBandValue
          Segundo valor más pequeño de pixel por banda
 double tailPercent
          Porcentaje de recorte de colas
 
Constructor Summary
RasterStats()
          Constructor
 
Method Summary
 void pinta()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

minBandValue

public int[] minBandValue
Mínimo valor de pixel por banda


maxBandValue

public int[] maxBandValue
Máximo valor de pixel por banda


secondMinBandValue

public int[] secondMinBandValue
Segundo valor más pequeño de pixel por banda


secondMaxBandValue

public int[] secondMaxBandValue
Segundo valor más grande de pixel por banda


history

public java.util.ArrayList history
Historial de valores para una imagen. Esto se usa cuando se solicita varias veces para una misma imagen solo tenga que calcular los valores una vez


tailPercent

public double tailPercent
Porcentaje de recorte de colas

Constructor Detail

RasterStats

public RasterStats()
Constructor

Method Detail

pinta

public void pinta()