This is an automated email from the ASF dual-hosted git repository.

jsorel pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git


    from f7fc74b400 Reuse the code of `TileMatrixSet.toString()` in the JavaFX 
widget. It produces a table easier to read.
     new 8546d59b4e doc(Geometry): document scene sampler
     new 7819f1feed feat(Geometry): merge geometry interfaces defined in 
different sections of ISO-19107
     new 8d27cdfb79 chore(Geometry): regroup geometry operations 
(Delaunay,GreedyInsert,EarClipping,TextureAtlas) in the operation package

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:
 .../BilinearGrid.java                              |  3 +-
 .../{parametriccurvesurfaces => }/Cone.java        |  4 +-
 .../{parametriccurvesurfaces => }/Cylinder.java    |  4 +-
 .../ParametricCurveSurface.java                    |  2 +-
 .../apache/sis/geometries/{rhumb => }/Rhumb.java   |  2 +-
 .../main/org/apache/sis/geometries/Sphere.java     | 66 +++++++++++++++++++++-
 .../apache/sis/geometries/conicsurfaces/Cone.java  | 26 ---------
 .../sis/geometries/conicsurfaces/Cylinder.java     | 26 ---------
 .../sis/geometries/conicsurfaces/Sphere.java       | 26 ---------
 .../{ => operation}/simplify/TextureAtlas.java     |  2 +-
 .../simplify/greedyinsert/Edge.java                |  2 +-
 .../simplify/greedyinsert/TINBuilder.java          |  2 +-
 .../simplify/greedyinsert/TinDistance.java         |  2 +-
 .../simplify/greedyinsert/WTriangle.java           |  2 +-
 .../{ => operation}/triangulate/EarClipping.java   |  2 +-
 .../triangulate/delaunay/Delaunay.java             |  2 +-
 .../triangulate/delaunay/OrientedEdge.java         |  2 +-
 .../triangulate/delaunay/OrientedTriangle.java     |  2 +-
 .../geometries/parametriccurvesurfaces/Sphere.java | 30 ----------
 .../processor/spatialedition/ToPrimitive.java      |  2 +-
 .../org/apache/sis/geometries/scene/Material.java  | 30 ++++++++++
 .../org/apache/sis/geometries/scene/Model.java     |  2 +-
 .../org/apache/sis/geometries/scene/Sampler.java   |  1 +
 .../org/apache/sis/geometries/scene/SceneNode.java |  2 +-
 .../org/apache/sis/geometries/scene/Surface.java   |  2 +-
 .../geometries/splinesurfaces/BSplineSurface.java  |  2 +-
 .../{ => operation}/simplify/TextureAtlasTest.java |  2 +-
 .../triangulate/delaunay/DelaunayTest.java         |  2 +-
 .../triangulate/delaunay/OrientedEdgeTest.java     |  2 +-
 29 files changed, 121 insertions(+), 133 deletions(-)
 rename 
incubator/src/org.apache.sis.geometry/main/org/apache/sis/geometries/{parametriccurvesurfaces
 => }/BilinearGrid.java (92%)
 rename 
incubator/src/org.apache.sis.geometry/main/org/apache/sis/geometries/{parametriccurvesurfaces
 => }/Cone.java (93%)
 rename 
incubator/src/org.apache.sis.geometry/main/org/apache/sis/geometries/{parametriccurvesurfaces
 => }/Cylinder.java (92%)
 rename 
incubator/src/org.apache.sis.geometry/main/org/apache/sis/geometries/{parametriccurvesurfaces
 => }/ParametricCurveSurface.java (97%)
 rename 
incubator/src/org.apache.sis.geometry/main/org/apache/sis/geometries/{rhumb => 
}/Rhumb.java (97%)
 delete mode 100644 
incubator/src/org.apache.sis.geometry/main/org/apache/sis/geometries/conicsurfaces/Cone.java
 delete mode 100644 
incubator/src/org.apache.sis.geometry/main/org/apache/sis/geometries/conicsurfaces/Cylinder.java
 delete mode 100644 
incubator/src/org.apache.sis.geometry/main/org/apache/sis/geometries/conicsurfaces/Sphere.java
 rename incubator/src/org.apache.sis.geometry/main/org/apache/sis/geometries/{ 
=> operation}/simplify/TextureAtlas.java (99%)
 rename incubator/src/org.apache.sis.geometry/main/org/apache/sis/geometries/{ 
=> operation}/simplify/greedyinsert/Edge.java (97%)
 rename incubator/src/org.apache.sis.geometry/main/org/apache/sis/geometries/{ 
=> operation}/simplify/greedyinsert/TINBuilder.java (99%)
 rename incubator/src/org.apache.sis.geometry/main/org/apache/sis/geometries/{ 
=> operation}/simplify/greedyinsert/TinDistance.java (96%)
 rename incubator/src/org.apache.sis.geometry/main/org/apache/sis/geometries/{ 
=> operation}/simplify/greedyinsert/WTriangle.java (99%)
 rename incubator/src/org.apache.sis.geometry/main/org/apache/sis/geometries/{ 
=> operation}/triangulate/EarClipping.java (99%)
 rename incubator/src/org.apache.sis.geometry/main/org/apache/sis/geometries/{ 
=> operation}/triangulate/delaunay/Delaunay.java (99%)
 rename incubator/src/org.apache.sis.geometry/main/org/apache/sis/geometries/{ 
=> operation}/triangulate/delaunay/OrientedEdge.java (99%)
 rename incubator/src/org.apache.sis.geometry/main/org/apache/sis/geometries/{ 
=> operation}/triangulate/delaunay/OrientedTriangle.java (99%)
 delete mode 100644 
incubator/src/org.apache.sis.geometry/main/org/apache/sis/geometries/parametriccurvesurfaces/Sphere.java
 rename incubator/src/org.apache.sis.geometry/test/org/apache/sis/geometries/{ 
=> operation}/simplify/TextureAtlasTest.java (98%)
 rename incubator/src/org.apache.sis.geometry/test/org/apache/sis/geometries/{ 
=> operation}/triangulate/delaunay/DelaunayTest.java (99%)
 rename incubator/src/org.apache.sis.geometry/test/org/apache/sis/geometries/{ 
=> operation}/triangulate/delaunay/OrientedEdgeTest.java (98%)

Reply via email to