Interface ILcdSHPMeasureList

All Known Implementing Classes:
TLcdMeasureXYPolygon, TLcdMeasureXYPolyline, TLcdMeasureXYPolypoint, TLcdMeasureXYZPolygon, TLcdMeasureXYZPolyline, TLcdMeasureXYZPolypoint, TLcdSHPMultiPointZ, TLcdSHPPolygonZ, TLcdSHPPolylineZ

public interface ILcdSHPMeasureList
Interface for Object's representing a ESRI SHP geometry having a measure value for each point of the geometry.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    getM(int aIndex)
    Returns the measure value at an index.
  • Method Details

    • getM

      double getM(int aIndex) throws IndexOutOfBoundsException
      Returns the measure value at an index.
      Parameters:
      aIndex - the index of the measure value.
      Returns:
      the measure value at an index.
      Throws:
      IndexOutOfBoundsException - if the index is out of bounds.