An aggregation of Feature Hierarchies in which each component Feature Hierarchy represents a different tile within a spatially indexed (tiled) organization of Primitive Feature objects within a SEDRIS transmittal. The Feature Spatial Index Data link object attached to each component Feature Hierarchy indicates the tile that it represents.
| SE_FEATURE_TOPOLOGY_LEVEL_ENUM | feature_topology_level; | |
|---|---|---|
| SE_BOOLEAN | unique_descendants; | (notes) |
| SE_BOOLEAN | independent_topologies; | (notes) |
| SE_BOOLEAN | strict_organizing_principle; | (notes) |
| SE_BOOLEAN | sparse; | (notes) |
|---|---|---|
| SE_PINT32 | column_count; | |
| SE_PINT32 | row_count; | |
| SE_FLOAT64 | column_width; | (notes) |
| SE_FLOAT64 | row_width; | (notes) |
| SE_SPATIAL_INDEX_SPACING_UNITS_ENUM | spacing_units; |
Added to support "attributes for derived objects." That is, these components are used only to specify texture mapping information for geometry that is derived from the <Feature> by the consumer. These <Image Mapping Functions> must use <Image Anchor> components to specify the mapping.
The origin of the collection. The lower-left corner.
If true, then for any object that exists 'below' this aggregation, each object will appear in only one 'branch' of this aggregation. If false, then objects may appear in multiple 'branches' of this aggregation.
If true, then each 'branch' from this aggregation is its own, independent topology. If false, then all of the branches exist within the same topology.
If true, then each 'branch' strictly follows the rules of this aggregation. If false, then each 'branch' might bend the rules a bit. For example, if this is a spatial aggregation, than a value of true indicates that objects will *not* cross the spatial extents defined by this aggregation relationship, and a value of false indicates that objects might cross those bounds. For another example, if this is a time-based aggregation, then a value of true indicates that all branches will only contain data valid for the times specified for each branch, and a value of false indicates that the branches have the option of including data that falls outside of the specified time ranges for that branch.
If SE_FALSE, then all column and row entries (all expected Feature Hierarchy components) are present. If SE_TRUE, one or more entries are not present.
length of a cell in the given units along the X axis
length of a cell in the given units along the Y axis