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