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 d8bbaf214a Clarify which `Feature` instance is used for the different projection types. Other opportunistic clarifications as we tried to verify the behavior. Replace `ExpressionOperation` by `LinkOperation` when applicable. new f308b11bc8 Rename `ProjectionType.COMPLETING` ad `COMPUTING`. new 31126879d2 Retrofit `GroupAsPolylineOperation` together with all other feature operations. It required a generalization for working on attributes as well as associations. 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: .../apache/sis/feature/DefaultAssociationRole.java | 8 +- .../org/apache/sis/feature/FeatureOperations.java | 51 ++++- .../main/java/org/apache/sis/feature/Features.java | 39 +++- .../sis/feature/GroupAsPolylineOperation.java | 248 +++++++++++++++++++++ .../apache/sis/internal/feature/Geometries.java | 33 --- .../sis/internal/feature/GeometryWrapper.java | 6 +- .../apache/sis/internal/feature/esri/Wrapper.java | 4 +- .../sis/internal/feature/j2d/PointWrapper.java | 2 +- .../apache/sis/internal/feature/j2d/Wrapper.java | 2 +- .../apache/sis/internal/feature/jts/Wrapper.java | 2 +- .../sis/internal/feature/GeometriesTestCase.java | 2 +- .../java/org/apache/sis/storage/FeatureQuery.java | 10 +- .../org/apache/sis/storage/FeatureQueryTest.java | 2 +- .../storage/gpx/GroupAsPolylineOperation.java | 211 ------------------ .../org/apache/sis/internal/storage/gpx/Types.java | 31 ++- 15 files changed, 371 insertions(+), 280 deletions(-) create mode 100644 core/sis-feature/src/main/java/org/apache/sis/feature/GroupAsPolylineOperation.java delete mode 100644 storage/sis-xmlstore/src/main/java/org/apache/sis/internal/storage/gpx/GroupAsPolylineOperation.java