Class TINFeatureFactory
java.lang.Object
org.h2gis.functions.spatial.topography.TINFeatureFactory
A factory used to create triangles from JTS geometries.
- Author:
- Erwan Bocher
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic org.locationtech.jts.geom.TrianglecreateTriangle(org.locationtech.jts.geom.Geometry geom) A factory to create a DTriangle from a Geometry
-
Field Details
-
EPSILON
public static final double EPSILON- See Also:
-
-
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.
-