1 “Spatial Object Representation: Some Issues” Rod Thompson Department of Natural Resources, Mines and Water, Queensland Australia, Delft University Of.

Slides:



Advertisements
Similar presentations
Three-Step Database Design
Advertisements

The Expressivity of Quantifying over Regions Ernest Davis March 20, 2007.
2.1. A SSUMED M ATHS Core mathematical underpinnings.
Cryptography and Network Security
Copyright © Cengage Learning. All rights reserved.
Sets Lecture 11: Oct 24 AB C. This Lecture We will first introduce some basic set theory before we do counting. Basic Definitions Operations on Sets Set.
Instructor: Hayk Melikya
COMPUTER GRAPHICS CS 482 – FALL 2014 OCTOBER 13, 2014 IMPLICIT REPRESENTATIONS IMPLICIT FUNCTIONS IMPLICIT SURFACES MARCHING CUBES.
CS 599 – Spatial and Temporal Databases Realm based Spatial data types: The Rose Algebra Ralf Hartmut Guting Markus Schneider.
Spatial Information Systems (SIS) COMP Formats and Standards.
The Structure of Polyhedra Gabriel Indik March 2006 CAS 746 – Advanced Topics in Combinatorial Optimization.
Advanced Computer Graphics Spring 2014
Vocabulary and Properties. Determine the word or phrase described in each slide.
CS447/ Realistic Rendering -- Solids Modeling -- Introduction to 2D and 3D Computer Graphics.
Logic and Set Theory.
Modelling. Outline  Modelling methods  Editing models – adding detail  Polygonal models  Representing curves  Patched surfaces.
CS5371 Theory of Computation
Lecture 05: Spatial Data Structure for Computer Cartography Geography 128 Analytical and Computer Cartography Spring 2007 Department of Geography University.
Introduction to Gröbner Bases for Geometric Modeling Geometric & Solid Modeling 1989 Christoph M. Hoffmann.
1 Foundations of Interval Computation Trong Wu Phone: Department of Computer Science Southern Illinois University Edwardsville.
Hilbert’s Problems By Sharjeel Khan.
The Game of Algebra or The Other Side of Arithmetic The Game of Algebra or The Other Side of Arithmetic © 2007 Herbert I. Gross by Herbert I. Gross & Richard.
GI Systems and Science January 23, Points to Cover  What is spatial data modeling?  Entity definition  Topology  Spatial data models Raster.
MA5209 Algebraic Topology Wayne Lawton Department of Mathematics National University of Singapore S ,
The Game of Algebra or The Other Side of Arithmetic The Game of Algebra or The Other Side of Arithmetic © 2007 Herbert I. Gross by Herbert I. Gross & Richard.
Circular Geometry Robust Constructions Proofs Chapter 4.
Copyright © Cengage Learning. All rights reserved. CHAPTER 11 ANALYSIS OF ALGORITHM EFFICIENCY ANALYSIS OF ALGORITHM EFFICIENCY.
3-dimensional shape cross section. 3-dimensional space.
In mathematics, a rational number is any number that can be expressed as the quotient or fraction p/q of two integers, with the denominator q not equal.
1 Preliminaries Precalculus Review I Precalculus Review II
Matrix Representations of Knot and Link Groups Jess May 2006 Knot Theory Knot Theory is the study of mathematical knots. A knot is a simple closed polygonal.
GeoUML a conceptual data model for geographical data conformant to ISO TC 211 Main GeoUML constructs Alberto BelussiNovembre 2004.
–combines elements of computer science –database design –software design geography –map projections –geographic reasoning mathematics –mathematical topology.
Math 3121 Abstract Algebra I Section 0: Sets. The axiomatic approach to Mathematics The notion of definition - from the text: "It is impossible to define.
V. Space Curves Types of curves Explicit Implicit Parametric.
6. Simple Features Specification Background information UML overview Simple features geometry.
POINTS, LINES AND PLANES BIG IDEA: REASONING AND PROOF ESSENTIAL UNDERSTANDINGS: Geometry is a mathematical system built on accepted facts, basic terms,
General (point-set) topology Jundong Liu Ohio Univ.
8. Geographic Data Modeling. Outline Definitions Data models / modeling GIS data models – Topology.
12. Polyhedra
MECN 3500 Inter - Bayamon Lecture 3 Numerical Methods for Engineering MECN 3500 Professor: Dr. Omar E. Meza Castillo
Copyright © Cengage Learning. All rights reserved. CHAPTER 7 FUNCTIONS.
Signal Processing and Representation Theory Lecture 2.
Intersection of Nonconvex Polygons Using the Alternate Hierarchical Decomposition, AHD by Rizwan Bulbul, and Andrew U. Frank Department of Geoinformation.
Discrete Structure Sets. 2 Set Theory Set: Collection of objects (“elements”) a  A “a is an element of A” “a is a member of A” a  A “a is not an element.
JHEUSY DELPOZO TOGANS 9/17/10. TABLE OF CONTENTS  PAGE 1-PARALLEL LINES  PAGE 2-TWO CONGRUENT LINES  PAGE 3-VERTICAL LINES  PAGE 4- PERPENDICULAR.
Euler’s characteristic and the sphere
MATH 224 – Discrete Mathematics
College Algebra Sixth Edition James Stewart Lothar Redlin Saleem Watson.
I.4 Polyhedral Theory 1. Integer Programming  Objective of Study: want to know how to describe the convex hull of the solution set to the IP problem.
AGC DSP AGC DSP Professor A G Constantinides©1 Signal Spaces The purpose of this part of the course is to introduce the basic concepts behind generalised.
An Axiomatic Basis for Computer Programming Robert Stewart.
Arrangements and Duality Motivation: Ray-Tracing Fall 2001, Lecture 9 Presented by Darius Jazayeri 10/4/01.
Copyright © Cengage Learning. All rights reserved. Fundamental Concepts of Algebra 1.1 Real Numbers.
Copyright © Cengage Learning. All rights reserved. CHAPTER 8 RELATIONS.
CS552: Computer Graphics Lecture 28: Solid Modeling.
AHD: Alternate Hierarchical Decomposition Convex decomposition of nonconvex objects into their convex hull components, represented in hierarchical tree.
37TH ANNUAL AMATYC CONFERENCE A Modern Existence Proof Through Graphs
Core mathematical underpinnings
Dr. Clincy Professor of CS
MATH 224 – Discrete Mathematics
Algebra 1 Section 1.1.
Dr. Clincy Professor of CS
Dr. Clincy Professor of CS
Copyright © Cengage Learning. All rights reserved.
I.4 Polyhedral Theory (NW)
Quantum Foundations Lecture 3
Quantum Foundations Lecture 2
I.4 Polyhedral Theory.
Lesson 3.1 Real Numbers pp
Presentation transcript:

