Package org.h2gis.h2spatial.internal.function.spatial.predicates

Class Summary
ST_Contains Return true if Geometry A contains Geometry B.
ST_Crosses Return true if Geometry A crosses Geometry B.
ST_Disjoint Return true if the two Geometries are disjoint.
ST_EnvelopesIntersect Return true if the envelope of Geometry A intersects the envelope of Geometry B.
ST_Equals Return true if Geometry A is equal to Geometry B.
ST_Intersects Return true if the geometry A intersects the geometry B
ST_OrderingEquals 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).
ST_Overlaps Return true if the geometry A overlaps the geometry B
ST_Relate This function is used to compute the relation between two geometries, as described in the SFS specification.
ST_Touches Return true if the geometry A touches the geometry B
ST_Within Return true if the geometry A is within the geometry B
 



Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.