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 b4543619f1 Use the mouse position as the point where change in target 
canvas should be the same (in "real world" units) as the change in source 
canvas.
     new c4812a3ed5 Add a `DefaultEllipsoid.getRadius(double)` method for 
computing radius at a given latitude.
     new ff9f96a15a Provide a base class for the encoders of referencing by 
identifiers. It requires the addition of encoder-neutral methods for specifying 
the desired precision, which in turn requires the capability to convert angular 
precision to linear precision.

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:
 .../gazetteer/GeohashReferenceSystem.java          | 176 +++++++++++++++++++--
 .../gazetteer/MilitaryGridReferenceSystem.java     | 176 ++++++++++++++++++---
 .../gazetteer/ReferencingByIdentifiers.java        | 124 ++++++++++++++-
 .../sis/referencing/gazetteer/package-info.java    |   2 +-
 .../gazetteer/GeohashReferenceSystemTest.java      | 111 ++++++++++++-
 .../gazetteer/MilitaryGridReferenceSystemTest.java |  32 +++-
 .../gazetteer/ReferencingByIdentifiersTest.java    |   8 +-
 .../apache/sis/internal/referencing/Formulas.java  |  17 +-
 .../sis/internal/referencing/package-info.java     |   2 +-
 .../sis/referencing/datum/DefaultEllipsoid.java    |  21 ++-
 .../apache/sis/referencing/datum/package-info.java |   2 +-
 .../sis/internal/referencing/FormulasTest.java     |  15 +-
 .../referencing/datum/DefaultEllipsoidTest.java    |  14 +-
 13 files changed, 652 insertions(+), 48 deletions(-)

Reply via email to