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 Operator
Operator.Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecute(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 OperatorRelate
accelerateGeometry, canAccelerateGeometry, getType, localMethods inherited from class 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:OperatorRelatePerforms the Relation operation between two geometries using the DE-9IM matrix encoded as a string.- Specified by:
executein 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.
-