Package org.h2gis.functions.spatial.mesh


package org.h2gis.functions.spatial.mesh
  • Class
    Description
    This class is used to collect all data used to compute a mesh based on a Delaunay triangulation
     
    Computes the convex hull of a Geometry.
    Returns polygons or lines that represent a Delaunay triangulation constructed from a geometry.
    Returns polygons that represent a Delaunay triangulation constructed from a collection of points.
    Tessellate a set of Polygon with adaptive triangles.