Class RTree.Entry
- java.lang.Object
-
- org.aksw.limes.core.measures.mapper.topology.cobalt.RTree.Entry
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.locationtech.jts.geom.EnvelopegetEnvelope()org.locationtech.jts.geom.GeometrygetGeometry()StringgetUri()
-
-
-
Constructor Detail
-
Entry
public Entry(String uri, org.locationtech.jts.geom.Envelope envelope, org.locationtech.jts.geom.Geometry geometry)
-
-
Method Detail
-
getUri
public String getUri()
-
getEnvelope
public org.locationtech.jts.geom.Envelope getEnvelope()
-
getGeometry
public org.locationtech.jts.geom.Geometry getGeometry()
-
-