This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git
commit f72b42cb2bf15a0a30d1490b7ed5cb708b96a6c5 Author: jsorel <[email protected]> AuthorDate: Thu Aug 6 16:46:08 2026 +0200 doc(DGGRS): add links to ZIRS informations --- .../main/org/apache/sis/referencing/dggs/ZonalReferenceSystem.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/incubator/src/org.apache.sis.referencing.dggs/main/org/apache/sis/referencing/dggs/ZonalReferenceSystem.java b/incubator/src/org.apache.sis.referencing.dggs/main/org/apache/sis/referencing/dggs/ZonalReferenceSystem.java index 9fe4efcbdf..338548cdf2 100644 --- a/incubator/src/org.apache.sis.referencing.dggs/main/org/apache/sis/referencing/dggs/ZonalReferenceSystem.java +++ b/incubator/src/org.apache.sis.referencing.dggs/main/org/apache/sis/referencing/dggs/ZonalReferenceSystem.java @@ -24,6 +24,9 @@ package org.apache.sis.referencing.dggs; * * @author Johann Sorel (Geomatys) * @see https://docs.ogc.org/DRAFTS/21-038r1.html#term-zirs + * @see https://www.mdpi.com/2220-9964/4/1/320 for the different kind of indexing + * @see https://docs.ogc.org/per/23-010.html#_the_pyxis_indexing for pyxis indexing + * @see https://defs.opengis.net/prez/catalogs/ogc-cat:register/col/def:dggrs for DGGRS ZIRS definitions */ public interface ZonalReferenceSystem {