1 “Spatial Object Representation: Some Issues” Rod Thompson Department of Natural Resources, Mines and Water, Queensland Australia, Delft University Of Technology, Netherlands. March 2006

2 What do we want? Clean, closed and rigorous logic. Automatic and reliable interchange of data.

3 “A possibly infinite set; … This is actually the usual definition of set in mathematics, but programming languages restrict the term to mean finite set” (ISO19107) (space is “smooth”) Transfinite Set (the theory)

4 Point-set Definition of Regions The volume, area, or line represents a continuous infinite set, but only a finite number of points within it can be expressed in the digital representation (integer or floating point). (the practice)

5 Intersection of Two Lines or Planes

6 Intersection of Two Lines We would prefer a unique point of intersection!

7 Breakdown of Logic Non-associativity of Operations

8 Non-associativity of Operations Forming the union as (A  B)  C.

9 Non-associativity of Operations

10 Non-associativity of Operations Forming the union B  C first

11 Non-associativity of Operations Forming the union as A  (B  C).

12 We would like: The union and intersection operations to be associative and distributive.

13 equals() (meaning identically defined) After subdivision of B/C, A is not equal to its before image. In 3D there are many more variants on how to define an object.

14 equals() (defining the same transfinite set) Subdivision of B/C does not change the point set definition of A

15 equals() (by ISO definiton) A B C A.equals(B), B.equals(C), but not A.equals(C) We would like equals() to be an equivalence relation “Application schemas may define a tolerance that returns true if the two GM_Objects have the same dimension and each direct position in this GM_Object is within a tolerance distance of a direct position in the passed GM_Object and visa-versa" (ISO section ).

16 isSimple() ISO definition.

17 isSimple() In practice, the right figure is almost certainly “wrong” if d is small, but not detected as invalid

18 Cadastral Cases

19 Region around q (enlarged) Small perturbations may cause topological breakdown

20 Milenkovic Normalization Leads to the development of a complete coverage with no possibility of logic failure within that coverage. 10ε

21 Milenkovic Normalization BUT Logic not necessarily closed and associative. The final coverage can vary depending on the order of addition of features to it. No help with the difficulties with equals() already discussed.

22 Realms Approach In effect, pre-calculates the intersections of all objects (in all layers) in the database, to ensure no “surprises” later. Addresses the problem of logic closure.

23 Realms Approach From: Guting, R. H. & Schneider, M. 1993, 'Realms: A Foundation for Spatial Data Types in Database Systems' 3rd International Symposium on large Spatial Databases (SSD).

