Class SpatialIndexItem

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

public class SpatialIndexItem extends Object
  • Constructor Details

    • SpatialIndexItem

      public SpatialIndexItem(org.locationtech.jts.geom.Envelope envelope, Resource item)
  • Method Details

    • getEnvelope

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

      public Resource getItem()
    • toString

      public String toString()
      Overrides:
      toString in class Object