Oracle8i Spatial Concepts. Concepts Geometric data types Oracle8i Spatial data model Spatial Layers Spatial query model Spatial indexing «Window» queries.

Slides:



Advertisements
Similar presentations
Three-Step Database Design
Advertisements

Week 1: Introduction to GIS
Chapter 4 Part C: Queries, Computations & Map Algebra.
ET-IDM Geneva 1st - 3rd September 2004 The Use of GML for the Unified Definition of Boundary Polygons by Dieter Schröder Deutscher Wetterdienst Postfach.
Spatial Database Systems. Spatial Database Applications GIS applications (maps): Urban planning, route optimization, fire or pollution monitoring, utility.
Object Relational Model Spatial Queries. Query Model Spatial Layer Data Table where coordinates are stored Primary Filter Spatial Index Index retrieves.
Oracle Spatial and Mapviewer Problems From Real World Applications.
Concept of Modeling Model -- The representation of an object or a system Modeling -- The creation and manipulation of an object or a system representation.
Spatial Database Systems Tyler Reainthong CSE 7330 Fall 2009.
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.
Lecture 05: Spatial Data Structure for Computer Cartography Geography 128 Analytical and Computer Cartography Spring 2007 Department of Geography University.
@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.
Oracle spatial – Creating spatial tables Object Relational Model Creating Spatial Tables.
Geographic Information Systems
So What is GIS??? “A collection of computer hardware, software and procedures that are used to organize, manage, analyze and display.
Graphics Output Primitives Pixel Addressing and Fill Area Dr. M. Al-Mulhem Feb. 1, 2008.
GTECH 361 Lecture 02 Introduction to ArcGIS. Today’s Objectives explore a map and get information about map features preview geographic data and metadata.
GIS A geographic information system. A GIS is most often associated with a map. A GIS is most often associated with a map. The map is a display of a data.
TECNOLOGIAS DE ARMAZENAMENTO DE INFORMAÇÃO ESPACIAL.
Object Relational Model Creating Spatial Tables. Concepts Describe the schema associated with a spatial layer Explain how spatial data is stored using.
@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 data models (types)
Using ESRI ArcGIS 9.3 Arc Tool Box 1 Data Management
Spatial Data Models. What is a Data Model? What is a model? (Dictionary meaning) A set of plans (blueprint drawing) for a building A miniature representation.
Copyright - Planchard 2012 History of Engineering Graphics Stephen H. Simmons TDR 200.
COMPUTER AIDED DESIGN -(CAD)-3
–combines elements of computer science –database design –software design geography –map projections –geographic reasoning mathematics –mathematical topology.
Geographic Information System GIS This project is implemented through the CENTRAL EUROPE Programme co-financed by the ERDF GIS Geographic Inf o rmation.
Copyright  Oracle Corporation, All rights reserved. GeoInfo June 13, Oracle 8i Extensibility & Spatial Presented By: Jayant Sharma
6. Simple Features Specification Background information UML overview Simple features geometry.
Geographic Information Systems Patty McGray University of Phoenix EDTC 560 Applications of Multimedia and Web Page Design Janet Wright November 17, 2004.
Disediakan oleh Suriati bte Sadimon GMM, FSKSM, UTM, 2004 SOLID MODELLING.
8. Geographic Data Modeling. Outline Definitions Data models / modeling GIS data models – Topology.
1 1 W. Fredrick Limp University Professor Robert Harris DBA Center for Advanced Spatial Technologies University of Arkansas Spatially Enabling the DBMS.
Computer Graphics Chapter 6 Andreas Savva. 2 Interactive Graphics Graphics provides one of the most natural means of communicating with a computer. Interactive.
GUS: 0265 Applications in GIS Lecture Presentation 1: Vector Data Model and Operations Jeremy Mennis Department of Geography and Urban Studies Temple University.
Visual Computing Geometric Modelling 1 INFO410 & INFO350 S2 2015
Creating and Maintaining Geographic Databases. Outline Definitions Characteristics of DBMS Types of database Relational model SQL Spatial databases.
Exploring GIS concepts. Introduction to ArcGIS I (for ArcView 8, ArcEditor 8, and ArcInfo 8) Copyright © 2000–2003 ESRI. All rights reserved. 2-2 Organizing.
Introduction to GIS GIS/CAD5.
LBR & WS LAB 1: INTRODUCTION TO GIS.
Intro to GIS | Summer 2012 Attribute Tables – Part 1.
A Quick Introduction to GIS
Geographic Data in GIS. Components of geographic data Three general components to geographic information Three general components to geographic information.
Benjamin Post Cole Kelleher.  Availability  Data must maintain a specified level of availability to the users  Performance  Database requests must.
UML and Object Modeling Elements
INTRO TO SPATIAL DATA ANALYSIS JOU-1526 Computer Assisted Reporting.
Cartographic Objects Digital Images of a Map Vector Data Model Raster Data Model.
Kedar Gawande Position Paper ITK 478 Fall / 04 / 2006.
Vector Data Model Chapter 3.
Introduction to Geographic Information Systems Fall 2013 (INF 385T-28620) Dr. David Arctur Research Fellow, Adjunct Faculty University of Texas at Austin.
What is GIS? “A powerful set of tools for collecting, storing, retrieving, transforming and displaying spatial data”
Topic: Data Models. Data Model: A consistent way of defining and representing real world entities or phenomena in a GIS. Two Primary Types of Data Models:
Oracle Spatial Extension of the RDBMS Oracle by spatial data types and operations –introduced in version 8 (current version.
Lesson 3 GIS Fundamentals MEASURE Evaluation PHFI Training of Trainers May 2011.
Geographic Information Systems GIS Data Databases.
Key Terms Attribute join Target table Join table Spatial join.
Lecture 5 Basic geometric objects
In the name of God Computer Graphics.
Physical Structure of GDB
Geographic Information Systems
GIS Lecture: Spatial Joins
With an immediate use for it
Lecture 27: Solid Modeling
GTECH 709 Week 2 summary.
Rotations on the Coordinate Plane
Spatial Databases - Representation
Spatial Databases - Representation
Lecture 04: Data Representation (II)
Geographic Information Systems
Presentation transcript:

Oracle8i Spatial Concepts

Concepts Geometric data types Oracle8i Spatial data model Spatial Layers Spatial query model Spatial indexing «Window» queries and «join» queries Geometric data types Oracle8i Spatial data model Spatial Layers Spatial query model Spatial indexing «Window» queries and «join» queries

Types of Spatial Data GIS (mapping) data CAM data CAD data

Geometric Types Points (X1, Y1, [Z1]) Line Strings (X1, Y1, [Z1],...Xn, Yn, [Zn]) –self-crossing lines are supported –lines that close to form a ring have no implied interior –straight, curved or mixed (compound) shapes Points (X1, Y1, [Z1]) Line Strings (X1, Y1, [Z1],...Xn, Yn, [Zn]) –self-crossing lines are supported –lines that close to form a ring have no implied interior –straight, curved or mixed (compound) shapes

Geometric Types (cont.) Polygons (X1, Y1, [Z1],... Xn, Yn, [Zn]) –polygons are rotation independent; outer rings must be counter clockwise, inner rings (voids) must be clockwise. –coordinates must close and interior is implied –interior area can be voided using additional elements (polygon with hole) –self-crossing polygons are not supported –straight, curved or mixed (compound) shapes Polygons (X1, Y1, [Z1],... Xn, Yn, [Zn]) –polygons are rotation independent; outer rings must be counter clockwise, inner rings (voids) must be clockwise. –coordinates must close and interior is implied –interior area can be voided using additional elements (polygon with hole) –self-crossing polygons are not supported –straight, curved or mixed (compound) shapes

Geometric Types Point Polygon Polygon with hole Self-crossing line strings Valid Self-crossing polygons Not valid Not valid Line string Arc line string Compound line string Compoundpolygon Optimizedpolygons

Geometric Representations Spatial attribute of a spatial feature: geometric representation of its shape in some coordinate space Called geometry Oracle Spatial Object-Relational model represents geometries using tables with a single column of type MDSYS.SDO_GEOMETRY and a single row per geometry instance Relational model: table with a predefined set of columns of type NUMBER and one or more rows for each geometry instance Spatial attribute of a spatial feature: geometric representation of its shape in some coordinate space Called geometry Oracle Spatial Object-Relational model represents geometries using tables with a single column of type MDSYS.SDO_GEOMETRY and a single row per geometry instance Relational model: table with a predefined set of columns of type NUMBER and one or more rows for each geometry instance

Spatial Data Model PointLinePolygon Elements Geometries Spatial layer

Elements Element 1 Element 2 Element 3 Element 4 Element 5 Element 6 Element 7 Basic building block of a geometry Element types –Point –Line –Polygon Constructed using coordinates Limit on number of coordinates Hawaii, USA

Geometry 1 California Geometry 2 Texas Geometry 3 Florida Geometry 4 Hawaii Geometry Represents a spatial feature Consists of an ordered set of primitive elements Represents a spatial feature Consists of an ordered set of primitive elements

Layers Consist of geometries that share a common set of attributes A layer is a geometry column in a table Consist of geometries that share a common set of attributes A layer is a geometry column in a table States layer