Package | Description |
---|---|
org.esa.snap.core.datamodel |
Contains SNAP's central classes and interfaces used for an in-memory presentation
of remote sensing data products.
|
org.esa.snap.core.util.math |
Provides utility classes for mathematical operations.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PixelGeoCoding.fillInvalidGaps(IndexValidator validator,
float[] latElems,
float[] lonElems,
ProgressMonitor pm)
Fills the gaps in the given latitude and longitude data buffers.
|
Modifier and Type | Field and Description |
---|---|
static IndexValidator |
IndexValidator.TRUE
The validator whose
validateIndex(int) method always returns true. |
Modifier and Type | Method and Description |
---|---|
void |
Range.aggregate(Object values,
boolean unsigned,
IndexValidator validator,
ProgressMonitor pm) |
void |
Histogram.aggregate(Object values,
boolean unsigned,
IndexValidator validator,
ProgressMonitor pm) |
static Histogram |
Histogram.computeHistogramByte(byte[] values,
IndexValidator validator,
int numBins,
Range range,
Histogram histo,
ProgressMonitor pm)
Computes the histogram for the values in the given
byte array in the given value range. |
static Histogram |
Histogram.computeHistogramDouble(double[] values,
IndexValidator validator,
int numBins,
Range range,
Histogram histogram,
ProgressMonitor pm)
Computes the histogram for the values in the given
double array in the given value range. |
static Histogram |
Histogram.computeHistogramDouble(DoubleList values,
IndexValidator validator,
int numBins,
Range range,
Histogram histo,
ProgressMonitor pm)
Computes the histogram for the values in the given
Histogram.DoubleList in the given value range. |
static Histogram |
Histogram.computeHistogramFloat(float[] values,
IndexValidator validator,
int numBins,
Range range,
Histogram histogram,
ProgressMonitor pm)
Computes the histogram for the values in the given
float array in the given value range. |
static Histogram |
Histogram.computeHistogramGeneric(Object values,
boolean unsigned,
IndexValidator validator,
int numBins,
Range range,
Histogram histogram,
ProgressMonitor pm)
Computes the histogram for the values in the given
Histogram.DoubleList in the given value range. |
static Histogram |
Histogram.computeHistogramInt(int[] values,
IndexValidator validator,
int numBins,
Range range,
Histogram histogram,
ProgressMonitor pm)
Computes the histogram for the values in the given
int array in the given value range. |
static Histogram |
Histogram.computeHistogramShort(short[] values,
IndexValidator validator,
int numBins,
Range range,
Histogram histo,
ProgressMonitor pm)
Computes the histogram for the values in the given
short array in the given value range. |
static Histogram |
Histogram.computeHistogramUByte(byte[] values,
IndexValidator validator,
int numBins,
Range range,
Histogram histo,
ProgressMonitor pm)
Computes the histogram for the values in the given
byte array in the given value range. |
static Histogram |
Histogram.computeHistogramUInt(int[] values,
IndexValidator validator,
int numBins,
Range range,
Histogram histogram,
ProgressMonitor pm)
Computes the histogram for the values in the given
int array in the given value range. |
static Histogram |
Histogram.computeHistogramUShort(short[] values,
IndexValidator validator,
int numBins,
Range range,
Histogram histo,
ProgressMonitor pm)
Computes the histogram for the values in the given
short array in the given value range. |
static Range |
Range.computeRangeByte(byte[] values,
IndexValidator validator,
Range range,
ProgressMonitor pm)
Computes the value range for the values in the given
byte array. |
static Range |
Range.computeRangeDouble(double[] values,
IndexValidator validator,
Range range,
ProgressMonitor pm)
Computes the value range for the values in the given
double array. |
static Range |
Range.computeRangeDouble(DoubleList values,
IndexValidator validator,
Range range,
ProgressMonitor pm)
Computes the value range for the values in the given
Range.DoubleList . |
static Range |
Range.computeRangeFloat(float[] values,
IndexValidator validator,
Range range,
ProgressMonitor pm)
Computes the value range for the values in the given
float array. |
static Range |
Range.computeRangeGeneric(Object values,
boolean unsigned,
IndexValidator validator,
Range range,
ProgressMonitor pm)
Computes the value range for the values in the given
Object . |
static Range |
Range.computeRangeInt(int[] values,
IndexValidator validator,
Range range,
ProgressMonitor pm)
Computes the value range for the values in the given
int array. |
static Range |
Range.computeRangeShort(short[] values,
IndexValidator validator,
Range range,
ProgressMonitor pm)
Computes the value range for the values in the given
short array. |
static Range |
Range.computeRangeUByte(byte[] values,
IndexValidator validator,
Range range,
ProgressMonitor pm)
Computes the value range for the values in the given
byte array. |
static Range |
Range.computeRangeUInt(int[] values,
IndexValidator validator,
Range range,
ProgressMonitor pm)
Computes the value range for the values in the given
int array. |
static Range |
Range.computeRangeUShort(short[] values,
IndexValidator validator,
Range range,
ProgressMonitor pm)
Computes the value range for the values in the given
short array. |
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.