Property structures (PS) are templates for data structures that are used to store data for features and sensors that is specific to the feature type or senor type. Table 1 lists the places where property structures are used.
When a PS is used to store data for a specific object, the Application Server creates a property structure instance (PSI) and fills that instance with data.
Table 1: Areas where property structures are used
While there is some data that is common to all features, sensors, observations etc., property structures are used to store the data that is specific to a specific feature type, sensor type etc.
Property structures cannot be defined or changed by the user but are distributed as part of feature types, sensor types etc, however there are numerous possibilities to configure property structures.
For the technically inclined: a property structure is a dynamic data structure used to store data efficiently without changing the underlying database structures. This allows for distribution of new feature types or sensor types without having to update the database or the Application Server.