Package com.esri.core.geometry
Class OperatorTouches
- java.lang.Object
-
- com.esri.core.geometry.Operator
-
- com.esri.core.geometry.OperatorSimpleRelation
-
- com.esri.core.geometry.OperatorTouches
-
- Direct Known Subclasses:
OperatorTouchesLocal
public abstract class OperatorTouches extends OperatorSimpleRelation
Relational operation Touches.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.esri.core.geometry.Operator
Operator.Type
-
-
Constructor Summary
Constructors Constructor Description OperatorTouches()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Operator.Type
getType()
static OperatorTouches
local()
-
Methods inherited from class com.esri.core.geometry.OperatorSimpleRelation
accelerateGeometry, canAccelerateGeometry, execute
-
Methods inherited from class com.esri.core.geometry.Operator
deaccelerateGeometry
-
-
-
-
Method Detail
-
getType
public Operator.Type getType()
-
local
public static OperatorTouches local()
-
-