Class ConvertLatLon
java.lang.Object
org.apache.jena.geosparql.spatial.ConvertLatLon
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final void
checkBounds
(double latitude, double longitude) static double
extractDouble
(NodeValue nodeValue) static final GeometryWrapper
toGeometryWrapper
(Node latNode, Node lonNode) static final Literal
toLiteral
(double lat, double lon) static final Node
static final NodeValue
toNodeValue
(NodeValue latNodeValue, NodeValue lonNodeValue) static final String
toWKT
(double lat, double lon)
-
Constructor Details
-
ConvertLatLon
public ConvertLatLon()
-
-
Method Details
-
toLiteral
-
toWKT
-
toNodeValue
-
extractDouble
-
toNode
-
toGeometryWrapper
-
checkBounds
public static final void checkBounds(double latitude, double longitude) throws DatatypeFormatException - Throws:
DatatypeFormatException
-