Package com.esri.core.geometry
Class OperatorFactory
java.lang.Object
com.esri.core.geometry.OperatorFactory
- Direct Known Subclasses:
OperatorFactoryLocal
An abstract class that represent the basic OperatorFactory interface.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Operator
getOperator
(Operator.Type type) Returns an operator of the given type.abstract boolean
Returns True if the given operator exists.
-
Constructor Details
-
OperatorFactory
public OperatorFactory()
-
-
Method Details
-
isOperatorSupported
Returns True if the given operator exists. The type is one of the Operator::Type values or a user defined value. -
getOperator
Returns an operator of the given type. Throws an exception if the operator is not supported.
-