Oracle Spatial Concepts - PowerPoint PPT Presentation

1 / 11
About This Presentation
Title:

Oracle Spatial Concepts

Description:

Oracle Spatial Concepts Concepts Geometric data types Oracle Spatial data model Spatial Layers Spatial query model Spatial indexing Window queries and join ... – PowerPoint PPT presentation

Number of Views:290
Avg rating:3.0/5.0
Slides: 12
Provided by: AlbertG9
Category:

less

Transcript and Presenter's Notes

Title: Oracle Spatial Concepts


1
  • Oracle SpatialConcepts

2
Concepts
  • Geometric data types
  • Oracle Spatial data model
  • Spatial Layers
  • Spatial query model
  • Spatial indexing
  • Window queries and join queries

3
Types of Spatial Data
GIS (mapping) data
CAD data
CAM data
4
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

5
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

6
Geometric Types
Compound line string
Arc line string
Optimized polygons
Compound polygon
7
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

8
Spatial Data Model
Spatial layer
Geometries
Elements
Point
Line
Polygon
9
Elements
  • Basic building block of a geometry
  • Element types
  • Point
  • Line
  • Polygon
  • Constructed using coordinates
  • Limit on number of coordinates

Element 6
Element 5
Element 4
Element 2
Element 7
Element 1
Element 3
Hawaii, USA
10
Geometry
  • Represents a spatial feature
  • Consists of an ordered set of primitive elements

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

States layer
Write a Comment
User Comments (0)
About PowerShow.com