public class ST_GoogleMapLink
extends org.h2gis.api.DeterministicScalarFunction
| Modifier and Type | Class and Description |
|---|---|
static class |
ST_GoogleMapLink.LayerType
List of supported layers for Google Map
|
| Constructor and Description |
|---|
ST_GoogleMapLink() |
| Modifier and Type | Method and Description |
|---|---|
static String |
generateGMLink(org.locationtech.jts.geom.Geometry geom)
Generate a Google Map link URL based on the center of the bounding box of the input geometry
|
static String |
generateGMLink(org.locationtech.jts.geom.Geometry geom,
String layerType)
Generate a Google Map link URL based on the center of the bounding box of the input geometry
and set the layer type
|
static String |
generateGMLink(org.locationtech.jts.geom.Geometry geom,
String layerType,
int zoom)
Generate a Google Map link URL based on the center of the bounding box of the input geometry.
|
String |
getJavaStaticMethod() |
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static String generateGMLink(org.locationtech.jts.geom.Geometry geom)
geom - public static String generateGMLink(org.locationtech.jts.geom.Geometry geom, String layerType)
geom - layerType - Copyright © 2019 CNRS. All rights reserved.