Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.0
    • Storage
    • None

    Description

      Implements a SQLStore capable to create org.opengis.feature.Feature instances from the content of a database. The store takes a one or more tables at construction time. Each enumerated table is represented by a FeatureType. Each relation defined by a foreigner key is represented by an FeatureAssociationRole to another feature (with transitive dependencies automatically resolved), and the other columns are represented by AttributeType.

      This work was initially started by Johann Sorel.

      Attachments

        Issue Links

          Activity

            Initial version merged on master, with the following limitations:

            • Current implementation does not yet map geometric objects (e.g. PostGIS types).
            • If a parent feature contains association to other features, those other features are created in same time than the parent feature (no lazy instantiation yet).
            desruisseaux Martin Desruisseaux added a comment - Initial version merged on master, with the following limitations: Current implementation does not yet map geometric objects (e.g. PostGIS types). If a parent feature contains association to other features, those other features are created in same time than the parent feature (no lazy instantiation yet).

            People

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

              Dates

                Created:
                Updated:
                Resolved: