Class SpatialIndex

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

public class SpatialIndex extends Object
SpatialIndex for testing bounding box collisions between geometries within a Dataset.
Queries must be performed using the same SRS URI as the SpatialIndex.
The SpatialIndex is added to the Dataset Context when it is built.
QueryRewriteIndex is also stored in the SpatialIndex as its content is Dataset specific.
  • Field Details

    • SPATIAL_INDEX_SYMBOL

      public static final Symbol SPATIAL_INDEX_SYMBOL
  • Constructor Details

  • Method Details