Interface GeoSpatialIndexCreator

    • Method Summary

      Modifier and Type Method Description
      void add​(org.locationtech.jts.geom.Geometry geometry)
      Adds the next geospatial value.
      void seal()
      Seals the index and flushes it to disk.
    • Method Detail

      • add

        void add​(org.locationtech.jts.geom.Geometry geometry)
          throws IOException
        Adds the next geospatial value.
        Throws:
        IOException