+ All Categories
Home > Documents > Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

Date post: 01-Feb-2016
Category:
Upload: britain
View: 38 times
Download: 0 times
Share this document with a friend
Description:
Introduction to GIS. Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques. By Brian Voigt University of Vermont Thanks are due to Dr Troy and Dr Zhou, upon whose lecture much of this material is based. Introduction to GIS. 1. Vector Data Model. Introduction to GIS. - PowerPoint PPT Presentation
47
@2007 Austin Troy Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques Introduction to GIS By Brian Voigt University of Vermont Thanks are due to Dr Troy and Dr Zhou, upon whose lecture much of this material is based.
Transcript
Page 1: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

Lecture 4: An Introduction to the Vector Data Model and Map

Layout Techniques

Introduction to GIS

By Brian VoigtUniversity of Vermont

Thanks are due to Dr Troy and Dr Zhou, upon whose lecture much of this material is based.

Page 2: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

1. Vector Data Model

Introduction to GIS

Page 3: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

• Three basic “feature” or “object” types– Point

– Arc

– Polygon

• A layer holds a single feature type

Reviewing Vector Data Types

Introduction to GIS

Page 4: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

• Attribute table

• Attribute types– Nominal attributes: descriptive information– Ordinal attributes: rank order or scale– Interval/ratio attributes: numeric items, order,

magnitude of difference

Reviewing Vector Data Types

Introduction to GIS

Page 5: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

Point Feature• A point layer: a collection of records with (x,y) coordinates

Introduction to GIS

Image modified from ESRI Arc Info electronic help

0 1 2 3 4 5 60

1

2

3

4

5

6

2,2

6,3

5,5

3,6

1

2

3

4

ID X,Y Coordinat

es1 2,2

2 3,6

3 5,5

4 6,3

10 4,1

4,110

Page 6: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

Line (Arc) Feature• One or several line segments define an arc (straight or curved)• 2 points define a line segment• Line endpoints are nodes; angle points are vertices (sing. vertex)• Arcs meet at nodes• Feature is the ARC, not the line segments• Feature has length but not area

Introduction to GIS

Image modified from ESRI Arc Info electronic help

Line segment

Node

Vertices

Node

Page 7: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

Line (Arc) Feature• Each point has a unique location

Introduction to GIS

Page 8: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

Polygon Feature• Area of homogenous phenomena • In a polygon layer, lines (arcs) define areas• Closed region – first and last coordinate pairs are in the

same location• Line segments bound the polygon

Introduction to GIS

Lines (Arcs)

Points

Page 9: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

• Definition1: Explicit encoding of spatial relationships between objects: the spatial location of each point, line and polygon is defined in relation to each other

Introduction to GIS

Topology

• Definition2: Topology is a collection of rules and relationships that enables the geodatabase to more accurately model geometric relationships found in the world.

Page 10: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

• Two major purposes

Introduction to GIS

Why Topology

– Allows for powerful analysis tools

– Quality control mechanism

Page 11: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

• Arc-node topology

Introduction to GIS

Types of Vector Topology

• Polygon topology

• Route topology

• Region topology

Page 12: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

• Connectivity analysis

Introduction to GIS

Arc-node & Node Topology

Arc-node Topology Arc-node List

Image source: ESRI Arc Info electronic help

Direction

Page 13: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

Polygon-arc Topology

Introduction to GIS

Polygon-arc Topology

Polygon-arc List

The order does matter!

Image source: ESRI Arc Info electronic help

Page 14: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

• Adjacency

Introduction to GIS

Polygon-arc Topology

External polygon

Image source: ESRI Arc Info electronic help

Page 15: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

Introduction to GIS

Route Topology• Define paths based on series of arcs

Image source: ESRI Arc Info electronic help

Page 16: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

Page 17: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

• Ensuring “logical consistency”– Define complex and nuanced rules governing

spatial relationships of features

• Data quality– Single layer quality control– Mutli-Layer quality control

Introduction to GIS

Quality control and topology

Page 18: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

Introduction to GIS

sliver polygon

does not share a border

• Single layer quality control

