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 b68592e Fix an erroneous assertion and a NullPointerException.
new e891f32 Move JTS specific methods to "jts" subpackage.
new 7ed2de0 Avoid reference to a legacy (OGC 01-004) interface to be
removed from GeoAPI.
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/internal/feature/Geometries.java | 52 ++-----
.../java/org/apache/sis/internal/feature/JTS.java | 158 ++-------------------
.../feature/jts/GeometryCoordinateTransform.java | 14 +-
.../internal/feature/jts/GeometryTransform.java | 77 +++++-----
.../org/apache/sis/internal/feature/jts/JTS.java | 156 ++++++++++++++++++++
.../sis/internal/feature/jts}/package-info.java | 4 +-
.../sis/internal/feature/GeometriesTestCase.java | 2 +-
.../org/apache/sis/internal/feature/JTSTest.java | 71 ---------
.../sis/internal/feature/{ => jts}/JTSTest.java | 71 ++-------
.../apache/sis/test/suite/FeatureTestSuite.java | 1 +
.../org/apache/sis/geometry/AbstractEnvelope.java | 2 +-
.../apache/sis/referencing/cs/HardCodedAxes.java | 4 +-
12 files changed, 242 insertions(+), 370 deletions(-)
create mode 100644
core/sis-feature/src/main/java/org/apache/sis/internal/feature/jts/JTS.java
copy {application/sis-javafx/src/main/java/org/apache/sis/internal/gui =>
core/sis-feature/src/main/java/org/apache/sis/internal/feature/jts}/package-info.java
(91%)
copy core/sis-feature/src/test/java/org/apache/sis/internal/feature/{ =>
jts}/JTSTest.java (59%)