Interface ILcdRestrictedLengthPointList

All Superinterfaces:
ILcdPointList, Serializable
All Known Subinterfaces:
ILcdEditableRestrictedLengthPointList

public interface ILcdRestrictedLengthPointList extends ILcdPointList
A point list which has a minimum number of points.
  • 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.