|
The SEDRIS Data Representation Model
APPENDIX A - Classes Property Grid |
|---|
A <Data Table> that has at least one (1) but not more than three (3) spatial axes, which always appear before any other <Axes> in its ordered <Axis> list.
A spatial axis is an <Axis> instance that describes sampling along one of the components of the spatial reference frame of the <Property Grid>; hence it is directly useful for locating the sample values in space. To qualify as spatial, the <Axis> shall match the spatial reference frame exactly, using using a consistent specification (e.g., the same ORM, direction vector and (possibly scaled) units.
The 'spatial' <Axes> of a <Property Grid> shall always be the first members of the ordered set of <Axis> components. The spatial_axes_count field indicates how many of the <Axes> are 'spatial'. Note: because the <Axis> ordering also determines the 'scanning' order when data is retrieved from a <Data Table>, placing the spatial axes first imposes some limitations on the way data can be scanned, and may require reordering either by the preparer or the consumer to achieve a scanning that is more 'natural' to them.
There are no other ordering rules for spatial <Axis> instances. If a producer has a choice, it is a good idea to order spatial <Axis> components in the same way as the spatial reference frame components, but as mentioned in point 1), this is not always possible, so consumers cannot make assumptions about the ordering apart from those stated above.
<Property Grid>
<>
|
|- <Classification Data>
| tag = ECC_TERRAIN
|
|
|- instances of <Axis> with spatial EAs as meanings
|
|- <Table Property Description>
EAC_SURFACE_ELEVATION
The spatial <Axes> define the extents and the spacing
of the <Property Grid>. The data provider has
the option of providing <
Property Characteristic> components for the
<Table Property Description>
to supply the minimum and maximum elevation values.
This makes it possible, for instance, for a consumer who requires <Property Grids> rather than <Polygons> for terrain to derive the <Property Grid> representation from the <Polygon> representation (see example 3).
| SE_Short_Integer_Positive | spatial_axes_count; | (notes) |
|---|---|---|
| SE_Short_Integer | location_index[]; | (notes) |
| SRM_SRF_Parameters | srf_parameters; | (notes) |
| SE_Boolean | data_present; | (notes) |
Indicates the kind of information represented by the <Data Table>, such as terrain elevation or water characteristics.
indicates how many axes of the <Property Grid> are spatial axes.
up to three grid indices that identify the Grid cell that contains the same location as the location defined by the component <Location 3D> that is attached to the Hook Point of the Grid. The identified cell is the attachment cell of the Grid - it is where the <Location 3D> instance is attached to the Grid. The default location_index is [0,0,0]. The indices shall specify a valid cell within the Grid (the indices shall be within the appropriate bounds of the Grid). Only the first spatial_axes_count of 3 are significant.
Specifies the spatial reference frame within which the <Property Grid> instance is defined, rather than attempting to depend on the spatial reference frame of the context in which the instance appears. The "griddedness" of spatial positions is dependent on the properties of the spatial reference frame. Coordinate conversions and transformations are not, in general, linear, so that a set of points that form a regular array of positions in one spatial reference frame may not be regular in another spatial reference frame. Therefore, in order to preserve "griddedness", a <Property Grid> specifies a spatial reference frame in which the data positions form a grid.
If SE_TRUE, then the <Property Grid> contains cell values that can be extracted via the Level 0 Read API calls SE_GetDataTable(), SE_GetPackedDataTable(), and SE_GetElementOfDataTable(). If SE_FALSE, then the <Property Grid> does not contain any cell values. Calls to the Level 0 Read API to retrieve cell values will fail for this <Property Grid>. This <Property Grid> exists to provide the <Axis> information, the <Grid Overlap> information (if any), the <Table Property Descriptions>, possibly including <Property Characteristics> (to define minimum and maximum values), and so on. This <Property Grid> provides everything a populated <Property Grid> would provide *except* for cell values. The default value for this field is SE_TRUE.
|