You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by ma...@apache.org on 2021/04/06 10:56:39 UTC

[incubator-sedona] branch Sedona-17_Shape&WKBSerDe updated (5f8a441 -> a552e2a)

This is an automated email from the ASF dual-hosted git repository.

malka pushed a change to branch Sedona-17_Shape&WKBSerDe
in repository https://gitbox.apache.org/repos/asf/incubator-sedona.git.


    from 5f8a441  Added WKBGeometrySerde to handle special geometry types that the Shape serde not handled well
     add a552e2a  Moved GeometrySerde to serde folder Created abstract GeometrySerde class for specific serde implementations Created ShapeGeometrySerde and WKBGeometrySerde that implements GeometrySerde Added tests for WKB Serde

No new revisions were added by this update.

Summary of changes:
 .../sedona/core/serde/WKB/WKBGeometrySerde.java    | 163 +--------------------
 .../core/serde/shape/ShapeGeometrySerde.java       | 159 +-------------------
 .../shapes/ShapeGeometrySerdeTest.java             |  97 ------------
 .../sedona/core/serde/GeometrySerdeTest.java       | 153 +++++++++++++++++++
 .../sedona/sql/utils/GeometrySerializer.scala      |   1 +
 5 files changed, 164 insertions(+), 409 deletions(-)
 delete mode 100644 core/src/test/java/org/apache/sedona/core/formatMapper/shapefileParser/shapes/ShapeGeometrySerdeTest.java
 create mode 100644 core/src/test/java/org/apache/sedona/core/serde/GeometrySerdeTest.java