Class HistogramOperation
java.lang.Object
org.gvsig.raster.lib.buffer.impl.statistics.HistogramOperation
- All Implemented Interfaces:
StatisticalOperation
- Author:
- fdiaz
-
Constructor Summary
ConstructorsConstructorDescriptionHistogramOperation(org.gvsig.raster.lib.buffer.api.statistics.StatisticsBand statisticsBand, org.gvsig.raster.lib.buffer.api.Band band) -
Method Summary
-
Constructor Details
-
HistogramOperation
public HistogramOperation(org.gvsig.raster.lib.buffer.api.statistics.StatisticsBand statisticsBand, org.gvsig.raster.lib.buffer.api.Band band) - Parameters:
statisticsBand-band-
-
-
Method Details
-
pre
public void pre()Description copied from interface:StatisticalOperationOperations done before processing- Specified by:
prein interfaceStatisticalOperation
-
addValue
Description copied from interface:StatisticalOperationOperations done during processing- Specified by:
addValuein interfaceStatisticalOperation- Parameters:
value-
-
post
public void post()Description copied from interface:StatisticalOperationOperations done after processing- Specified by:
postin interfaceStatisticalOperation
-
getResult
Description copied from interface:StatisticalOperationGets the results after processing.- Specified by:
getResultin interfaceStatisticalOperation- Returns:
- Object statistical value
-