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 193b493363 Improve `DefaultObjectDomain` with the use of `NilObject` 
for telling when the value is missing.
     new ac061386c5 Minor formatting of table HTML for consistency with same 
change applied elsewhere. It makes the code a little bit easier to read by 
reducing the amount of scrolling. Contains also opportunistic javadoc typo 
fixes.
     new 1d735321d1 Rename `DefaultEllipsoid.getRadius(double)` as 
`getGeocentricRadius(double)`.
     new 7c107c57ee Move the check for perpendicular axes in the parent class. 
This is in anticipation for the addition of experimental coordinate systems 
such as `MinkowskiCS` in other branches.

The 3 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:
 .../test/org/apache/sis/filter/PeriodLiteral.java  |  2 +-
 .../gazetteer/GeohashReferenceSystem.java          |  8 +--
 .../gazetteer/MilitaryGridReferenceSystem.java     |  4 +-
 .../sis/referencing/crs/DefaultDerivedCRS.java     | 15 ++---
 .../sis/referencing/crs/DefaultGeographicCRS.java  |  3 +-
 .../org/apache/sis/referencing/cs/AbstractCS.java  | 74 +++++++++++++++-------
 .../sis/referencing/cs/DefaultCartesianCS.java     | 26 --------
 .../sis/referencing/datum/DefaultEllipsoid.java    | 19 +++++-
 .../referencing/datum/DefaultGeodeticDatum.java    |  2 +-
 .../referencing/datum/DefaultVerticalDatum.java    |  2 +-
 .../operation/DefaultConcatenatedOperation.java    |  6 +-
 .../referencing/operation/DefaultConversion.java   |  9 +--
 .../DefaultCoordinateOperationFactory.java         | 36 ++++-------
 .../operation/DefaultOperationMethod.java          | 18 ++----
 .../operation/DefaultPassThroughOperation.java     |  6 +-
 .../operation/DefaultTransformation.java           | 12 ++--
 .../org/apache/sis/referencing/util/Formulas.java  |  6 +-
 .../referencing/datum/DefaultEllipsoidTest.java    | 12 ++--
 .../apache/sis/referencing/util/FormulasTest.java  | 12 ++--
 .../main/org/apache/sis/util/Version.java          |  2 +-
 20 files changed, 128 insertions(+), 146 deletions(-)

Reply via email to