com.supermap.data
Class RegularizeParameter
- java.lang.Object
-
- com.supermap.data.RegularizeParameter
-
public class RegularizeParameter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description RegularizeParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description double
getMinArea()
Gets the unit of the minimum area of the resulting set.double
getMinHoleArea()
Gets the minimum area of hole.double
getOffsetDistance()
Gets the maximum distance that the borders can offset when regularizing themUnit
getOffsetDistanceUnit()
Gets the maximum distance that the borders can offset when regularizing themRegularizeMethod
getRegularizeMethod()
void
setMinArea(double minArea)
Sets the unit of the minimum area of the resulting set.void
setMinHoleArea(double setMinHoleArea)
Sets the minimum area of hole.void
setOffsetDistance(double offsetDistance)
Sets the maximum distance that the borders can offset when regularizing themvoid
setOffsetDistanceUnit(Unit offsetDistanceUnit)
Sets the unit of the maximum distance that the borders can offset when regularizing themvoid
setRegularizeMethod(RegularizeMethod regularizeMethod)
-
-
-
Method Detail
-
getRegularizeMethod
public RegularizeMethod getRegularizeMethod()
-
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
-
-