The SEDRIS Data Representation Model
APPENDIX A - Classes Spatial Index Data |
---|
An instance of this DRM class specifies the (1-based) row and column indices of a cell within a regular spatial relationship of cells. <Spatial Index Data> instances are used within spatial-index-related organizations to distinguish sibling branches of the organizations.
Given the origin of the spatial-index-related organization instance, and the row and column widths defined by that organization instance, the location of any cell is determined from its <Spatial Index Data> instance.
See <<Spatial Index Related Organizing Principle>>, <Spatial Index Related Features>, <Spatial Index Related Geometry>, <Spatial Index Related Feature Topology>, and <Spatial Index Related Geometry Topology> for examples.
No FAQs supplied.
SE_Integer_Positive | row_index; | (notes) |
---|---|---|
SE_Integer_Positive | column_index; | (notes) |
The row_index field specifies the row within the spatial-index-related organization to which the specified cell belongs.
The column_index field specifies the column within the spatial-index-related organization to which the specified cell belongs.
|