Package com.esri.core.geometry
Class OperatorClip
- java.lang.Object
-
- com.esri.core.geometry.Operator
-
- com.esri.core.geometry.OperatorClip
-
- Direct Known Subclasses:
OperatorClipLocal
public abstract class OperatorClip extends Operator
Clips geometries with Envelope2D.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.esri.core.geometry.Operator
Operator.Type
-
-
Constructor Summary
Constructors Constructor Description OperatorClip()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract GeometryCursor
execute(GeometryCursor geoms, Envelope2D envelope, SpatialReference spatialRef, ProgressTracker progressTracker)
Performs the Clip operation on the geometry set.abstract Geometry
execute(Geometry geom, Envelope2D envelope, SpatialReference spatialRef, ProgressTracker progressTracker)
Performs the Clip operation on a single geometry.Operator.Type
getType()
static OperatorClip
local()
-
Methods inherited from class com.esri.core.geometry.Operator
accelerateGeometry, canAccelerateGeometry, deaccelerateGeometry
-
-
-
-
Method Detail
-
getType
public Operator.Type getType()
-
execute
public abstract GeometryCursor execute(GeometryCursor geoms, Envelope2D envelope, SpatialReference spatialRef, ProgressTracker progressTracker)
Performs the Clip operation on the geometry set.
-
execute
public abstract Geometry execute(Geometry geom, Envelope2D envelope, SpatialReference spatialRef, ProgressTracker progressTracker)
Performs the Clip operation on a single geometry.
-
local
public static OperatorClip local()
-
-