opengeospatial / GeoPose

OGC GeoPose development.
Apache License 2.0
41 stars 16 forks source link

Restructuring of ModSpec instances #52

Closed ronaldtse closed 1 year ago

ronaldtse commented 1 year ago

The major changes are:

  1. Three commonly reused classes have been extracted, with the appropriate linkages to prevent duplication:
    • /req/tangent-point (the UML class is called TangentPoint)
    • /req/time (for Geopose_Instant and Geopose_Duration)
    • /req/frame-spec (the UML class is called FrameSpecification)
  2. The requirements and conformance tests (and their classes) with mismatched/erroneous contents have been updated.

Everything now links and displays reasonably.

ronaldtse commented 1 year ago

Thank you @ghobona !