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