Class OperatorClipLocal
java.lang.Object
com.esri.core.geometry.Operator
com.esri.core.geometry.OperatorClip
com.esri.core.geometry.OperatorClipLocal
-
Nested Class Summary
Nested classes/interfaces inherited from class Operator
Operator.Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(GeometryCursor geoms, Envelope2D envelope, SpatialReference spatialRef, ProgressTracker progressTracker) Performs the Clip operation on the geometry set.execute(Geometry geom, Envelope2D envelope, SpatialReference spatialRef, ProgressTracker progressTracker) Performs the Clip operation on a single geometry.Methods inherited from class OperatorClip
getType, localMethods inherited from class Operator
accelerateGeometry, canAccelerateGeometry, deaccelerateGeometry
-
Constructor Details
-
OperatorClipLocal
OperatorClipLocal()
-
-
Method Details
-
execute
public GeometryCursor execute(GeometryCursor geoms, Envelope2D envelope, SpatialReference spatialRef, ProgressTracker progressTracker) Description copied from class:OperatorClipPerforms the Clip operation on the geometry set.- Specified by:
executein classOperatorClip
-
execute
public Geometry execute(Geometry geom, Envelope2D envelope, SpatialReference spatialRef, ProgressTracker progressTracker) Description copied from class:OperatorClipPerforms the Clip operation on a single geometry.- Specified by:
executein classOperatorClip
-