This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git
from 16c01f5cdf Add a mechanism for letting `MetadataStandard` know that
the `Datum` interface implemented by `DefaultDatumEnsemble` should be ignored.
new b1954e2e7f Add `getCharacteristicValue(…)` for making possible to ask
for a characteristic without forcing the creation of a `Property` instance in
the common case where the characteristic does not exist.
new 5fb125cf40 If `Feature` property contains a geometry without CRS,
fallback on the CRS defined in the `FeatureType`.
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:
.../org/apache/sis/feature/AbstractFeature.java | 55 +++-
.../main/org/apache/sis/feature/DenseFeature.java | 35 +--
.../org/apache/sis/feature/EnvelopeOperation.java | 2 +-
.../main/org/apache/sis/feature/Features.java | 14 +-
.../main/org/apache/sis/feature/SparseFeature.java | 35 +--
.../sis/feature/privy/AttributeConvention.java | 57 ++--
.../apache/sis/filter/BinaryGeometryFilter.java | 34 +--
.../org/apache/sis/filter/BinarySpatialFilter.java | 5 +-
.../main/org/apache/sis/filter/DistanceFilter.java | 5 +-
.../apache/sis/filter/InvalidXPathException.java | 2 +-
.../sis/filter/internal/GeometryConverter.java | 50 +++-
.../sis/filter/internal/GeometryFromFeature.java | 108 +++++++
.../main/org/apache/sis/filter/internal/Node.java | 38 +--
.../apache/sis/filter/sqlmm/FunctionWithSRID.java | 4 +-
.../apache/sis/filter/sqlmm/GeometryParser.java | 3 +-
.../org/apache/sis/filter/sqlmm/ST_Transform.java | 6 +-
.../apache/sis/geometry/wrapper/Geometries.java | 74 ++++-
.../sis/geometry/wrapper/GeometryWithCRS.java | 92 ------
.../sis/geometry/wrapper/GeometryWrapper.java | 316 ++++++++++++---------
.../apache/sis/geometry/wrapper/esri/Wrapper.java | 3 +-
.../apache/sis/geometry/wrapper/j2d/Factory.java | 2 +-
.../sis/geometry/wrapper/j2d/PointWrapper.java | 13 +-
.../apache/sis/geometry/wrapper/j2d/Wrapper.java | 8 +-
.../apache/sis/geometry/wrapper/jts/Factory.java | 28 +-
.../org/apache/sis/geometry/wrapper/jts/JTS.java | 45 +--
.../apache/sis/geometry/wrapper/jts/Wrapper.java | 79 +++---
.../feature/builder/AttributeTypeBuilderTest.java | 2 +-
.../sis/feature/privy/AttributeConventionTest.java | 9 +-
.../apache/sis/geometry/wrapper/jts/JTSTest.java | 6 +-
.../sis/storage/netcdf/base/FeatureSetTest.java | 6 +-
.../storage/sql/feature/GeometryGetterTest.java | 8 +-
.../sis/storage/geopackage/GpkgStoreTest.java | 2 +-
32 files changed, 663 insertions(+), 483 deletions(-)
create mode 100644
endorsed/src/org.apache.sis.feature/main/org/apache/sis/filter/internal/GeometryFromFeature.java
delete mode 100644
endorsed/src/org.apache.sis.feature/main/org/apache/sis/geometry/wrapper/GeometryWithCRS.java