Class DiskTreeWriter

  • All Implemented Interfaces:
    IDiskTree

    public class DiskTreeWriter
    extends Object
    implements IDiskTree
    Writer for the quadtree disk index.
    Author:
    Andrea Antonello (www.hydrologis.com)
    See Also:
    IDiskTree
    • Constructor Detail

      • DiskTreeWriter

        public DiskTreeWriter​(String path)
        Constructor.
        Parameters:
        path - the path to which the index will be written.
    • Method Detail

      • writeGeometries

        public void writeGeometries​(org.locationtech.jts.geom.Geometry[] geometries)
                             throws IOException
        Writes an array of Geometrys to the disk.
        Parameters:
        geometries - the array of geoms to write.
        Throws:
        IOException