To represent point,
line, and area features in a map,
SAS/GIS software defines the following
topological features in the spatial data:
are sequences of two
or more points in the coordinate space. The end points (that is, the
first and last points of the chain) are nodes. Each chain has a direction,
from the first point toward the last point. The first point in the
chain is the from-node and the last point is the to-node. Relative
to its direction, each chain has a left side and a right side.
Points between the
from-node and the to-node are detail points, which serve to trace
the curvature of the feature that is represented by the chain. Detail
points are not nodes.
are points in the spatial
data coordinate space that have connections to one or more chains.
are two-dimensional
finite regions of the coordinate space. One or more chains, called
boundary chains, separate two different areas. Chains that lie completely
inside an area are called internal chains and are bounded on the left
and right sides by the same area.
The spatial data coordinate
space can be represented in any numeric units, even those that include
arbitrary values. Coordinates that are stored as longitude and latitude
values have a maximum usable precision of about one centimeter.
Representations of map
features are implemented with one or more chains, as follows:
are implemented with
one chain, one node (that is, the from-node and to-node for a point
feature are the same node), and no detail points.
are implemented with
one or more chains and one or more nodes.