[geos-commits] [SCM] GEOS branch main updated. ae416cd8f9867dc00f00c169e0909f3237988867
git at osgeo.org
git at osgeo.org
Wed Jun 9 09:06:46 PDT 2021
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".
The branch, main has been updated
via ae416cd8f9867dc00f00c169e0909f3237988867 (commit)
from c523ed9e53df71fb207b9d1e5f87dd2f6bfaa3ab (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
include/geos/geom/util/GeometryEditorOperation.h | 6 +-
.../util/NoOpGeometryOperation.h} | 38 +--
include/geos/precision/GeometryPrecisionReducer.h | 42 +--
.../PointwisePrecisionReducerTransformer.h | 74 +++++
.../geos/precision/PrecisionReducerTransformer.h | 95 +++++++
src/geom/util/GeometryTransformer.cpp | 12 +
.../util/NoOpGeometryOperation.cpp} | 34 +--
src/precision/GeometryPrecisionReducer.cpp | 85 +++---
.../PointwisePrecisionReducerTransformer.cpp | 82 ++++++
src/precision/PrecisionReducerTransformer.cpp | 190 +++++++++++++
.../precision/GeometryPrecisionReducerTest.cpp | 302 +++++++++++++++------
11 files changed, 755 insertions(+), 205 deletions(-)
copy include/geos/{shape/fractal/HilbertEncoder.h => geom/util/NoOpGeometryOperation.h} (54%)
create mode 100644 include/geos/precision/PointwisePrecisionReducerTransformer.h
create mode 100644 include/geos/precision/PrecisionReducerTransformer.h
copy src/{index/kdtree/KdNode.cpp => geom/util/NoOpGeometryOperation.cpp} (51%)
create mode 100644 src/precision/PointwisePrecisionReducerTransformer.cpp
create mode 100644 src/precision/PrecisionReducerTransformer.cpp
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list