This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git
from fad2774533 feat(Geometry): add SphericalConvexPolygon
new f427b9b0e8 feat(Geometry): add polyhedrons faces and getFace method
new f72b42cb2b doc(DGGRS): add links to ZIRS informations
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:
.../geometries/polyhedron/AbstractPolyhedron.java | 129 +++++++++++++++++-
.../sis/geometries/polyhedron/Dodecahedron.java | 64 +++++++++
.../sis/geometries/polyhedron/Hexahedron.java | 42 ++++++
.../sis/geometries/polyhedron/Icosahedron.java | 64 +++++++++
.../sis/geometries/polyhedron/Octahedron.java | 42 ++++++
.../polyhedron/RhombicTriacontahedron.java | 101 ++++++++++++++
.../sis/geometries/polyhedron/Tetrahedron.java | 36 +++++
.../polyhedron/TruncatedIcosahedron.java | 150 +++++++++++++++++++++
.../sis/referencing/dggs/ZonalReferenceSystem.java | 3 +
9 files changed, 630 insertions(+), 1 deletion(-)