com.supermap.data

Class RegularizeParameter

  • java.lang.Object
    • com.supermap.data.RegularizeParameter


  • public class RegularizeParameter
    extends java.lang.Object
    • Constructor Detail

      • RegularizeParameter

        public RegularizeParameter()
    • Method Detail

      • setRegularizeMethod

        public void setRegularizeMethod(RegularizeMethod regularizeMethod)
      • getOffsetDistance

        public double getOffsetDistance()
        Gets the maximum distance that the borders can offset when regularizing them
        Returns:
      • setOffsetDistance

        public void setOffsetDistance(double offsetDistance)
        Sets the maximum distance that the borders can offset when regularizing them
      • getOffsetDistanceUnit

        public Unit getOffsetDistanceUnit()
        Gets the maximum distance that the borders can offset when regularizing them
        Returns:
      • setOffsetDistanceUnit

        public void setOffsetDistanceUnit(Unit offsetDistanceUnit)
        Sets the unit of the maximum distance that the borders can offset when regularizing them
      • getMinArea

        public double getMinArea()
        Gets the unit of the minimum area of the resulting set. Objects with areas less than the value will be deleted
        Parameters:
        -
      • setMinArea

        public void setMinArea(double minArea)
        Sets the unit of the minimum area of the resulting set. Regions with areas less than the value will be deleted
        Parameters:
        minArea -
      • getMinHoleArea

        public double getMinHoleArea()
        Gets the minimum area of hole. Holes with areas less than the value will be deleted
        Returns:
      • setMinHoleArea

        public void setMinHoleArea(double setMinHoleArea)
        Sets the minimum area of hole. Holes with areas less than the value will be deleted