public class ST_FurthestCoordinate
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_FurthestCoordinate() |
| Modifier and Type | Method and Description |
|---|---|
static com.vividsolutions.jts.geom.Geometry |
getFurthestCoordinate(com.vividsolutions.jts.geom.Point point,
com.vividsolutions.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 com.vividsolutions.jts.geom.Geometry getFurthestCoordinate(com.vividsolutions.jts.geom.Point point,
com.vividsolutions.jts.geom.Geometry geom)
point - Pointgeom - GeometryCopyright © 2018 CNRS. All rights reserved.