Package com.esri.core.geometry
Class OperatorGeneralizeLocal
java.lang.Object
com.esri.core.geometry.Operator
com.esri.core.geometry.OperatorGeneralize
com.esri.core.geometry.OperatorGeneralizeLocal
-
Nested Class Summary
Nested classes/interfaces inherited from class com.esri.core.geometry.Operator
Operator.Type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(GeometryCursor geoms, double maxDeviation, boolean bRemoveDegenerateParts, ProgressTracker progressTracker) Performs the Generalize operation on a geometry set.execute
(Geometry geom, double maxDeviation, boolean bRemoveDegenerateParts, ProgressTracker progressTracker) Performs the Generalize operation on a single geometry.Methods inherited from class com.esri.core.geometry.OperatorGeneralize
getType, local
Methods inherited from class com.esri.core.geometry.Operator
accelerateGeometry, canAccelerateGeometry, deaccelerateGeometry
-
Constructor Details
-
OperatorGeneralizeLocal
OperatorGeneralizeLocal()
-
-
Method Details
-
execute
public GeometryCursor execute(GeometryCursor geoms, double maxDeviation, boolean bRemoveDegenerateParts, ProgressTracker progressTracker) Description copied from class:OperatorGeneralize
Performs the Generalize operation on a geometry set. Point and multipoint geometries are left unchanged. An envelope is converted to a polygon.- Specified by:
execute
in classOperatorGeneralize
-
execute
public Geometry execute(Geometry geom, double maxDeviation, boolean bRemoveDegenerateParts, ProgressTracker progressTracker) Description copied from class:OperatorGeneralize
Performs the Generalize operation on a single geometry. Point and multipoint geometries are left unchanged. An envelope is converted to a polygon.- Specified by:
execute
in classOperatorGeneralize
-