24 Realms Approach From: Guting, R. H. & Schneider, M. 1993, 'Realms: A Foundation for Spatial Data Types in Database Systems' 3rd International Symposium on large Spatial Databases (SSD).

25 Realms Approach From: Guting, R. H. & Schneider, M. 1993, 'Realms: A Foundation for Spatial Data Types in Database Systems' 3rd International Symposium on large Spatial Databases (SSD).

26 Realms Approach From: Guting, R. H. & Schneider, M. 1993, 'Realms: A Foundation for Spatial Data Types in Database Systems' 3rd International Symposium on large Spatial Databases (SSD).

27 Realms Approach

28 Realms in 3D

29 Realms in 3D

30 Rational Polygons Define coordinates of spatial primitives using rational coordinate values. (Store each coordinate value as a pair of integers). The intersection of two lines is defined exactly (no tolerance is required), and it falls on both lines. (Lemon & Pratt 1998) The logic is closed and correct. All operations are associative. Can lead to a definition of equals().

31 Rational Polygons This is only true if the integer values are potentially infinite in size – such as the “big integer” of java. As the database matures, and gets more complex, the big integers get bigger. It is not possible to deal with irrational numbers – for example where a circular arc intersects a straight line. But:

32 Dual Grid Lines are defined by points on a grid, but the intersections are points on a very much finer grid. Cannot, for example, draw a line through the intersection of lines 1 and 2. Lema, J.A.C. and Gueting R.H. Geoinformatica 6:

33 Dual Grid Provides a closed logic, based on the point-line- polygon paradigm. Implements the ROSE algebra. Requires only finite precision integer arithmetic. (But precision requirements are very large). Does not easily extend to 3D.

34 Regular Polytope Polytope – the generalisation of polygon (2D) and polyhedron (3D) to nD. (not restricted to 2 or 3D). Regular – A topological term, referring to a set which is equal to the interior of its closure. (loosely – a set with no spikes).

35 Definition – Half Plane (2D) H(A,B,C,S)={(X,Y)|((A  X  B  Y  C) > 0) = S, -M<X  M, -M<Y  M} The inverse of H(A,B,C,S) is defined as H(A,B,C,not(S)).

36 Definition – Half Space (3D) H(A,B,C,D,S)={(X,Y)|((A  X  B  Y  C  Z  D) > 0) = S, -M<X  M, -M<Y  M, -M<Z  M} The inverse of H(A,B,C,D,S) is defined as H(A,B,C,D,not(S)).

37 Definition – Convex Polytope Defined as the intersection of a set of half spaces

38 Definition – Regular Polytope Defined as the union of a set of convex polytopes. (closely related to the polygon chain of constraint db approaches)

39 Regular Polytope Regular Polytopes by this definition can be shown to form the basis of a topological space. Note – the representations themselves span the topological space, not approximation to a topological space. Axioms of a Topological Space O 0  O and O   O if O 1  O and O 2  O then O 1  O 2  O if O i  O for all i  I then  O i  O iIiI

40 Regular Polytope Regular Polytopes support a closed, rigorously defined logic, and the operations are consistent.

41 Regular Polytope All regular polytopes are finite point sets – there is only a finite number of values for x, y, and z that satisfy the criterion of the regular polytope. For this reason, the Regular Polytope is not continuous – it is a grid of points. (Closely related to the finer grid of the “Dual grid”).

42 Regular Polytope A convex polytope need not be fully bounded, thus a Regular Polytope need not be fully bounded. (This is a consequence of every Regular Polytope having an inverse) 2D 3D

43 Regular Polytope The way of defining a region as a regular polytope is not unique. The convex polytopes can overlap, and can meet in different ways. Many definitions can produce the same point set. equals() can be defined as point set equality.

44 Regular Polytope - Contiguity The definition of RP does not imply contiguity, and in fact cannot – since the closure under union prevents this. A B ABAB

45 Regular Polytope Usefulness No value in the Regular Polytope concept if it cannot be used to represent real world features. Can be converted to/from conventional polyhedra.

46 Storage Schema

47 Storage – with redundant vertices

48 Storage Requirements In summary – using redundant vertices, about double the requirements of conventional polygon or polyhedral storage. But The approach leads to a closed predictable logic, and a robust digital representation.

49 Further Research Practical proof of concept (development of a prototype) Extension to floating point. Lower dimensionality objects (lines,points) “Topology” in GIS sense. “Approximated Polytope” – a variant storage structure. Other than straight lines

50 “Spatial Object Representation: Some Issues” Rod Thompson Department of Natural Resources, Mines and Water, Queensland Australia, Delft University Of Technology, Netherlands. With thanks to Professor Peter van Oosterom Delft University of Technology, Delft, Netherlands for advice and editorial assistance.