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
-
class OperatorRelateLocal extends OperatorRelate
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.esri.core.geometry.Operator
Operator.Type
-
-
Constructor Summary
Constructors Constructor Description OperatorRelateLocal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
execute(Geometry inputGeom1, Geometry inputGeom2, SpatialReference sr, java.lang.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
-
-
-
-
Method Detail
-
execute
public boolean execute(Geometry inputGeom1, Geometry inputGeom2, SpatialReference sr, java.lang.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.
-
-