This is an automated email from the ASF dual-hosted git repository. jsorel pushed a change to branch feat/image2polygon in repository https://gitbox.apache.org/repos/asf/sis.git
discard 5d7e5f99e6 Fix AWT Shape to JTS Geometry adding unwanted NaN Z values discard e9c53951a4 Change Predicate<Double> to DoublePredicate, add test for ImageProcessor.areas discard fd950b7257 Rework ImageProcessor areas operation, use Predicate and DoubleToIntFunction to classify points discard c06f9aa189 Add image to polygon area algorithm discard 610f4bc122 Improve AWT to JTS conversion logic add 8abf1fdeeb Add explicit `ST_AsBinary` or `ST_AsText` functions when requesting a geometry. add bce9be08df Add a fallback for trying to guess the SRID when the table of a column is unknown. This is a workaround for incomplete JDBC drivers (in this case, DuckDB 1.2.2.0). add aefe5d2936 Add getContentPath() method on Tile to allow access to the raw tile content without opening a resource new db4733200a Improve AWT to JTS conversion logic new caf730f09f Add image to polygon area algorithm This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (5d7e5f99e6) \ N -- N -- N refs/heads/feat/image2polygon (caf730f09f) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. 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: .../org/apache/sis/metadata/sql/privy/Dialect.java | 2 + .../apache/sis/metadata/sql/privy/Supports.java | 3 + .../org/apache/sis/storage/sql/feature/Column.java | 50 +++++++-- .../apache/sis/storage/sql/feature/Database.java | 50 +++++++-- .../sis/storage/sql/feature/FeatureAdapter.java | 20 +++- .../sis/storage/sql/feature/GeometryEncoding.java | 93 +++++++++++++++- .../storage/sql/feature/GeometryTypeEncoding.java | 2 + .../sis/storage/sql/feature/InfoStatements.java | 118 ++++++++++++++++++--- .../sis/storage/sql/feature/QueryAnalyzer.java | 6 ++ .../storage/sql/feature/SelectionClauseWriter.java | 6 +- .../sis/storage/sql/feature/SpatialSchema.java | 9 +- .../sis/storage/sql/feature/TableAnalyzer.java | 4 + .../sis/storage/sql/feature/ValueGetter.java | 2 +- .../apache/sis/storage/sql/postgis/Postgres.java | 4 +- .../main/org/apache/sis/storage/tiling/Tile.java | 24 +++++ 15 files changed, 357 insertions(+), 36 deletions(-)