public class ST_LocateAlong
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_LocateAlong() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.MultiPoint |
locateAlong(org.locationtech.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 org.locationtech.jts.geom.MultiPoint locateAlong(org.locationtech.jts.geom.Geometry geom,
double segmentLengthFraction,
double offsetDistance)
geom - GeometrysegmentLengthFraction - Segment length fractionoffsetDistance - Offset distanceCopyright © 2019 CNRS. All rights reserved.