You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by zo...@apache.org on 2023/04/18 00:51:52 UTC

[sedona] branch fix/move-subdivider-to-commmon updated (e8de3c7e -> f7b564b9)

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

zongsizhang pushed a change to branch fix/move-subdivider-to-commmon
in repository https://gitbox.apache.org/repos/asf/sedona.git


    from e8de3c7e remove the old subdivider code
     add f7b564b9 add apache license to new files

No new revisions were added by this update.

Summary of changes:
 .../org/apache/sedona/common/simplify/BaseSimplifier.java   | 13 +++++++++++++
 .../org/apache/sedona/common/simplify/CircleSimplifier.java | 13 +++++++++++++
 .../apache/sedona/common/simplify/CoordinateSplitter.java   | 13 +++++++++++++
 .../sedona/common/simplify/CoordinatesSimplifier.java       | 13 +++++++++++++
 .../common/simplify/GeometryCollectionSimplifier.java       | 13 +++++++++++++
 .../apache/sedona/common/simplify/GeometrySimplifier.java   | 13 +++++++++++++
 .../apache/sedona/common/simplify/LineStringSimplifier.java | 13 +++++++++++++
 .../apache/sedona/common/simplify/PolygonSimplifier.java    | 13 +++++++++++++
 .../common/simplify/ZeroToleranceGeometrySimplifier.java    | 13 +++++++++++++
 .../apache/sedona/common/subDivide/GeometrySubDivider.java  | 13 +++++++++++++
 .../org/apache/sedona/common/subDivide/PivotFinder.java     | 13 +++++++++++++
 .../java/org/apache/sedona/common/subDivide/SubBoxes.java   | 13 +++++++++++++
 .../org/apache/sedona/common/subDivide/SubDivideExtent.java | 13 +++++++++++++
 13 files changed, 169 insertions(+)