public class ST_LineIntersector
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_LineIntersector() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addGeometryToSegments(org.locationtech.jts.geom.Geometry geometry,
int flag,
ArrayList<org.locationtech.jts.noding.SegmentString> segments)
Convert the a geometry as a list of segments and mark it with a flag
|
String |
getJavaStaticMethod() |
static ArrayList<org.locationtech.jts.noding.SegmentString> |
getSegments(org.locationtech.jts.geom.Geometry inputLines,
org.locationtech.jts.geom.Geometry clipper)
Convert the input geometries as a list of segments and mark them with a flag
to identify input and output geometries.
|
static org.locationtech.jts.geom.Geometry |
lineIntersector(org.locationtech.jts.geom.Geometry inputLines,
org.locationtech.jts.geom.Geometry clipper)
Split a lineal geometry by a another geometry
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry lineIntersector(org.locationtech.jts.geom.Geometry inputLines,
org.locationtech.jts.geom.Geometry clipper)
throws IllegalArgumentException
inputLines - clipper - IllegalArgumentExceptionpublic static ArrayList<org.locationtech.jts.noding.SegmentString> getSegments(org.locationtech.jts.geom.Geometry inputLines, org.locationtech.jts.geom.Geometry clipper)
inputLines - clipper - public static void addGeometryToSegments(org.locationtech.jts.geom.Geometry geometry,
int flag,
ArrayList<org.locationtech.jts.noding.SegmentString> segments)
geometry - flag - segments - Copyright © 2019 CNRS. All rights reserved.