public class TransectProfileData extends Object
TransectProfileDataBuilder
to create
instances.Modifier and Type | Field and Description |
---|---|
static GeoPos |
NO_GEO_POS |
Modifier and Type | Method and Description |
---|---|
static TransectProfileData |
create(RasterDataNode raster,
Shape path)
Deprecated.
since 4.10, use
TransectProfileDataBuilder instead |
GeoPos[] |
getGeoPositions() |
int |
getNumPixels() |
int |
getNumShapeVertices() |
Point2D[] |
getPixelPositions() |
float |
getSampleMax() |
float |
getSampleMin() |
float[] |
getSampleSigmas() |
float[] |
getSampleValues() |
int[] |
getShapeVertexIndexes() |
Point2D[] |
getShapeVertices() |
public static final GeoPos NO_GEO_POS
public static TransectProfileData create(RasterDataNode raster, Shape path) throws IOException
TransectProfileDataBuilder
insteadIOException
public int getNumPixels()
public int getNumShapeVertices()
public Point2D[] getShapeVertices()
public int[] getShapeVertexIndexes()
public Point2D[] getPixelPositions()
public GeoPos[] getGeoPositions()
public float[] getSampleValues()
public float[] getSampleSigmas()
public float getSampleMin()
public float getSampleMax()
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.