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

Compound CRS creation through codes: OGC/Time

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.0
    • None
    • Referencing

    Description

      The aim is to improve support of CRS URIs through method CRS.forCode method.
      The aim is to allow interpretation of OGC CRS Urls like http://www.opengis.net/def/crs/OGC/0/JulianDate.

      By doing so, we would be able to create multi-dimensional crss like:

      CRS.forCode("urn:ogc:def:crs,crs:OGC::84,crs:EPSG::5714,crs:OGC::JulianDate")
      

      or

      CRS.forCode(
          "http://www​.opengis​.net/def/crs-compound?"+
          "1=http://www​.opengis​.net/def/crs/epsg/0/4326&"+
          "2=http://www.opengis.net/def/crs/OGC/0/JulianDate"
      )
      

      Attachments

        Activity

          People

            desruisseaux Martin Desruisseaux
            amanin Alexís Manin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: