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 57c0ccde4a Start geometry wrapper classes for incubator geometry api
     new ebfbd330ce Documentation a fix.
     new 5b8757c47e Partial update of the EPSG geodetic dataset from version 
9.9.1 to version 12.013. The "source_geogcrs_code" column is renamed 
"base_crs_code", but a compatibility mode is kept if the previous name is 
detected.

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/io/wkt/GeodeticObjectParser.java    |   2 +-
 .../sis/referencing/crs/DefaultGeodeticCRS.java    |  24 +-
 .../referencing/datum/DefaultDatumEnsemble.java    | 122 +++++----
 .../factory/GeodeticAuthorityFactory.java          |  68 ++++-
 .../sis/referencing/factory/sql/AxisName.java      |  18 +-
 .../factory/sql/CoordinateOperationSet.java        |   2 +-
 .../referencing/factory/sql/EPSGCodeFinder.java    |   4 +-
 .../referencing/factory/sql/EPSGDataAccess.java    | 276 +++++++++++++--------
 .../sis/referencing/factory/sql/EPSG_Finish.sql    |   2 +-
 .../sis/referencing/factory/sql/SQLTranslator.java | 159 +++++++-----
 .../internal/PositionalAccuracyConstant.java       |  40 ++-
 .../storage/landsat/LandsatStoreProviderTest.java  |   2 +-
 .../apache/sis/storage/csv/StoreProviderTest.java  |   2 +-
 .../sis/storage/esri/AsciiGridStoreTest.java       |   2 +-
 .../sis/storage/image/WorldFileStoreTest.java      |   2 +-
 .../apache/sis/storage/wkt/StoreProviderTest.java  |   2 +-
 .../test/org/apache/sis/storage/wkt/StoreTest.java |   2 +-
 .../apache/sis/storage/xml/StoreProviderTest.java  |   2 +-
 .../test/org/apache/sis/storage/xml/StoreTest.java |   2 +-
 .../main/org/apache/sis/setup/GeometryLibrary.java |   2 +
 .../org/apache/sis/util/resources/Vocabulary.java  |   5 +
 .../sis/util/resources/Vocabulary.properties       |   1 +
 .../sis/util/resources/Vocabulary_fr.properties    |   1 +
 .../org/apache/sis/geometries/GeometryFactory.java |   2 +-
 .../referencing/factory/sql/epsg/DebugTools.sql    |   2 +-
 25 files changed, 498 insertions(+), 248 deletions(-)

Reply via email to