Package com.luciad.format.shp
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
-
Method Details
-
getM
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.
-