A coverage entry is
a SAS catalog entry of type GISCOVER that defines the subset, or coverage,
of the spatial data that is available to a map.
SAS/GIS maps refer
to coverages rather than directly to the spatial data.
A coverage entry contains
the following elements:
-
a reference to the root spatial
entry.
-
a WHERE expression that describes
the logical subset of the spatial data that is available for display
in a map.
Note: The expression WHERE='1'
can be used to define a coverage that includes all the data that is
in the spatial database. WHERE='1' is called a universal coverage.
The WHERE expression
binds the coverage entry to the spatial data sets that it subsets.
The WHERE expression is checked for compatibility with the spatial
data when the coverage entry is created and also whenever a map that
uses the coverage entry is opened.
-
the maximum and minimum X and Y
coordinates in the portion of the spatial data that meets the WHERE
expression criteria for the coverage.
These maximum and minimum
coordinates are evaluated when the coverage is created. The GIS procedure's
COVERAGE CREATE statement reads the matching chains and determines
the extents from the chains' XMIN, YMIN, XMAX, and YMAX variables.
If you make changes to the chains, nodes, and details data sets that
affect the coverage extents, use the COVERAGE UPDATE statement to
update the bounding extent values.
Multiple coverage entries
can refer to the same spatial entry to create different subsets of
the spatial data for different maps. For example, you could define
a series of coverages to subset a county into multiple sales regions
according to the block groups that are contained in each of the regions.
The spatial data for the entire county would still be in a single
spatial database that is represented by the chains, nodes, and details
data sets and by the controlling spatial entry.
Coverage entries are
created and modified by using the COVERAGE statement in the GIS procedure.
You can view a formatted report of the contents of a coverage entry
by submitting a COVERAGE CONTENTS statement in the GIS procedure.
(The contents report for a coverage entry also includes all the contents
information for the root spatial entry as well.)
See COVERAGE Statement for more information
about creating, modifying, or viewing the contents of coverage entries.