org.esa.beam.framework.datamodel
Class DensityPlot
java.lang.Object
org.esa.beam.framework.datamodel.DensityPlot
public class DensityPlot
- extends Object
Creates an Densityplot from two given bands.
- Since:
- BEAM 4.5
- Version:
- $Revision$ $Date$
- Author:
- Marco Zuehlke
|
Method Summary |
static void |
accumulate(RasterDataNode raster1,
double sampleMin1,
double sampleMax1,
RasterDataNode raster2,
double sampleMin2,
double sampleMax2,
Mask roiMask,
int width,
int height,
byte[] pixelValues,
com.bc.ceres.core.ProgressMonitor pm)
Creates a density plot image from two raster data nodes. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DensityPlot
public DensityPlot()
accumulate
public static void accumulate(RasterDataNode raster1,
double sampleMin1,
double sampleMax1,
RasterDataNode raster2,
double sampleMin2,
double sampleMax2,
Mask roiMask,
int width,
int height,
byte[] pixelValues,
com.bc.ceres.core.ProgressMonitor pm)
- Creates a density plot image from two raster data nodes.
- Parameters:
raster1 - the first raster data nodesampleMin1 - the minimum sample value to be considered in the first rastersampleMax1 - the maximum sample value to be considered in the first rasterraster2 - the second raster data nodesampleMin2 - the minimum sample value to be considered in the second rastersampleMax2 - the maximum sample value to be considered in the second rasterroiMask - an optional mask to be used as a ROI for the computationwidth - the width of the output imageheight - the height of the output imagepixelValues - an which will hold the datapm - a progress monitor
Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.