public class ST_LocateAlong
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_LocateAlong() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static com.vividsolutions.jts.geom.MultiPoint |
locateAlong(com.vividsolutions.jts.geom.Geometry geom,
double segmentLengthFraction,
double offsetDistance)
Returns a MULTIPOINT containing points along the line segments of the
given geometry matching the specified segment length fraction and offset
distance.
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static com.vividsolutions.jts.geom.MultiPoint locateAlong(com.vividsolutions.jts.geom.Geometry geom,
double segmentLengthFraction,
double offsetDistance)
geom - GeometrysegmentLengthFraction - Segment length fractionoffsetDistance - Offset distanceCopyright © 2018 CNRS. All rights reserved.