Class OperatorOverlapsLocal
java.lang.Object
com.esri.core.geometry.Operator
com.esri.core.geometry.OperatorSimpleRelation
com.esri.core.geometry.OperatorOverlaps
com.esri.core.geometry.OperatorOverlapsLocal
-
Nested Class Summary
Nested classes/interfaces inherited from class Operator
Operator.Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecute(Geometry inputGeom1, Geometry inputGeom2, SpatialReference sr, ProgressTracker progressTracker) Performs the given relation operation between two geometries.Methods inherited from class OperatorOverlaps
getType, localMethods inherited from class OperatorSimpleRelation
accelerateGeometry, canAccelerateGeometryMethods inherited from class Operator
deaccelerateGeometry
-
Constructor Details
-
OperatorOverlapsLocal
OperatorOverlapsLocal()
-
-
Method Details
-
execute
public boolean execute(Geometry inputGeom1, Geometry inputGeom2, SpatialReference sr, ProgressTracker progressTracker) Description copied from class:OperatorSimpleRelationPerforms the given relation operation between two geometries.- Specified by:
executein classOperatorSimpleRelation- Returns:
- Returns True if the relation holds, False otherwise.
-