Package org.h2gis.functions.spatial.operators
-
Class Summary Class Description ST_ConcaveHull Compute the concave geometry that encloses the vertices of the input geometryST_ConvexHull Computes the smallest convex POLYGON that contains all the points in the Geometry.ST_Difference Compute the difference between two Geometries.ST_Intersection Compute the intersection of two Geometries.ST_SymDifference Compute the symmetric difference between two Geometries.ST_Union Compute the union of two or more Geometries.