This package contains some more converters for Geometry2DAdapter
-objects,
whose use is discouraged because of their weak performance.
These are:
- JTSGeometryConverter
- recursively serializes complex Geometries
- SerializableGeometryConverter
- uses the Java-SDK Serialization-mechanism to serialize geometric objects
- WKBGeometryConverter
- reads and writes the Well-Known Binary representation of the geometries
- WKTGeometryConverter
- uses the Well-Known Text representation to serialize geometries
The performance of these converters can be compared using ConverterPerformanceTest
.