public class ST_FurthestCoordinate
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_FurthestCoordinate() |
| Modifier and Type | Method and Description |
|---|---|
static org.locationtech.jts.geom.Geometry |
getFurthestCoordinate(org.locationtech.jts.geom.Point point,
org.locationtech.jts.geom.Geometry geom)
Computes the furthest coordinate(s) contained in the given geometry starting
from the given point, using the 2D distance.
|
String |
getJavaStaticMethod() |
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry getFurthestCoordinate(org.locationtech.jts.geom.Point point,
org.locationtech.jts.geom.Geometry geom)
point - Pointgeom - GeometryCopyright © 2019 CNRS. All rights reserved.