public class GeoToWktConverter extends Object
| Constructor and Description |
|---|
GeoToWktConverter() |
| Modifier and Type | Method and Description |
|---|---|
static String |
convertToWktString(Geoshape fieldValue)
Geoshape stores Points in the String format: point[X.0,Y.0]. |
public static String convertToWktString(Geoshape fieldValue) throws BackendException
Geoshape stores Points in the String format: point[X.0,Y.0].
Solr needs it to be in Well-Known Text format: POINT(X.0 Y.0)BackendExceptionCopyright © 2012–2016. All rights reserved.