Name | Description |
---|---|
BinaryGeometrySerializer | Serializes geometries into binary format. Also performs inverse operation. Binary representation used by this class is non standart and leaves original coordinate sequences unchanged. While other formats like WKB has a strong constraints of topology and causes a changes in coordinate sequences. |
CoordinateSystemWktDeserializer | Deserializes coordinate system objects from well-known text. |
WKBGeometrySerializer | Serializes geometries into well-known binary and constructs them from such representation. |
WKTGeometrySerializer | Serializes geometries into well-known text and constructs geometries from such representation. |