Coverages in Distribution
Coverages in Distribution
3
03/12/25---UT Dallas POEC 6382 Applied GIS Software
Coverage Generation
• You can generate a new coverage from any comma-delimited ascii file
that contains a unique identification number (will become the
<cover>-id variable, or user-id) and coordinate pairs for points, lines,
or polygons.
• Prior to creating a coverage, determine if you would like single
precision (coordinate accuracy to 3 decimals for geographic decimal
degree) or double precision (coordinate accuracy to 6 decimals)
• EXAMPLE FOR POINTS:
– Arc: precision double
– Arc: generate airports
– Generate: input airports.gen
– Generate: points
– Generate: quit
– Arc:
Remember to build topology after creation of a new coverage
– Arc: build airports point
4
03/12/25---UT Dallas POEC 6382 Applied GIS Software
Constructing Topology
• BUILD - creates or updates topology and the feature attribute table for
a coverage
– BUILD <cover> {POLY | LINE | POINT | NODE | ANNO.<subclass>}
– build airports point
5
03/12/25---UT Dallas POEC 6382 Applied GIS Software
Adjusting Coverage Coordinates
There are three basic commands that adjust coverage coordinate values:
PROJECT, ADJUST, and TRANSFORM
• PROJECT changes the coordinates from one map projection to another.
PROJECT is the most mathematically accurate.
• ADJUST and TRANSFORM use corrections that you’ve specified through
either links or tics.
– ADJUST - adjusts or “rubbersheets” a coverage’s features in either direction along
the links (control points) in a separate link coverage or file. Links represent the
from/to locations used in the adjustment. Adjust will localize coordinate changes.
– TRANSFORM - uses tics common to the coverage whose coordinates are to be
transformed and an existing coverage to change the coordinates to match the output
coverage. Transform scales, skews, rotates, and shifts all coordinates in a coverage
but it does not perform ‘rubber sheeting’. Often used to transform a coverage from
digitizer units to real-world coordinates.
6
03/12/25---UT Dallas POEC 6382 Applied GIS Software
Changing Projections
8
03/12/25---UT Dallas POEC 6382 Applied GIS Software
Arc: describe rain
Description of SINGLE precision coverage rain
FEATURE CLASSES
SECONDARY FEATURES
Tics 11
Arc Segments 13462
TOLERANCES
COVERAGE BOUNDARY
STATUS
The coverage has not been Edited since the last BUILD or CLEAN.
10
03/12/25---UT Dallas POEC 6382 Applied GIS Software
Second Example
Arc: projectdefine cover texas
Define Projection
Project: projection Albers
Project: datum NAD27
Project: units meters
Project: spheroid clarke1866
Project: parameters
1st standard parallel [ 0 0 0.000]: 29 30 0.0
2nd standard parallel [ 0 0 0.000]: 45 30 0.0
Central meridian [ 0 0 0.000]: -96 0 0.0
Latitude of projections origin [ 0 0 0.000]: 23 0 0.0
False easting (meters): [ 0.000]: 0.0
False northing (meters): [ 0.000]: 0.0
Project: end
11
03/12/25---UT Dallas POEC 6382 Applied GIS Software
PROJECTDEFINE & PROJECTCOPY
• All projections, whether or not they have parameters, must have the
word PARAMETERS entered to complete the projection definition.
• PROJECTDEFINE will not change the coordinates of the <target>
dataset. To project a dataset from one projection to another, you must
use the Arc PROJECT command.
• For coverages, tins and grids, the projection information is stored as a
PRJ file within their subdirectory. The projection information for a file
is stored as filename.prj.
• The absence of a prj file results in the projection type being
UNKNOWN.
• PROJECTCOPY allows you to copy the projection information from
another coverage (essentially, it copies the .prj file) to save you
entering all the info required by PROJECTDEFINE
12
03/12/25---UT Dallas POEC 6382 Applied GIS Software
Projecting a Coverage
PROJECT converts a geographic data set between two coordinate
systems. PROJECT prompts an interactive dialog for entering the
projection information for a data set.
13
03/12/25---UT Dallas POEC 6382 Applied GIS Software
Sample without a projection file,
with input projection defined:
Arc: project cover trails trails_sp
*************************************************
The INPUT projection has been defined
*************************************************
Use OUTPUT to define the output projection and END to finish
Project: OUTPUT
Project: projection stateplane
Project: zone 5351
Project: datum NAD83
Project: units feet
Project: parameters
Project: end
14
03/12/25---UT Dallas POEC 6382 Applied GIS Software
Sample without a projection file,
with input projection not defined:
Arc: project cover trails trails_sp
Use INPUT to define the input projection, OUTPUT to define the output
projection, and END to finish
Project: INPUT
Project: projection geographic
Project: units dd
Project: datum NAD27
Project: parameters
Project: OUTPUT
Project: projection stateplane
Project: zone 5351
Project: datum NAD83
Project: units feet
Project: parameters
Project: end
The parameters command must be included even if there are none to enter.
15
03/12/25---UT Dallas POEC 6382 Applied GIS Software
Projection File - input projection not defined
Any type of text file, saved with extension .prj
Input
projection albers
datum NAD27
spheroid clarke1866
units meters
parameters
29 30 0.0
45 30 0.0
-96 0 0.0
23 0 0.0
0.0
0.0
output
projection stateplane
zone 5351
units feet
datum nad83
spheroid grs1980
parameters
end
16
03/12/25---UT Dallas POEC 6382 Applied GIS Software
Georeferencing an Image
• REGISTER initiates an interactive program that allows you to
georeference an image. The program provides views of the image and
coverage data, and a menu from which the georeferencing operations
are performed. From these windows, a series of links, or displacement
vectors, are added that join image locations to map coordinates.
• Register identifies an appropriate transformation. This is saved in a
"tiff world file" (.tfw) which is added to your workspace
(note: it's a homogeneous transformation, not a rubber sheeting)
arc: register plano.tif streets
• RECTIFY is used to convert the registered image from image
coordinates to map coordinates. RECTIFY creates a new rotated,
scaled and transformed image based upon the parameters in the world
file. You must use rectify to apply this transformation permanently before it
can be used in Arc/Info. This is not necessary to view it in ArcView
arc: rectify plano.tif planorec.tif
17
03/12/25---UT Dallas POEC 6382 Applied GIS Software
DRAWING IMAGES
• The Arcplot command IMAGE draws a raster image or a group of images
from an image catalog.
• IMAGE <image | image_catalog> {band}
• <image | image_catalog> - name of an image or image catalog. The image
must be in a format supported by the IMAGE INTEGRATOR as shown in the
following table.
• {band} - an integer value indicating the band to be displayed; the default band
is 1.
• Image catalogs are INFO data files that store the pathname and spatial extent
of each image in the catalog.
18
03/12/25---UT Dallas POEC 6382 Applied GIS Software
IMAGES SUPPORTED
Image format Image naming convention
• TIFF no suffix required
• Sun Raster file no suffix required
• JPEG no suffix required
• Run-length Compressed (RLC) image.rlc
• ERDAS image.gisimage.lan
• IMAGINE image.img
• Band Interleaved by Line (BIL) image.bil
• Band Interleaved by Pixel (BIP) image.bip
• Band Sequential (BSQ) image.bsq
• GRASS Use GRASS naming conventions
• Arc Digitized Raster Graphics Use ADRG naming conventions
19
03/12/25---UT Dallas POEC 6382 Applied GIS Software
Joining Adjacent Coverages
• Data in separate but adjacent map sheets may be joined into a larger,
seamless, coverage.
20
03/12/25---UT Dallas POEC 6382 Applied GIS Software
APPEND
• APPEND combines up to 500 coverages into one coverage.
21
03/12/25---UT Dallas POEC 6382 Applied GIS Software
MAPJOIN
• MAPJOIN - combines up to 500 adjacent coverages containing polygon
or networked features into one coverage and recreates topology.
– Mapjoin combines the APPEND and CLEAN processes
24
03/12/25---UT Dallas POEC 6382 Applied GIS Software
25
03/12/25---UT Dallas POEC 6382 Applied GIS Software
Merging of Point or Arc Coverages
• One method to merge two (or more) geographically adjacent point or line
coverages into one seamless coverage involves the commands APPEND and
MATCHNODE (arcs only)
26
03/12/25---UT Dallas POEC 6382 Applied GIS Software
COVERAGE OPERATION: DISSOLVE
• DISSOLVE - eliminates arcs between adjacent polygons that contain equal
values for a specified item.
• DISSOLVE <in_cover> <out_cover> <dissolve_item | #ALL> {POLY | LINE
| NET | REGION.subclass}
• You can specify any item from the <in_cover> to be the <dissolve_item>.
27
03/12/25---UT Dallas POEC 6382 Applied GIS Software
Dissolve, pg 2
– Can be used to create a new polygon coverage based on variables
contained within the file. For example, the Tiger/LINE file from the
census bureau contains data for right and left polygons for each arc. From
this file polygon topology can be built, and then items on which dissolve
is possible includes census tract, census block, census block group, zip
code, traffic analysis zones.
28
03/12/25---UT Dallas POEC 6382 Applied GIS Software
CLIP
• Strictly speaking, this is a Polygon Overlay spatial analysis command (and its
covered in more detail in Analysis), but its commonly used in coverage
maintenance, basically to limit the extent of one coverage to the area desired
– E.g. you have a highway map for Texas which you want to limit to D/FW only
• CLIP - extracts those features from an input coverage that overlap with a clip
coverage. It extracts a portion of a coverage to create a new coverage.
29
03/12/25---UT Dallas POEC 6382 Applied GIS Software
DENSIFYARC
• DENSIFYARC - adds vertices to arcs in a coverage at a specified
interval and alternately splits the arcs at each new vertex.
– DENSIFYARC <in_cover> {out_cover} <interval> {VERTEX | ARC}
– <interval> - the distance in coverage units which will separate new vertices. Existing
vertices will be kept for each arc. DENSIFYARC will add new vertices to each arc
by starting at the from node, traveling the <interval> along the arc, adding a vertex,
and so on. This process continues until the end of the arc is reached. Then the next
arc is densified.
– {VERTEX | ARC} - this specifies if vertices are added at each <interval> or arcs are
split at each interval.
31
03/12/25---UT Dallas POEC 6382 Applied GIS Software
FUZZY TOLERANCE
• {fuzzy_tolerance} - nodes that are within the
fuzzy_tolerance distance are merged into a clean junction.
before
after
fuzzy tolerance
32
03/12/25---UT Dallas POEC 6382 Applied GIS Software
FUZZY TOLERANCE, pg 2
• Determining fuzzy tolerance if not given in the command line:
– 1) Tolerance values are read from the existing coverage TOL file.
– 2) If no TOL file exists and the width of the BND is between 1 and 100,
the tolerance is 0.002.
33
03/12/25---UT Dallas POEC 6382 Applied GIS Software