Class IndexSerde

java.lang.Object
org.locationtech.jts.index.strtree.IndexSerde

public class IndexSerde extends Object
Provides methods to efficiently serialize and deserialize the index. trees are serialized recursively.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input)
     
    void
    write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, org.locationtech.jts.index.strtree.STRtree tree)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IndexSerde

      public IndexSerde()
  • Method Details

    • read

      public Object read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input)
    • write

      public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, org.locationtech.jts.index.strtree.STRtree tree)