public interface Serializer<T,S extends Geometry>
Modifier and Type | Method and Description |
---|---|
RTree<T,S> |
read(InputStream is,
long sizeBytes,
InternalStructure structure) |
void |
write(RTree<T,S> tree,
OutputStream os) |
void write(RTree<T,S> tree, OutputStream os) throws IOException
IOException
RTree<T,S> read(InputStream is, long sizeBytes, InternalStructure structure) throws IOException
IOException
Copyright © 2013–2024. All rights reserved.