Class RTree.Entry

  • Enclosing class:
    RTree

    public static class RTree.Entry
    extends Object
    • 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()