public interface Serializer<T,S extends Geometry>
| Modifier and Type | Method and Description |
|---|---|
RTree<T,S> |
read(InputStream in) |
void |
write(RTree<T,S> tree,
OutputStream out) |
void write(RTree<T,S> tree, OutputStream out) throws IOException
IOExceptionRTree<T,S> read(InputStream in) throws IOException
IOExceptionCopyright © 2013–2022. All rights reserved.