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 1cad082c6e Add resource identifier parameter on MemoryGridResource
     new cb2d2c0bcb Keep only one constructor for the `MemoryGridResource` 
internal class. Since this is an internal class, we can change later if not 
convenient. Having only one constructor make easier to see in the source codes 
that use this class that an information is not provided.
     new 237effe84d Consolidation of the SQL queries used by the 
`EPSGDataAccess`: safer checks against recursive calls, code formatting.

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:
 .../sis/metadata/internal/CitationConstant.java    |    2 +-
 .../sis/metadata/iso/citation/Citations.java       |    2 +-
 .../referencing/factory/sql/AuthorityCodes.java    |    6 +-
 .../referencing/factory/sql/EPSGDataAccess.java    | 1481 ++++++++++----------
 .../sis/referencing/factory/sql/EPSG_Prepare.sql   |   18 +-
 .../sis/referencing/factory/sql/TableInfo.java     |   31 +-
 .../sis/referencing/factory/sql/TableInfoTest.java |   10 +-
 .../aggregate/BandAggregateGridResource.java       |    2 +-
 .../aggregate/ConcatenatedGridResource.java        |    2 +-
 .../sis/storage/aggregate/CoverageAggregator.java  |    2 +-
 .../sis/storage/base/MemoryGridResource.java       |   35 +-
 .../storage/image/WritableSingleImageStore.java    |    2 +-
 .../org/apache/sis/storage/CoverageSubsetTest.java |    2 +-
 .../aggregate/BandAggregateGridResourceTest.java   |    2 +-
 .../sis/storage/aggregate/OpaqueGridResource.java  |    2 +-
 .../sis/storage/base/MemoryGridResourceTest.java   |    2 +-
 .../coveragejson/CoverageJsonStoreTest.java        |    2 +-
 .../sis/referencing/factory/sql/epsg/README.md     |    1 +
 18 files changed, 819 insertions(+), 785 deletions(-)

Reply via email to