public class ST_OSMMapLink
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_OSMMapLink() |
| Modifier and Type | Method and Description |
|---|---|
static String |
generateLink(org.locationtech.jts.geom.Geometry geom)
Create the OSM map link based on the bounding box of the geometry.
|
static String |
generateLink(org.locationtech.jts.geom.Geometry geom,
boolean withMarker)
Create the OSM map link based on the bounding box of the geometry.
|
String |
getJavaStaticMethod() |
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static String generateLink(org.locationtech.jts.geom.Geometry geom)
geom - the input geometry.public static String generateLink(org.locationtech.jts.geom.Geometry geom, boolean withMarker)
geom - the input geometry.withMarker - true to place a marker on the center of the BBox.Copyright © 2019 CNRS. All rights reserved.