This is an automated email from the ASF dual-hosted git repository.
galbiston pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jena.git.
from fd8edd6 Merge pull request #680 from apache/pom-23
new 075eda1 LatLonPoint: now stored to 6 decimal places.
new 623c21d CustomGeometryFactory: now applies 6 decimal places
PrecisionModel.
new dbf788c GeometryTransformation: transformed geometry coordinates now
stored to 6 decimal places.
new 6493f0b AngleDegreeFF: result returned up to 6 decimal places.
new 59c107d UnitsOfMeasure: conversion of units returned to 6 decimal
places.
new 3a7f941 GeometryWrapper: updated comment.
new 6ffcecc Tests updated to reflect reduced precision applied in
conversions and calculations.
new 5534de2 GeoSPARQL tests no longer skipped.
new a2bb9d9 Precision and scale factor values can now be configured and
re-used function.
new b2b6653 Restored pom.xml formatting.
new 9170033 Restored pom.xml formatting again.
new e5c2952 Merge master into geosparql_precision_fixes
new 3399126 GeoSPARQL pom.xml: removed skipping tests configuration.
new 444f306 Merge master into geosparql_precision_fixes
new 704475f Merge pull request #674 from
galbiston/geosparql_precision_fixes
The 8225 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:
jena-geosparql/pom.xml | 13 +--------
.../geosparql/configuration/GeoSPARQLConfig.java | 33 ++++++++++++++++++++++
.../configuration/GeoSPARQLOperations.java | 15 ++++++++++
.../geosparql/implementation/GeometryWrapper.java | 2 ++
.../geosparql/implementation/UnitsOfMeasure.java | 9 +++---
.../implementation/great_circle/LatLonPoint.java | 6 ++--
.../implementation/jts/CustomGeometryFactory.java | 4 ++-
.../implementation/jts/GeometryTransformation.java | 9 +++---
.../spatial/filter_functions/AngleDegreesFF.java | 3 +-
.../filter_functions/BufferFFTest.java | 16 +++++------
.../implementation/UnitsOfMeasureTest.java | 5 +++-
.../great_circle/GreatCirclePointDistanceTest.java | 10 +++----
.../jena/geosparql/spatial/SearchEnvelopeTest.java | 2 +-
.../filter_functions/AngleDegreesFFTest.java | 8 ++----
.../spatial/filter_functions/DistanceFFTest.java | 3 +-
.../filter_functions/GreatCircleFFTest.java | 4 +--
.../filter_functions/GreatCircleGeomFFTest.java | 3 +-
17 files changed, 91 insertions(+), 54 deletions(-)