This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git
from 7eb41f2d3f feat(DBF): fix read and write support for deleted dbf
records
new 0ff22ae6a0 feat(SHP): support null geometries
new 855247d94d feat(SHP): review how ids are used, preserve them after a
delete operation. Add Store.compact method to clean deleted records
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../sis/storage/shapefile/ShapefileStore.java | 361 ++++++++++++++-------
.../apache/sis/storage/shapefile/package-info.java | 9 +
.../sis/storage/shapefile/shp/ShapeRecord.java | 26 +-
.../sis/storage/shapefile/shp/ShapeWriter.java | 5 +
.../sis/storage/shapefile/ShapefileStoreTest.java | 140 +++++++-
.../sis/storage/shapefile/shp/ShapeIOTest.java | 63 ++++
6 files changed, 475 insertions(+), 129 deletions(-)