Package com.esri.core.geometry
Class OperatorIntersectsLocal
- java.lang.Object
-
- com.esri.core.geometry.Operator
-
- com.esri.core.geometry.OperatorSimpleRelation
-
- com.esri.core.geometry.OperatorIntersects
-
- com.esri.core.geometry.OperatorIntersectsLocal
-
class OperatorIntersectsLocal extends OperatorIntersects
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.esri.core.geometry.Operator
Operator.Type
-
-
Field Summary
Fields Modifier and Type Field Description (package private) OperatorDisjoint
m_disjoint
-
Constructor Summary
Constructors Constructor Description OperatorIntersectsLocal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
execute(Geometry inputGeom1, Geometry inputGeom2, SpatialReference sr, ProgressTracker progressTracker)
Performs the given relation operation between two geometries.-
Methods inherited from class com.esri.core.geometry.OperatorIntersects
getType, local
-
Methods inherited from class com.esri.core.geometry.OperatorSimpleRelation
accelerateGeometry, canAccelerateGeometry
-
Methods inherited from class com.esri.core.geometry.Operator
deaccelerateGeometry
-
-
-
-
Field Detail
-
m_disjoint
OperatorDisjoint m_disjoint
-
-
Method Detail
-
execute
public boolean execute(Geometry inputGeom1, Geometry inputGeom2, SpatialReference sr, ProgressTracker progressTracker)
Description copied from class:OperatorSimpleRelation
Performs the given relation operation between two geometries.- Specified by:
execute
in classOperatorSimpleRelation
- Returns:
- Returns True if the relation holds, False otherwise.
-
-