public class GeoSpatialTestWKTLiteralSerializer extends GeoSpatialDefaultLiteralSerializer
Constructor and Description |
---|
GeoSpatialTestWKTLiteralSerializer() |
Modifier and Type | Method and Description |
---|---|
String |
fromComponents(Object[] components)
Recomposes the components into a string, should typically use
the object's toString() method.
|
IV<?,?> |
serializeLocation(BigdataValueFactory vf,
Object latitude,
Object longitude)
Serialize a geo-location of latitude and longitude.
|
String[] |
toComponents(String literalString)
Decomposes a string[] into an array of strings identifying the
individual components.
|
serializeCoordSystem, serializeCustomFields, serializeDistance, serializeLatitude, serializeLocationAndTime, serializeLongitude, serializeTime, toSeparatedString
public String[] toComponents(String literalString)
IGeoSpatialLiteralSerializer
toComponents
in interface IGeoSpatialLiteralSerializer
toComponents
in class GeoSpatialDefaultLiteralSerializer
public String fromComponents(Object[] components)
IGeoSpatialLiteralSerializer
fromComponents
in interface IGeoSpatialLiteralSerializer
fromComponents
in class GeoSpatialDefaultLiteralSerializer
public IV<?,?> serializeLocation(BigdataValueFactory vf, Object latitude, Object longitude)
IGeoSpatialLiteralSerializer
serializeLocation
in interface IGeoSpatialLiteralSerializer
serializeLocation
in class GeoSpatialDefaultLiteralSerializer
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.