Uploaded image for project: 'Spatial Information Systems'
  1. Spatial Information Systems
  2. SIS-569

Replace Path by URI for datum shift grid files

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.7, 0.8, 1.0, 1.1, 1.2, 1.3
    • 1.4
    • Referencing
    • None

    Description

      The ParameterDescriptor of the following operations use a java.nio.file.Path value:

      • North American Datum Conversion (NADCON)
      • National Transformation version 2 (NTv2)
      • Geocentric translation by Grid Interpolation (IGN) (FranceGeocentricInterpolation)

      We should replace the Path value by URI for the following reasons:

      • Path are not serializable (SIS-567)
      • ParameterValue needs unambiguous textual representation. This is required for encodings such as WKT or GML. But Path.toString() is not defined as rigorously as URI.toString().
      • Path can not be used for HTTP or FTP files by default (it could be done with custom FileSystem however).

      The use of java.net.URI would avoid those issues.

      Attachments

        Issue Links

          Activity

            People

              desruisseaux Martin Desruisseaux
              desruisseaux Martin Desruisseaux
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: