Uses of Class
org.apache.jena.geosparql.spatial.SpatialIndexException
Packages that use SpatialIndexException
Package
Description
-
Uses of SpatialIndexException in org.apache.jena.geosparql.configuration
Methods in org.apache.jena.geosparql.configuration that throw SpatialIndexExceptionModifier and TypeMethodDescriptionstatic final voidGeoSPARQLConfig.setupPrecomputedSpatialIndex(org.apache.jena.query.Dataset dataset, Path spatialIndexFile) Setup the precomputed Spatial Index using Dataset Dataset.
We assume that the spatial index was computed before and written to the given file.static final voidGeoSPARQLConfig.setupSpatialIndex(org.apache.jena.query.Dataset dataset) Setup Spatial Index using Dataset and most frequent SRS URI in Dataset.static final voidGeoSPARQLConfig.setupSpatialIndex(org.apache.jena.query.Dataset dataset, String srsURI, Path spatialIndexFile) Setup Spatial Index using Dataset using provided SRS URI.
Spatial Index written to file once created.static final voidGeoSPARQLConfig.setupSpatialIndex(org.apache.jena.query.Dataset dataset, Path spatialIndexFile) Setup Spatial Index using Dataset and most frequent SRS URI in Dataset.
Spatial Index written to file once created. -
Uses of SpatialIndexException in org.apache.jena.geosparql.spatial.index.compat
Methods in org.apache.jena.geosparql.spatial.index.compat that throw SpatialIndexExceptionModifier and TypeMethodDescriptionstatic final SpatialIndexAttempt to load a spatial index from file using all supported formats. -
Uses of SpatialIndexException in org.apache.jena.geosparql.spatial.index.v2
Methods in org.apache.jena.geosparql.spatial.index.v2 that throw SpatialIndexExceptionModifier and TypeMethodDescriptionstatic voidSTRtreeUtils.addToTree(org.locationtech.jts.index.strtree.STRtree treeAcc, Iterator<SpatialIndexItem> it) Accumulate the elements of the given iterator into an existing (unbuilt) STRtree.static SpatialIndexPerGraphSpatialIndexIoKryo.buildSpatialIndex(org.apache.jena.query.Dataset dataset, String srsURI, Path spatialIndexFile) static 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 SpatialIndexPerGraphSpatialIndexLib.buildSpatialIndex(org.apache.jena.sparql.core.DatasetGraph datasetGraph, String srsURI) Build Spatial Index from all graphs in Dataset.
Dataset contains SpatialIndex in Context.static SpatialIndexPerGraphSpatialIndexLib.buildSpatialIndexPerGraph(org.apache.jena.sparql.core.DatasetGraph datasetGraph, String srsURI) static org.locationtech.jts.index.strtree.STRtreeSTRtreeUtils.buildSpatialIndexTree(Collection<SpatialIndexItem> items) static org.locationtech.jts.index.strtree.STRtreeSTRtreeUtils.buildSpatialIndexTree(Iterator<SpatialIndexItem> it) Create an STRtree from the elements of the given iterator.static org.locationtech.jts.index.strtree.STRtreeSTRtreeUtils.buildSpatialIndexTree(org.apache.jena.graph.Graph graph, String srsURI) static STRtreePerGraphSTRtreeUtils.buildSpatialIndexTree(org.apache.jena.sparql.core.DatasetGraph datasetGraph, String srsURI) static final SpatialIndexPerGraphLoad a SpatialIndex from file.
Index will be built and empty if file does not exist or is null.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 voidSpatialIndexPerGraph.recomputeIndexForGraphs(SpatialIndexPerGraph index, org.apache.jena.sparql.core.DatasetGraph datasetGraph, Set<String> graphNames) Recompute and replace the spatial index trees for the given named graphs.static final SpatialIndexSpatialIndexLib.require(org.apache.jena.sparql.engine.ExecutionContext execCxt) Get the SpatialIndex from the Context.static final voidSpatialIndexIoKryo.save(Path spatialIndexFile, SpatialIndexPerGraph index) Save SpatialIndex to file.static final org.apache.jena.query.DatasetSpatialIndexLib.wrapModel(org.apache.jena.rdf.model.Model model) Wrap Model in a Dataset and build SpatialIndex.static final org.apache.jena.query.DatasetWrap Model in a Dataset and build SpatialIndex.