Package com.luciad.format.shp
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
-
Method Details
-
getM
double getM()Returns the measure value of this Object.- Returns:
- the measure value of this Object.
-