Revision 995 org.gvsig.raster.cache/trunk/org.gvsig.raster.cache/org.gvsig.raster.cache.lib.api/src/main/java/org/gvsig/raster/cache/buffer/BufferStats.java

View differences:

BufferStats.java
5 5
	 * Calculate statistics
6 6
	 */
7 7
	public void calculate();
8
	
9
    /**
10
     * Calcula el m?nimo y el m?ximo del histograma previamente.
11
     * @return double[] con el m?nimo y m?ximo y el segundo minimo y maximo.
12
     * @throws ProcessInterruptedException 
13
     */
14
    public double[] getLimits() throws InterruptedException;
15
    
16
    public double[][] getAllBandsLimits() throws InterruptedException;
8 17
}

Also available in: Unified diff