public final class GeospatialUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
circleToBBox(String wktPoint,
double radius) |
static String |
polygonToBBox(String wkt) |
static String |
polygonToWKT(String polygon)
Converts from a opensearch geo extension polygon which is defined in latitude, longitude pairs, in clockwise
order around the polygon, with the last point being the same as the first in order to close the polygon.
|
public static String polygonToWKT(String polygon)
polygon - public static String polygonToBBox(String wkt) throws com.vividsolutions.jts.io.ParseException
com.vividsolutions.jts.io.ParseExceptionCopyright © 2014–2015 Cohesive Integrations, LLC. All rights reserved.