org.esa.beam.framework.datamodel
Class TransectProfileData

java.lang.Object
  extended by org.esa.beam.framework.datamodel.TransectProfileData

public class TransectProfileData
extends Object

A container for data which fully describes a transect profile. Use TransectProfileDataBuilder to create instances.

Author:
Thomas Storm, Norman Fomferra

Field Summary
static GeoPos NO_GEO_POS
           
 
Method Summary
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_GEO_POS

public static final GeoPos NO_GEO_POS
Method Detail

create

public static TransectProfileData create(RasterDataNode raster,
                                         Shape path)
                                  throws IOException
Deprecated. since 4.10, use TransectProfileDataBuilder instead

Since 4.5

Throws:
IOException

getNumPixels

public int getNumPixels()

getNumShapeVertices

public int getNumShapeVertices()

getShapeVertices

public Point2D[] getShapeVertices()

getShapeVertexIndexes

public int[] getShapeVertexIndexes()

getPixelPositions

public Point2D[] getPixelPositions()

getGeoPositions

public GeoPos[] getGeoPositions()

getSampleValues

public float[] getSampleValues()

getSampleSigmas

public float[] getSampleSigmas()

getSampleMin

public float getSampleMin()

getSampleMax

public float getSampleMax()


Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.