org.esa.beam.framework.datamodel
Class ScatterPlot
java.lang.Object
org.esa.beam.framework.datamodel.ScatterPlot
public class ScatterPlot
- extends Object
Creates an Scatterplot 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 scatter plot image from two raster data nodes. |
static void |
accumulate(RasterDataNode raster1,
double sampleMin1,
double sampleMax1,
RasterDataNode raster2,
double sampleMin2,
double sampleMax2,
RenderedImage roiImage,
int width,
int height,
byte[] pixelValues,
com.bc.ceres.core.ProgressMonitor pm)
Deprecated. since BEAM 4.7, use accumulate(RasterDataNode, double, double, RasterDataNode, double, double, Mask, int, int, byte[], ProgressMonitor) instead. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScatterPlot
public ScatterPlot()
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 scatter 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
accumulate
@Deprecated
public static void accumulate(RasterDataNode raster1,
double sampleMin1,
double sampleMax1,
RasterDataNode raster2,
double sampleMin2,
double sampleMax2,
RenderedImage roiImage,
int width,
int height,
byte[] pixelValues,
com.bc.ceres.core.ProgressMonitor pm)
- Deprecated. since BEAM 4.7, use
accumulate(RasterDataNode, double, double, RasterDataNode, double, double, Mask, int, int, byte[], ProgressMonitor) instead.
- Creates a scatter 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 rasterroiImage - an optional image 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-2011 Brockmann Consult GmbH. All Rights Reserved.