public class ProfileAlongTrack3D extends MultiDimensionAdapter
Modifier and Type | Field and Description |
---|---|
ProfileAlongTrack |
adapter2D |
(package private) RealTupleType |
domain3D |
(package private) MultiDimensionReader |
reader |
(package private) float[] |
vertLocs |
array_dim_lengths, array_dim_names, array_rank, arrayName, arrayType, dimNameMap, metadata, rangeProcessor, rangeType
Constructor and Description |
---|
ProfileAlongTrack3D(ProfileAlongTrack adapter2D) |
Modifier and Type | Method and Description |
---|---|
HashMap |
getDefaultSubset() |
HashMap |
getSubsetFromLonLatRect(double minLat,
double maxLat,
double minLon,
double maxLon) |
HashMap |
getSubsetFromLonLatRect(double minLat,
double maxLat,
double minLon,
double maxLon,
int xStride,
int yStride,
int zStride) |
HashMap |
getSubsetFromLonLatRect(HashMap subset,
double minLat,
double maxLat,
double minLon,
double maxLon) |
(package private) void |
init() |
Set |
makeDomain(Object subset) |
static void |
oneD_threeDfill(float[] b,
float[] c,
int leny,
float[] a,
int lenx,
float[][] abc) |
getArrayName, getData, getIndexes, getMetadata, getRangeProcessor, getRangeType, getReader, makeFlatField, processRange, processRange, processRange, processRange, readArray, setRangeProcessor
public ProfileAlongTrack adapter2D
MultiDimensionReader reader
float[] vertLocs
RealTupleType domain3D
public ProfileAlongTrack3D(ProfileAlongTrack adapter2D)
public Set makeDomain(Object subset) throws Exception
makeDomain
in class MultiDimensionAdapter
Exception
public HashMap getDefaultSubset()
getDefaultSubset
in class MultiDimensionAdapter
public HashMap getSubsetFromLonLatRect(HashMap subset, double minLat, double maxLat, double minLon, double maxLon)
getSubsetFromLonLatRect
in class MultiDimensionAdapter
public HashMap getSubsetFromLonLatRect(double minLat, double maxLat, double minLon, double maxLon)
getSubsetFromLonLatRect
in class MultiDimensionAdapter
public HashMap getSubsetFromLonLatRect(double minLat, double maxLat, double minLon, double maxLon, int xStride, int yStride, int zStride)
getSubsetFromLonLatRect
in class MultiDimensionAdapter
public static void oneD_threeDfill(float[] b, float[] c, int leny, float[] a, int lenx, float[][] abc)