public class ST_Drape
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_Drape() |
| Modifier and Type | Method and Description |
|---|---|
static org.locationtech.jts.geom.Geometry |
drape(org.locationtech.jts.geom.Geometry geomToDrape,
org.locationtech.jts.geom.Geometry triangles) |
static org.locationtech.jts.geom.Geometry |
drapeLineString(org.locationtech.jts.geom.LineString line,
org.locationtech.jts.geom.Geometry triangles,
org.locationtech.jts.index.strtree.STRtree sTRtree)
Drape a linestring to a set of triangles
|
static org.locationtech.jts.geom.Geometry |
drapeMultiLineString(org.locationtech.jts.geom.MultiLineString lines,
org.locationtech.jts.geom.Geometry triangles,
org.locationtech.jts.index.strtree.STRtree sTRtree)
Drape a multilinestring to a set of triangles
|
static org.locationtech.jts.geom.Geometry |
drapeMultiPolygon(org.locationtech.jts.geom.MultiPolygon polygons,
org.locationtech.jts.geom.Geometry triangles,
org.locationtech.jts.index.strtree.STRtree sTRtree)
Drape a multilinestring to a set of triangles
|
static org.locationtech.jts.geom.Geometry |
drapePoints(org.locationtech.jts.geom.Geometry pts,
org.locationtech.jts.geom.Geometry triangles,
org.locationtech.jts.index.strtree.STRtree sTRtree)
Drape a point or a multipoint geometry to a set of triangles
|
static org.locationtech.jts.geom.Geometry |
drapePolygon(org.locationtech.jts.geom.Polygon p,
org.locationtech.jts.geom.Geometry triangles,
org.locationtech.jts.index.strtree.STRtree sTRtree)
Drape a polygon on a set of triangles
|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.Geometry |
lineMerge(org.locationtech.jts.geom.Geometry geom,
org.locationtech.jts.geom.GeometryFactory factory)
A method to merge a geometry to a set of linestring
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry drape(org.locationtech.jts.geom.Geometry geomToDrape,
org.locationtech.jts.geom.Geometry triangles)
throws SQLException
SQLExceptionpublic static org.locationtech.jts.geom.Geometry drapePoints(org.locationtech.jts.geom.Geometry pts,
org.locationtech.jts.geom.Geometry triangles,
org.locationtech.jts.index.strtree.STRtree sTRtree)
pts - triangles - sTRtree - public static org.locationtech.jts.geom.Geometry drapeMultiPolygon(org.locationtech.jts.geom.MultiPolygon polygons,
org.locationtech.jts.geom.Geometry triangles,
org.locationtech.jts.index.strtree.STRtree sTRtree)
polygons - triangles - sTRtree - public static org.locationtech.jts.geom.Geometry drapeMultiLineString(org.locationtech.jts.geom.MultiLineString lines,
org.locationtech.jts.geom.Geometry triangles,
org.locationtech.jts.index.strtree.STRtree sTRtree)
lines - triangles - sTRtree - public static org.locationtech.jts.geom.Geometry drapeLineString(org.locationtech.jts.geom.LineString line,
org.locationtech.jts.geom.Geometry triangles,
org.locationtech.jts.index.strtree.STRtree sTRtree)
line - triangles - sTRtree - public static org.locationtech.jts.geom.Geometry drapePolygon(org.locationtech.jts.geom.Polygon p,
org.locationtech.jts.geom.Geometry triangles,
org.locationtech.jts.index.strtree.STRtree sTRtree)
p - triangles - sTRtree - public static org.locationtech.jts.geom.Geometry lineMerge(org.locationtech.jts.geom.Geometry geom,
org.locationtech.jts.geom.GeometryFactory factory)
geom - factory - Copyright © 2019 CNRS. All rights reserved.