Uses of Interface
org.apache.jena.geosparql.spatial.SpatialIndex
Packages that use SpatialIndex
Package
Description
-
Uses of SpatialIndex in org.apache.jena.geosparql.spatial
Methods in org.apache.jena.geosparql.spatial with parameters of type SpatialIndexModifier and TypeMethodDescriptionCollection<org.apache.jena.graph.Node>SearchEnvelope.check(SpatialIndex spatialIndex) Collection<org.apache.jena.graph.Node>SearchEnvelope.check(SpatialIndex spatialIndex, org.apache.jena.graph.Node graph) -
Uses of SpatialIndex in org.apache.jena.geosparql.spatial.index.compat
Methods in org.apache.jena.geosparql.spatial.index.compat that return SpatialIndexModifier and TypeMethodDescriptionstatic final SpatialIndexAttempt to load a spatial index from file using all supported formats.static final SpatialIndexAttempt to load a spatial index from file using all supported formats. -
Uses of SpatialIndex in org.apache.jena.geosparql.spatial.index.v1
Classes in org.apache.jena.geosparql.spatial.index.v1 that implement SpatialIndexModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of SpatialIndex in org.apache.jena.geosparql.spatial.index.v2
Classes in org.apache.jena.geosparql.spatial.index.v2 that implement SpatialIndexModifier and TypeClassDescriptionclassSpatialIndex 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.Methods in org.apache.jena.geosparql.spatial.index.v2 with type parameters of type SpatialIndexModifier and TypeMethodDescriptionstatic final <T extends SpatialIndex>
TSpatialIndexLib.getSpatialIndex(org.apache.jena.sparql.core.DatasetGraph dsg) static final <T extends SpatialIndex>
TSpatialIndexLib.getSpatialIndex(org.apache.jena.sparql.util.Context cxt) Methods in org.apache.jena.geosparql.spatial.index.v2 that return SpatialIndexModifier and TypeMethodDescriptionstatic SpatialIndexSpatialIndexLib.buildSpatialIndex(org.apache.jena.sparql.core.DatasetGraph datasetGraph) Build Spatial Index from all graphs in Dataset.
Dataset contains SpatialIndex in Context.
SRS URI based on most frequent found in Dataset.static SpatialIndexSpatialIndexIoKryo.loadOrBuildSpatialIndex(org.apache.jena.query.Dataset dataset, String srsURI, Path spatialIndexFile) static SpatialIndexSpatialIndexIoKryo.loadOrBuildSpatialIndex(org.apache.jena.query.Dataset dataset, Path spatialIndexFile) static final SpatialIndexSpatialIndexLib.require(org.apache.jena.sparql.engine.ExecutionContext execCxt) Get the SpatialIndex from the Context.Methods in org.apache.jena.geosparql.spatial.index.v2 with parameters of type SpatialIndexModifier and TypeMethodDescriptionstatic final voidSpatialIndexLib.setSpatialIndex(org.apache.jena.query.Dataset dataset, SpatialIndex spatialIndex) Set the SpatialIndex into the Context of the Dataset for later retrieval and use in spatial functions.static final voidSpatialIndexLib.setSpatialIndex(org.apache.jena.sparql.core.DatasetGraph datasetGraph, SpatialIndex spatialIndex) static final voidSpatialIndexLib.setSpatialIndex(org.apache.jena.sparql.util.Context context, SpatialIndex spatialIndex)