Vector Data Model Chapter 3.

Slides:



Advertisements
Similar presentations
GG3019/GG4027/GG5019 An Introduction to
Advertisements

Introduction to ArcInfo (Workstation)
Representation of spatial data
GUS: 0262 Fundamentals of GIS
Oracle Spatial and Mapviewer Problems From Real World Applications.
WFM 6202: Remote Sensing and GIS in Water Management © Dr. Akm Saiful IslamDr. Akm Saiful Islam WFM 6202: Remote Sensing and GIS in Water Management Akm.
Spatial Analysis – vector data analysis
CS 128/ES Lecture 12b1 Spatial Analysis (3D)
Geog 458: Map Sources and Errors January Representing Geography.
Lecture 4: Intro to the Vector Data Model and to Map Layout
WFM 6202: Remote Sensing and GIS in Water Management
Lecture 4: Intro to the Vector Data Model and to Map Layout
@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.
TIN Triangulated Irregular Network (TIN) A set of adjacent, non-overlapping triangles computed from irregularly spaced points with x, y coordinates and.
Maps as Numbers Lecture 3 Introduction to GISs Geography 176A Department of Geography, UCSB Summer 06, Session B.
Geographic Information Systems : Data Types, Sources and the ArcView Program.
Object-Based Vector Data Model
Basic Concepts of GIS January 29, What is GIS? “A powerful set of tools for collecting, storing, retrieving, transforming and displaying spatial.
GI Systems and Science January 23, Points to Cover  What is spatial data modeling?  Entity definition  Topology  Spatial data models Raster.
Introduction to GIS fGRG360G – Summer Geographic Information System Text Computer system GIS software Brainware Infrastructure Ray Hardware Software.
@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.
SPATIAL ANALYSIS WHAT IS IT?
Network and Dynamic Segmentation Chapter 16. Introduction A network consists of connected linear features. Dynamic segmentation is a data model that is.
Spatial Data Model: Basic Data Types 2 basic spatial data models exist vector: based on geometry of points lines Polygons raster: based on geometry of.
©2005 Austin Troy. All rights reserved Lecture 3: Introduction to GIS Understanding Spatial Data Structures by Austin Troy, Leslie Morrissey, & Ernie Buford,
Spatial data models (types)
Spatial Data Editing Chapter 5. Introduction All digitizing involves errors In the real world, revisions are required Keeping data up-to-date is part.
Spatial (coordinate) data model Relational (tabular) data model
GIS is composed of layers Layers –land/water –roads –urban areas –pollution levels Data can be represented by VECTORS, or Data can be represented by RASTERS.
Applied Cartography and Introduction to GIS GEOG 2017 EL
Shapefiles, Topology, and the Geodatabase Longley et al., ch. 9 Zeiler, chs. 4 and 5.
Map Scale, Resolution and Data Models. Components of a GIS Map Maps can be displayed at various scales –Scale - the relationship between the size of features.
Chapter 3 Sections 3.5 – 3.7. Vector Data Representation object-based “discrete objects”
Faculty of Applied Engineering and Urban Planning Civil Engineering Department Geographic Information Systems Vector and Raster Data Models Lecture 3 Week.
Maps as Numbers Getting Started with GIS Chapter 3.
Presented by Rehana Jamal (GIS Expert & Geographer) Dated: Advance Applications of RS/GIS in Geo-Environmental Conservation Subject Lecture# 9&10.
Applied Cartography and Introduction to GIS GEOG 2017 EL Lecture-2 Chapters 3 and 4.
Major parts of ArcGIS ArcView -Basic mapping, editing and Analysis tools ArcEditor -all of ArcView plus Adds ability to deal with topological and network.
CENTENNIAL COLLEGE SCHOOL OF ENGINEERING & APPLIED SCIENCE VS 361 Introduction to GIS GIS DATABASE CONCEPTS 1.
8. Geographic Data Modeling. Outline Definitions Data models / modeling GIS data models – Topology.
How do we represent the world in a GIS database?
CHAPTER 3 VECTOR DATA MODEL.
1 Data models Vector data model Raster data model.
Simple Data Types Point (2d or 3d) –Coordinates with attributes Polyline (2d or 3d) –Points collected by line segments –2 lines max per point Polygon (2d)
Geographical Information Systems. Software which can be used in GIS ArcGIS Desktop Map Window Quantum GIS uDig.
GIS Data Models Vector Data Models Vector File Formats Raster Data Models Raster File Formats.
1 Spatial Data Models and Structure. 2 Part 1: Basic Geographic Concepts Real world -> Digital Environment –GIS data represent a simplified view of physical.
GUS: 0265 Applications in GIS Lecture Presentation 1: Vector Data Model and Operations Jeremy Mennis Department of Geography and Urban Studies Temple University.
Introducing ArcGIS Chapter 1. Objectives  Understand the architecture of the ArcGIS program.  Become familiar with the types of data files used in ArcGIS.
GIS Data Structures How do we represent the world in a GIS database?
Advanced Editing: Rules-Based Topology in ArcEditor
GIS Data Types. GIS technology utilizes two basic types of data 1. Spatial Data Describes the absolute and relative location of geographic features.
GIS Data Models III GEOG 370 Instructor: Christine Erlien.
What is GIS? “A powerful set of tools for collecting, storing, retrieving, transforming and displaying spatial data”
Spatial Analysis – vector data analysis Lecture 8 10/12/2006.
Chapter 1: GIS Data Outline Representing the world as a map Coordinate systems Map scale Data quality issues About ArcGIS.
Physical Structure of GDB
ArcGIS Topology Shapefiles, Coverages, Geodatabases
Spatial Data Models.
Spatial Data Model: Basic Data Types
Raster and Vector Data.
Statistical surfaces: DEM’s
GTECH 709 GIS Data Formats GIS data formats
GTECH 709 Vector data models
Geographic Information Systems
Lecture 07: Data Representation (V)
The Arc-Node Data Model
Lecture 09: Data Representation (VII)
Geographic Information System (GIS) Dr. Taysir Hassan Abdel Hamid
3D Modeling & Augmented Reality S3(3) 匠印社 3D JOLLYFAB.
Presentation transcript:

