Class OperatorRelateLocal

    • Constructor Detail

      • OperatorRelateLocal

        OperatorRelateLocal()
    • 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 class OperatorRelate
        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.