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 Summary
Fields Modifier and Type Field Description static doubleEPSILON
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.locationtech.jts.geom.TrianglecreateTriangle(org.locationtech.jts.geom.Geometry geom)A factory to create a DTriangle from a Geometry
-
-
-
Field Detail
-
EPSILON
public static final double EPSILON
- See Also:
- Constant Field Values
-
-
Method Detail
-
createTriangle
public static org.locationtech.jts.geom.Triangle createTriangle(org.locationtech.jts.geom.Geometry geom) throws IllegalArgumentExceptionA factory to create a DTriangle from a Geometry- Parameters:
geom-- Returns:
- Throws:
IllegalArgumentException- If there are not exactly 3 coordinates in geom.
-
-