Interface ILcdRestrictedLengthPointList
- All Superinterfaces:
ILcdPointList
,Serializable
- All Known Subinterfaces:
ILcdEditableRestrictedLengthPointList
A point list which has a minimum number of points.
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the number of points this point list should have at least.Methods inherited from interface com.luciad.shape.ILcdPointList
getPoint, getPointCount, getPointSFCT, getX, getY, getZ
-
Method Details
-
getMinPointCount
int getMinPointCount()Returns the number of points this point list should have at least.- Returns:
- the number of points this point list should have at least. If the number is positive then the count returned is the exact number of points the point list should have. If the number is negative, the point list should have at least the absolute value of the given number. E.g.: 2 indicates the point list requires exactly 2 points, while -2 indicates that the point list should have 2 points or more.
-