Vector Data Model Chapter 3

Geometric Objects What does the object represent? Point=0 dimension, property of location Line=1 dimensional and has the property of length Area=2 dimensional and has the properties of area and boundary. Basic unit is the point and it’s coordiantes

Line Line is a series of points. Node Vertex Smooth line Straight line

Area Defined by lines Contiguous areas Isolated Overlapped Hole

Map Scale Ratio of map distance to ground distance. 1:24,000 is 1 cm = 24,000 centimeters or 240 meters. More details on 1:24,000 than on 1:100,000 What is the symbology?

Topological Data Structure Point: id, x, y Line: Arc-node list, Arc-coordinate list Arc-node list: Arc#, Fnode, Tnode (direction) Arc-coordinate list: Arc#, x-y coordinates. Polygon: Left/Right list, Polygon/Arc list Left/Right list: Arc#, Lpoly, Rpoly Polygon/Arc list: Polygon#, Arc#

Digitization Digitizer Undershoot Overshoot Build/Clean (create topology)

Non-topological Vector Data Computer Aided Design (CAD) .dxf or .dgn etc Shapefile (ArcView .shp = spatial data (geometry) .shx = index for the .shp .dbf = attribute data

Higher-Level Objects Triangulated irregular network (TIN) Delaunay triangulation – iterative process of connecting points with their two nearest neighbors to form triangles as equiangular as possible. x, y, and z values (derived slope and aspect) Sample points Triangle#, number of adjacent, plus points, lines and attribute data

Higher-Level Objects Regions Simple lines and areas Region layers (regions with same attributes) and regions Overlap and/or disconnected/disjoint Subclass of polygon coverage. Region-polygon list: Region#, Polygon# Region-arc list: Region#, Ring#, Arc#

Higher-Level Objects Dynamic Segmentation Sections: arcs of a line coverage Routes: collection of selections that represent linear phenomena Events: attributes connected with dynamic segmentation Section Table, Route Table, Point Event Table, Linear Event Table (more in ArcView presentation)

Object-Oriented Data Model Structural Aspects of Objects Grouping: association, aggregation, generalization, instantiation, and specialization Behavioral Aspects of Objects Inheritance, encapsulation, polymorphism.

Spatial Data Concepts Map scale Spatial resolution (instrumentation) Spatial data accuracy Location accuracy Precision

Topology Arc/Info Connectivity: Arcs connect to each other at nodes Area definition: An area is defined by a series of connected arcs Contiguity: Arcs have directions and left and right polygons. Similar to TIGER