Class SpatialIndexSerde
java.lang.Object
com.esotericsoftware.kryo.Serializer
org.apache.sedona.common.geometrySerde.SpatialIndexSerde
- All Implemented Interfaces:
Serializable
Provides methods to efficiently serialize and deserialize spatialIndex types.
Support Quadtree, STRtree types
trees are serialized recursively.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.esotericsoftware.kryo.Serializer
copy, getAcceptsNull, isImmutable, setAcceptsNull, setGenerics, setImmutable
-
Constructor Details
-
SpatialIndexSerde
public SpatialIndexSerde() -
SpatialIndexSerde
-
-
Method Details
-
write
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, Object o) - Specified by:
writein classcom.esotericsoftware.kryo.Serializer
-
read
public Object read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class aClass) - Specified by:
readin classcom.esotericsoftware.kryo.Serializer
-