Wise Arc/Info users will guess that the IDENTITY command could be used to capture those data points within the project's area. It might be useful, however, to retain those points as a separate point coverage (the IDENTITY command would combine the sites with the poygon <identity_cover> so that data base ready files can be easily extracted. For this section, use the CLIP command:
Arc: clip
Usage: CLIP <in_cover> <clip_cover> <out_cover>
{POLY | LINE | POINT | NET | LINK | RAW} {fuzzy_tolerance}
Arc: clip sites_cctp proj_coqds proj_sites point
Clipping sites_cctp with proj_coqds to create proj_sites.
Overlaying points...
Creating proj_sites.PAT...
Arc: build proj_sites points
Building points...
Arc:
The resulting point coverage contains the following items:
Arc: items proj_sites.pat
COLUMN ITEM NAME WIDTH OUTPUT TYPE N.DEC ALTERNATE NAME INDEXED?
1 AREA 4 12 F 3 -
5 PERIMETER 4 12 F 3 -
9 PROJ_SITES# 4 5 B - -
13 PROJ_SITES-ID 4 5 B - -
17 UTME 6 6 I - -
23 UTMN 7 7 I - -
30 SITENO 4 4 I - -
34 GRID 5 5 I - -
Arc:
In a later section the "proj_sites" coverage is combined with "proj_coqdsfed" to assign useful attributes (such as county, USGS quad, etc.) to the sites.