Package com.esri.core.geometry
Class OperatorContains
- java.lang.Object
-
- com.esri.core.geometry.Operator
-
- com.esri.core.geometry.OperatorSimpleRelation
-
- com.esri.core.geometry.OperatorContains
-
- Direct Known Subclasses:
OperatorContainsLocal
public abstract class OperatorContains extends OperatorSimpleRelation
Relational operation Contains.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.esri.core.geometry.Operator
Operator.Type
-
-
Constructor Summary
Constructors Constructor Description OperatorContains()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Operator.Type
getType()
static OperatorContains
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 OperatorContains local()
-
-