Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Applying and Extending Oracle Spatial
  • Table Of Contents Toc
  • Feedback & Rating feedback
Applying and Extending Oracle Spatial

Applying and Extending Oracle Spatial

close
close
Applying and Extending Oracle Spatial

Applying and Extending Oracle Spatial

Overview of this book

Spatial applications should be developed in the same way that users develop other database applications: by starting with an integrated data model in which the SDO_GEOMETRY objects are just another attribute describing entities and by using as many of the database features as possible for managing the data. If a task can be done using a database feature like replication, then it should be done using the standard replication technology instead of inventing a new procedure for replicating spatial data. Sometimes solving a business problem using a PL/SQL function can be more powerful, accessible, and easier to use than trying to use external software. Because Oracle Spatial's offerings are standards compliant, this book shows you how Oracle Spatial technology can be used to build cross-vendor database solutions. Applying and Extending Oracle Spatial shows you the clever things that can be done not just with Oracle Spatial on its own, but in combination with other database technologies. This is a great resource book that will convince you to purchase other Oracle technology books on non-spatial specialist technologies because you will finally see that "spatial is not special: it is a small, fun, and clever part of a much larger whole".
Table of Contents (20 chapters)
close
close
Applying and Extending Oracle Spatial
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
1
Table Comparing Simple Feature Access/SQL and SQL/MM–Spatial
chevron up
3
Index

Appendix A. Table Comparing Simple Feature Access/SQL and SQL/MM–Spatial

This appendix provides a comparison of SFA-SQL 1.2 (http://portal.opengeospatial.org/files/?artifact_id=25354) and SQL/MM-Spatial (ISO 13249-3, Information technology - Database languages - SQL Multimedia and Application Packages - Part 3: Spatial) by reproducing Table B 1 from Annex B of SFA-SQL 1.2 Part 2:

 

SQL with geometry type

ISO/IEC 13249-3:2003 (SQL/MM-Spatial)

Description

Geometry types

Point

ST_Point

The type ST_PolyhedralSurface is currently not in SQL/MM, but will be proposed as a result of this document

 

Curve

ST_Curve

 
 

Linestring

ST_LinestringST_Circularstring ST_CompoundCurve

 
 

Surface

ST_Surface ST_CurvePolygon

 
 

Polygon

ST_Polygon

 
 

PolyhedralSurface

ST_PolyhedralSurface

 
 

GeomCollection

ST_Collection

 
 

Multipoint

ST_Multipoint

 
 

Multicurve

ST_MultiCurve

 
 

Multilinestring

ST_Multilinestring

 
 

Multisurface

ST_Multisurface

 
 

Multipolygon

ST_Multipolygon

 

Storage

Binary Type, Text Type, Object Type

Object Type

 

Operations

Equals

ST_Equals

 
 

Disjoint

ST_Disjoint

 
 

Touches

ST_Touches

 
 

Within

ST_Within

 
 

Overlaps

ST_Overlaps

 
 

Crosses

ST_Crosses

 
 

Intersects

ST_Intersects

 
 

Contains

ST_Contains

 
 

Relate

ST_Relate

 

Functions

Point

ST_Point()

It returns the point

 

X()

ST_X()

It returns the X-coordinate of the point

 

Y()

ST_Y()

It returns the Y-coordinate of the point

 

Z()

ST_Z()

It return the Z-coordinate of the point

 

M()

ST_M()

It returns the M-coordinate of the point

 

ST_ExplicitPoint()

Curve

Length()

ST_Length()

It returns the length of the curve

 

StartPoint()

ST_StartPoint()

It returns the first point of the curve

 

EndPoint()

ST_EndPoint()

It returns the last point of the curve

 

IsClosed()

ST_IsClosed()

It checks whether the curve is closed

 

IsRing()

ST_ISRing()

It check if the curve is closed and simple

 

ST_CurveToLine

It transforms a curve to LineString

LineString

ST_LineString

It returns LineString

 

ST_Points

It returns a collection of points

 

NumPoints()

ST_NumPoints

It returns the number of points

 

PointN()

ST_PointN

It returns the nth point of LineString

Visually different images
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Applying and Extending Oracle Spatial
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon