Class TINFeatureFactory

java.lang.Object
org.h2gis.functions.spatial.topography.TINFeatureFactory

public final class TINFeatureFactory extends Object
A factory used to create triangles from JTS geometries.
Author:
Erwan Bocher
  • Field Details

  • Method Details

    • createTriangle

      public static org.locationtech.jts.geom.Triangle createTriangle(org.locationtech.jts.geom.Geometry geom) throws IllegalArgumentException
      A factory to create a DTriangle from a Geometry
      Parameters:
      geom -
      Returns:
      Throws:
      IllegalArgumentException - If there are not exactly 3 coordinates in geom.