ROW1
|
||
NC2
|
||
index3
|
||
1The ROW variable is used as a link between records in the spatial data sets. The ROW variable value for the first record of a feature in the chains or nodes data sets is considered the feature ID. Because some records in the nodes data set are continuations of other records, not every row number in the nodes data set is a feature ID. As a result, node feature ID numbers are not necessarily sequential. The ROW variable also provides protection against corruption of the database that is caused by the accidental insertion or deletion of records. If records were linked by physical record number rather than by ROW value, an improper record insertion or deletion would throw off all linkages to subsequent records in the database. In the event the database is corrupted, the ROW variable can be used to move the records back into their proper locations with minimal data loss. | ||
2A negative value indicates that the variable points to a continuation record. The absolute value of the variable is the row number of the next record used for that feature's data. In newly imported spatial data, continuation records always point to the next record in the data set, but this is not required. New chains can be attached to existing nodes without having to insert records, which would require extensive printer reassignments. | ||
3The index data set has no ROW variable because it can be easily rebuilt from the chains, nodes, and details data sets from which it was originally constructed. |
FRNODE1
|
|
sorting key used to
sort all the chains around an arbitrary node by their angle, starting
from 0 and proceeding counter-clockwise. See Calculating Chain Rank for information
about sorting a chain around its to- and from-node and for examples
of calculating the to-node value, from-node value, and chain rank.
|
|
1The TONODE and FRNODE variables can point to the same record. |
L
or R
for the left and right sides,
respectively. For example, the data set might contain COUNTYL and
COUNTYR variables with the codes for the county areas on the left
and right sides of the chain, respectively. However, this naming convention
is not required.
number of chain pointers
(if five or fewer chains are connected to the node) or the negative
of the next continuation node record number (if more than five chains
are connected to the node). See Variable Linkages in the Spatial Data for more information about how NC is used to string continuation
node records.
|
|
parent chain record
(if the chain has ten or fewer detail points) or the negative of the
next continuation detail record (if the chain has more than ten detail
points). See Variable Linkages in the Spatial Data for a description
of how C_ROW is used to string continuation detail records.
|
|