Package com.esri.core.geometry
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 com.esri.core.geometry.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 com.esri.core.geometry.OperatorClip
getType, local
Methods inherited from class com.esri.core.geometry.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:OperatorClip
Performs the Clip operation on the geometry set.- Specified by:
execute
in classOperatorClip
-
execute
public Geometry execute(Geometry geom, Envelope2D envelope, SpatialReference spatialRef, ProgressTracker progressTracker) Description copied from class:OperatorClip
Performs the Clip operation on a single geometry.- Specified by:
execute
in classOperatorClip
-