Interface ILcdSHPMeasure

All Known Implementing Classes:
TLcdMeasureXYPoint, TLcdMeasureXYZPoint, TLcdSHPPointM, TLcdSHPPointZ

public interface ILcdSHPMeasure
Interface for Object's representing a ESRI SHP geometry having a measure value.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Returns the measure value of this Object.
  • Method Details

    • getM

      double getM()
      Returns the measure value of this Object.
      Returns:
      the measure value of this Object.