Class ConvertLatLonBox

java.lang.Object
org.apache.jena.geosparql.spatial.ConvertLatLonBox

public class ConvertLatLonBox extends Object
  • Constructor Details

    • ConvertLatLonBox

      public ConvertLatLonBox()
  • Method Details

    • toWKT

      public static final String toWKT(double latMin, double lonMin, double latMax, double lonMax)
    • toLiteral

      public static final Literal toLiteral(double latMin, double lonMin, double latMax, double lonMax)
    • toNodeValue

      public static final NodeValue toNodeValue(NodeValue v1, NodeValue v2, NodeValue v3, NodeValue v4)
    • toNode

      public static final Node toNode(Node n1, Node n2, Node n3, Node n4)