Package org.esa.snap.core.datamodel
Class TransectProfileData
java.lang.Object
org.esa.snap.core.datamodel.TransectProfileData
A container for data which fully describes a transect profile. Use 
TransectProfileDataBuilder to create
 instances.- 
Nested Class Summary
Nested Classes - 
Field Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptionstatic TransectProfileDatacreate(RasterDataNode raster, Shape path) Deprecated.GeoPos[]intintPoint2D[]floatfloatfloat[]float[]int[]Point2D[] 
- 
Field Details
- 
NO_GEO_POS
 
 - 
 - 
Method Details
- 
create
@Deprecated public static TransectProfileData create(RasterDataNode raster, Shape path) throws IOException Deprecated.since 4.10, useTransectProfileDataBuilderinsteadSince 4.5- Throws:
 IOException
 - 
getConfig
 - 
getNumPixels
public int getNumPixels() - 
getNumShapeVertices
public int getNumShapeVertices() - 
getShapeVertices
 - 
getShapeVertexIndexes
public int[] getShapeVertexIndexes() - 
getPixelPositions
 - 
getGeoPositions
 - 
getSampleValues
public float[] getSampleValues() - 
getSampleSigmas
public float[] getSampleSigmas() - 
getSampleMin
public float getSampleMin() - 
getSampleMax
public float getSampleMax() 
 - 
 
TransectProfileDataBuilderinstead