java.lang.Object
org.apache.jena.geosparql.spatial.SpatialIndexItem
-
Constructor Summary
ConstructorsConstructorDescriptionSpatialIndexItem(org.locationtech.jts.geom.Envelope envelope, org.apache.jena.graph.Node item) SpatialIndexItem(org.locationtech.jts.geom.Envelope envelope, org.apache.jena.rdf.model.RDFNode item) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionorg.locationtech.jts.geom.Envelopeorg.apache.jena.graph.NodegetItem()static SpatialIndexItemof(org.locationtech.jts.geom.Envelope envelope, org.apache.jena.graph.Node node) static SpatialIndexItemof(org.locationtech.jts.geom.Envelope envelope, org.apache.jena.rdf.model.RDFNode item) Deprecated.toString()
-
Constructor Details
-
SpatialIndexItem
@Deprecated public SpatialIndexItem(org.locationtech.jts.geom.Envelope envelope, org.apache.jena.rdf.model.RDFNode item) Deprecated. -
SpatialIndexItem
public SpatialIndexItem(org.locationtech.jts.geom.Envelope envelope, org.apache.jena.graph.Node item)
-
-
Method Details
-
of
@Deprecated public static SpatialIndexItem of(org.locationtech.jts.geom.Envelope envelope, org.apache.jena.rdf.model.RDFNode item) Deprecated. -
of
public static SpatialIndexItem of(org.locationtech.jts.geom.Envelope envelope, org.apache.jena.graph.Node node) -
getEnvelope
public org.locationtech.jts.geom.Envelope getEnvelope() -
getItem
public org.apache.jena.graph.Node getItem() -
toString
-