Class TransectProfileData


  • public class TransectProfileData
    extends Object
    A container for data which fully describes a transect profile. Use TransectProfileDataBuilder to create instances.
    • Field Detail

      • NO_GEO_POS

        public static final GeoPos NO_GEO_POS
    • Method Detail

      • 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()