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

Feature attribute should verify the CRS of geometric value

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 0.7, 0.8, 1.0, 1.1, 1.2, 1.3, 1.4
    • None
    • Features
    • None

    Description

      In the org.apache.sis.feature package, a DefaultFeature can contains an attribute which itself contains a characteristic having the AttributeConvention.CRS_CHARACTERISTIC name. The value of that characteristic is the Coordinate Reference System (CRS) of the geometry that this attribute can contains. However there is currently no verification that a geometry given to that attribute has the expected CRS. We should add a verification mechanism, compatible with both JTS and ESRI API. This may require Java reflection code, since those two libraries are optional.

      One open question is where to store the CRS information in the geometry object. JTS has a SRID property, but it is only an int type. It could be decided that the integer value is the EPSG code, but this is an arbitrary (while common) decision. Alternatively we could use the JTS user object for storing the full CoordinateReferenceSystem object, but this is another arbitrary decision.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: