Package org.h2gis.functions.spatial.predicates


package org.h2gis.functions.spatial.predicates
  • Classes
    Class
    Description
    Return true if Geometry A contains Geometry B.
    ST_Covers returns true if no point in geometry B is outside geometry A.
    Return true if Geometry A crosses Geometry B.
    Return true if the two Geometries are disjoint.
    ST_DWithin returns true if the geometries are within the specified distance of one another.
    Return true if the envelope of Geometry A intersects the envelope of Geometry B.
    Return true if Geometry A is equal to Geometry B.
    Return true if the geometry A intersects the geometry B
    ST_OrderingEquals compares two geometries and t (TRUE) if the geometries are equal and the coordinates are in the same order; otherwise it returns f (FALSE).
    Return true if the geometry A overlaps the geometry B
    This function is used to compute the relation between two geometries, as described in the SFS specification.
    Return true if the geometry A touches the geometry B
    Return true if the geometry A is within the geometry B