Package com.esri.core.geometry
Class OperatorRelateLocal
java.lang.Object
com.esri.core.geometry.Operator
com.esri.core.geometry.OperatorRelate
com.esri.core.geometry.OperatorRelateLocal
-
Nested Class Summary
Nested classes/interfaces inherited from class com.esri.core.geometry.Operator
Operator.Type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
execute
(Geometry inputGeom1, Geometry inputGeom2, SpatialReference sr, String scl, ProgressTracker progress_tracker) Performs the Relation operation between two geometries using the DE-9IM matrix encoded as a string.Methods inherited from class com.esri.core.geometry.OperatorRelate
accelerateGeometry, canAccelerateGeometry, getType, local
Methods inherited from class com.esri.core.geometry.Operator
deaccelerateGeometry
-
Constructor Details
-
OperatorRelateLocal
OperatorRelateLocal()
-
-
Method Details
-
execute
public boolean execute(Geometry inputGeom1, Geometry inputGeom2, SpatialReference sr, String scl, ProgressTracker progress_tracker) Description copied from class:OperatorRelate
Performs the Relation operation between two geometries using the DE-9IM matrix encoded as a string.- Specified by:
execute
in classOperatorRelate
- Parameters:
inputGeom1
- The first geometry in the relation.inputGeom2
- The second geometry in the relation.sr
- The spatial reference of the geometries.scl
- The DE-9IM matrix relation encoded as a string.- Returns:
- Returns True if the relation holds, False otherwise.
-