Quality control and topology

Dangles

undershoot

overshoot

Page 19: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

Introduction to GIS

• Multi-Layer quality control: Defining spatial rules between layers

Quality control and topology

– Polygon rules: e.g. Must Be Covered by Feature Class of

• ArcCatalog includes new tools for defining and validating topology rules (Book: Building a geodatabase)

– Line rules: e.g. Must not Self Intersect

– Point rules: e.g. Must be Properly Inside Polygons

Page 20: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

• Say we have the following layers: parcels, sidewalks, right of way boundaries, building footprints, zoning

• Rules for spatial relationships– Lots must be enclosed polygons

– Buildings must be entirely within a lot

– Sidewalks must be outside a parcel polygon and entirely within the public right of way

– Lots must fall entirely within a single zoning class

– All lots must have access to a right of way

Introduction to GIS

Topology rules: Example

Page 21: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

Spaghetti Data Model• Non-topological data model

Introduction to GIS

• Collections of line segments and points– Only stores features’ coordinates

– No real connection, topology or relationships

• Not for spatial analysis

• Generally come from CAD files or digitizing

• Can “clean” these data, using user-defined tolerances

Page 22: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

2. Map Layouts and Cartographic Representation

Introduction to GIS

Page 23: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

Introduction to GIS

Map Composition

Map?X

Map Elements?

Page 24: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

Introduction to GIS

Title

Legend

Neatline

North arrow

Scale bar

Notes

Data frame

Map Composition

Page 25: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

Layouts• Create a map for layout in ArcMap Layout view

View>>Layout view.

Introduction to GIS

Page 26: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

Introduction to GIS

Map Compilation• Geographic features

• Other map elements– Legend

– Title

– North arrow

– Scale bar

– Author

– Neatline

– Source of data

– Other objects…

Page 27: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

Introduction to GIS

Map Layout: Map Legend

Page 28: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

Introduction to GIS

Insert Legend Title

Map Layout: Map Legend

Page 29: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

Layouts

Introduction to GIS

Give a title, e.g. land use … but not “legend”!

Symbol editing

Legends are edited in the Legends property window: Accessed by double clicking a legend.

Page 30: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

Layouts

Introduction to GIS

Legend editing: Items

Items

Style

Symbol

Page 31: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

Introduction to GIS

LayoutsEditing legend item style

Page 32: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

Layouts

Introduction to GIS

Editing legend frame

Frame

Page 33: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

Layouts

Introduction to GIS

Editing legend size and position

Size & Position

Page 34: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

Introduction to GIS

Map Layout: North Arrows

Page 35: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

Introduction to GIS

Map Layout: Scale Bar

Page 36: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

Layouts: data frame• Create a new view or “data frame” in ArcMap

Introduction to GIS

Page 37: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

ArcMap: data frame• More than one frame can be shown in layout view

Introduction to GIS

Frame 1

Frame 2

Page 38: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

Introduction to GIS

Data Frames: Context

Page 39: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

Introduction to GIS

Data Frames: Inset maps

Page 40: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

Layouts: data frameAccess and edit data frame properties

Introduction to GIS

Page 41: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

MXD Files

Introduction to GIS

• Mxd files are project files

– Save your layout

– All other preferences

– Data is not included

– With an extension .mxd

• File >> Save (As)

Page 42: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

Layer Files

Introduction to GIS

• Save symbology and settings

• Primarily for saving legend settings

• Opening a layer file will open the data layer with all the preferences saved

• With an extension .lyr

Page 43: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

Layer Files

Introduction to GIS

• Use layer files when you have lots of non-numeric categories

Page 44: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

Layer Files

Introduction to GIS

Create a layer file in ArcMap (also in ArcCatalog)

Page 45: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

Layer Files

Introduction to GIS

Import a layer file’s symbology in properties

Page 46: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

Layer Package Files

Introduction to GIS

• Save symbology and settings AND the data!

• With file extension .lpk

Page 47: Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques

@2007 Austin Troy

Layer Package Files

Introduction to GIS

Double-click the file to open in ArcMap or ArcCatalog


Recommended