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

Add a CRS.findOperations(sourceCRS, targetCRS, …) method

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.7, 0.8
    • 1.0
    • Referencing
    • None

    Description

      The CRS utility class provide a findOperation(…) static method, which return only one operation (the one presumed to be the best one). There is sometime a need to have the list of all possible operations, and let user choose the desired one himself. We should add a findOperations(…) (plural form) which return a list of coordinate operation instead than a single one.

      This task involves a compatibility break at commit 1828112: the protected CoordinateOperationFinder.createOperationStep(…) methods have been modified to return List<CoordinateOperation> instead of CoordinateOperation. Since those methods are protected, we hope that they were not used much outside SIS.

      Attachments

        Activity

          There are no comments yet on this issue.

          People

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

            Dates

              Created:
              Updated:
              Resolved: