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 dfb9f31b65 Reverse the logic of "synchronized window": instead of 
check boxes for windows to follow, the check boxes specify the windows on which 
to replicate gestures. It is more convenient that way, because after checking a 
box we are already in the window where to apply gestures.
     new 4f4d58d53b Relax access to constructors. There is sometime good 
reasons for a caller to create an e.g. "Ellipsoid to geocentric" transform 
without the normalization/denormalization matrices (i.e. witn inputs in 
radians).
     new 9fd226e110 Allow to request parameter value in a unit of measurement 
different than the one specified by the parameter descriptor. Add a 
clarification in javadoc about implicit map projection parameters.
     new bbdefb11e2 Add "Geocentric/topocentric conversions" (EPSG:9836).

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:
 .../referencing/provider/AbstractProvider.java     |  10 +-
 .../provider/GeocentricToTopocentric.java          | 187 +++++++++++++++++++++
 .../org/apache/sis/parameter/ParameterBuilder.java |  12 +-
 .../java/org/apache/sis/parameter/Parameters.java  |  37 +++-
 .../transform/EllipsoidToCentricTransform.java     |   7 +-
 .../operation/transform/MolodenskyTransform.java   |  13 +-
 ...g.opengis.referencing.operation.OperationMethod |   1 +
 .../referencing/provider/ProvidersTest.java        |   1 +
 8 files changed, 247 insertions(+), 21 deletions(-)
 create mode 100644 
core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/GeocentricToTopocentric.java

Reply via email to