Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Applying and Extending Oracle Spatial

You're reading from  Applying and Extending Oracle Spatial

Product type Book
Published in Sep 2013
Publisher Packt
ISBN-13 9781849686365
Pages 568 pages
Edition 1st Edition
Languages

Table of Contents (20) Chapters

Applying and Extending Oracle Spatial
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
1. Defining a Data Model for Spatial Data Storage 2. Importing and Exporting Spatial Data 3. Using Database Features in Spatial Applications 4. Replicating Geometries 5. Partitioning of Data Using Spatial Keys 6. Implementing New Functions 7. Editing, Transforming, and Constructing Geometries 8. Using and Imitating Linear Referencing Functions 9. Raster Analysis with GeoRaster 10. Integrating Java Technologies with Oracle Spatial 11. SQL/MM – A Basis for Cross-platform, Inter-operable, and Reusable SQL Table Comparing Simple Feature Access/SQL and SQL/MM–Spatial
Use of TREAT and IS OF TYPE with ST_GEOMETRY Index

Understanding and using SDO_ELEM_INFO


The new functionality created so far did not require looking at the logical structure of an SDO_GEOMETRY object, as described by the SDO_ELEM_INFO attribute. Understanding and being able to process the contents of this VARRAY is important, when developing or implementing more complex functionality.

The SDO_ELEM_INFO (see "2.2.4 SDO_ELEM_INFO", in the Oracle® Spatial Developer's Guide 11g Release 2 (11.2)) attribute is organized as a set of elements, each having three values or members. Each member of a triplet has a name: SDO_OFFSET (actually SDO_STARTING_OFFSET), SDO_ETYPE, and SDO_INTERPRETATION. These members are described in the "Section 2.2.4 SDO_ELEM_INFO", in the Oracle® Spatial Developer's Guide 11g Release 2 (11.2) (edited) by the following Table:

SDO_OFFSET

Indicates the offset within the SDO_ORDINATES array where the first ordinate For this element is stored.

SDO_ETYPE

Indicates the type of the element. values 1, 2, 1003, and 2003 are considered...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}