Title: Overview
1Overview
- Unioning polygons
- Merging polygons
- Intersecting polygons
- Clipping polygons
- Adding attributes
- Undoing edits
- Saving edits_
- Digitizing
- Creating vector data sets
- Converting to feature class
- Creating new datasets
- Snapping
- Altering the shape of lines and polygons
- Splitting features
2Digitizing
- most common legacy method of getting data into
a GIS
- tedious detail-oriented work_
3Digitizing tablet
- How the digitizing tablet works
coordinates are placed in database
4Creating vector data sets
- ArcGIS supports creation of vector data sets
(shapefile geodatabase feature class) - Point
- Line
- Polygon
- Complete creation editing of data sets is
supported (feature classes) - Coordinate data
- Attribute data_
5Converting to feature class
- Any supported vector data set can be converted to
feature class
6Converting to feature class
- Any supported vector data set can be converted to
feature class
7Converting to feature class
- Selected sets are converted
8Creating new datasets
- New datasets can be created from scratch in
ArcCatalog - decide in advance what feature type to represent
your data
9Creating new datasets
- New datasets can be created from scratch in
ArcCatalog - specify coordinate system
10Creating new datasetsHeads-up digitizing
- New datasets can be created from scratch
11Creating new datasets
- New datasets can be created from scratch
12Creating new datasets
- New features can be created from tracing existing
features
13Snapping
- Snapping controls
- how features align during creation/editing
- connections of lines (node placement)
- completion of polygons
- avoid overshoots/undershoots
- avoid slivers or gaps
14Snapping
- Snapping behavior controlled by the Snapping
Environment dialog
15Snapping
16Snapping options
- Interactive snapping options
- Snap to an existing vertex
- Snap to an existing line segment or polygon edge
- Snap to an intersection of two or more lines
- Snap to an existing line endpoint
- Snapping can be layer-to-layer_
17Altering the shape of lines and polygons
topological editing
18Altering the shape of lines and polygons
non-topological editing
19Splitting (cutting) polygons
20Splitting lines
split tool
21Splitting features
- Geodatabase splitting policies
- Attributes are handled by policies
- Duplicate values in new records are copied from
the parent record - Geometry property (e.g., area, perimeter, length)
automatically handled - Geometry ratio (e.g., population)_
22Splitting features
- Attribute splitting (for geodatabase feature
classes) is handled by policies
23Merging polygons
select multiple polygons from the same layer
original polygons are merged into a single new
polygon
24Merging polygons
- Attributes are handled by rules in the same way
as splitting
image from ESRI
25Unioning polygons
- similar to merge, but can combine features from gt
1 layer
26Intersecting polygons
- like mathematical intersection
- spatial area as the "set" for intersection
- common areas are preserved
27Intersecting polygons
28Clipping polygons
when overlapping polygons are combined, an
"erase" occurs
29Clipping polygons
30Adding attributes
- Attributes need to be defined for new datasets
- Fields are added define
- field name
- data type
- width
- decimal precision
31Adding attributes
32Adding attributes
- After fields are added, attributes can be updated
33Undoing edits
- Edits can be undone in reverse order
- Edits can be undone up to the previous save (or
creation) - Once a datasets changes are saved, edits cannot
be undone_
34Saving edits
- Save EARLY and OFTEN
- You are prompted to save edits when
- Dataset is closed for editing
- Another dataset is opened for editing
- Document is saved or closed
- ArcGIS is closed_