Class SpatialIndexItem

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

public class SpatialIndexItem extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    SpatialIndexItem(org.locationtech.jts.geom.Envelope envelope, org.apache.jena.graph.Node item)
     
    SpatialIndexItem(org.locationtech.jts.geom.Envelope envelope, org.apache.jena.rdf.model.RDFNode item)
    Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.locationtech.jts.geom.Envelope
     
    org.apache.jena.graph.Node
     
    of(org.locationtech.jts.geom.Envelope envelope, org.apache.jena.graph.Node node)
     
    of(org.locationtech.jts.geom.Envelope envelope, org.apache.jena.rdf.model.RDFNode item)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • SpatialIndexItem

      @Deprecated public SpatialIndexItem(org.locationtech.jts.geom.Envelope envelope, org.apache.jena.rdf.model.RDFNode item)
      Deprecated.
    • SpatialIndexItem

      public SpatialIndexItem(org.locationtech.jts.geom.Envelope envelope, org.apache.jena.graph.Node item)
  • Method Details

    • of

      @Deprecated public static SpatialIndexItem of(org.locationtech.jts.geom.Envelope envelope, org.apache.jena.rdf.model.RDFNode item)
      Deprecated.
    • of

      public static SpatialIndexItem of(org.locationtech.jts.geom.Envelope envelope, org.apache.jena.graph.Node node)
    • getEnvelope

      public org.locationtech.jts.geom.Envelope getEnvelope()
    • getItem

      public org.apache.jena.graph.Node getItem()
    • toString

      public String toString()
      Overrides:
      toString in class Object