Uses of Class
org.apache.jena.geosparql.spatial.SpatialIndexItem
Packages that use SpatialIndexItem
-
Uses of SpatialIndexItem in org.apache.jena.geosparql.spatial
Methods in org.apache.jena.geosparql.spatial that return SpatialIndexItemModifier and TypeMethodDescriptionstatic SpatialIndexItemSpatialIndexFindUtils.makeSpatialIndexItem(org.apache.jena.graph.Node feature, GeometryWrapper geometryWrapper, String srsURI) static SpatialIndexItemSpatialIndexItem.of(org.locationtech.jts.geom.Envelope envelope, org.apache.jena.graph.Node node) static SpatialIndexItemSpatialIndexItem.of(org.locationtech.jts.geom.Envelope envelope, org.apache.jena.rdf.model.RDFNode item) Deprecated.Methods in org.apache.jena.geosparql.spatial that return types with arguments of type SpatialIndexItemModifier and TypeMethodDescriptionstatic final org.apache.jena.atlas.iterator.IteratorCloseable<SpatialIndexItem> SpatialIndexFindUtils.findIndexItems(AtomicBoolean cancel, org.apache.jena.graph.Graph graph, String srsURI) Find items from the Model transformed to the SRS URI.static org.apache.jena.atlas.iterator.IteratorCloseable<SpatialIndexItem> SpatialIndexFindUtils.findIndexItems(AtomicBoolean cancel, org.apache.jena.sparql.core.DatasetGraph datasetGraph, String srsURI) Find Spatial Index Items from all graphs in Dataset.static org.apache.jena.atlas.iterator.IteratorCloseable<SpatialIndexItem> SpatialIndexFindUtils.findIndexItemsGeoSparql(AtomicBoolean cancel, org.apache.jena.graph.Graph graph, String srsURI) static org.apache.jena.atlas.iterator.IteratorCloseable<SpatialIndexItem> SpatialIndexFindUtils.findIndexItemsWgs84(AtomicBoolean cancel, org.apache.jena.graph.Graph graph, String srsURI) -
Uses of SpatialIndexItem in org.apache.jena.geosparql.spatial.index.v2
Method parameters in org.apache.jena.geosparql.spatial.index.v2 with type arguments of type SpatialIndexItemModifier 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 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.