Package | Description |
---|---|
org.esa.snap.core.util.math |
Provides utility classes for mathematical operations.
|
Modifier and Type | Method and Description |
---|---|
static FracIndex[] |
FracIndex.createArray(int length)
Creates an array of type
FracIndex[] . |
Modifier and Type | Method and Description |
---|---|
static void |
LookupTable.computeFracIndex(IntervalPartition partition,
double coordinate,
FracIndex fracIndex)
Computes the
FracIndex of a coordinate value with respect to a given
interval partition. |
double |
LookupTable.getValue(double[] coordinates,
FracIndex[] fracIndexes,
double[] v)
Returns an interpolated value for the given coordinates.
|
double |
LookupTable.getValue(FracIndex[] fracIndexes,
double[] v)
Returns an interpolated value for the given fractional indices.
|
double[] |
LookupTable.getValues(FracIndex[] fracIndexes)
Returns an array of interpolated values for the given fractional indices.
|
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.