Class IndexSerde
java.lang.Object
org.locationtech.jts.index.strtree.IndexSerde
Provides methods to efficiently serialize and deserialize the index. trees are serialized
recursively.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IndexSerde
public IndexSerde()
-
-
Method Details
-
read
-
write
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, org.locationtech.jts.index.strtree.STRtree tree)
-