Oracle® Spatial and Graph -...

1040
Oracle® Spatial and Graph Developer's Guide 12c Release 1 (12.1) E49172-03 July 2014 Provides usage and reference information for indexing and storing spatial data and for developing spatial applications using Oracle Spatial and Graph and Oracle Locator.

Transcript of Oracle® Spatial and Graph -...

Oracle Spatial and GraphDeveloper's Guide

12c Release 1 (12.1)

E49172-03

July 2014

Provides usage and reference information for indexing and storing spatial data and for developing spatial applications using Oracle Spatial and Graph and Oracle Locator.

Oracle Spatial and Graph Developer's Guide, 12c Release 1 (12.1)

E49172-03

Copyright 1999, 2014, Oracle and/or its affiliates. All rights reserved.

Primary Author: Chuck Murray

Contributor: The Oracle Database 12c documentation is dedicated to Mark Townsend, who was an inspiration to all who worked on this release.

Contributors: Dan Abugov, Nicole Alexander, Bruce Blackwell, Raja Chatterjee, Dan Geringer, Mike Horhammer, Ying Hu, Baris Kazar, Ravi Kothuri, Siva Ravada, Jack Wang, Ji Yang

This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.

The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.

If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:

U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, delivered to U.S. Government end users are "commercial computer software" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, use, duplication, disclosure, modification, and adaptation of the programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, shall be subject to license terms and license restrictions applicable to the programs. No other rights are granted to the U.S. Government.

This software or hardware is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications that may create a risk of personal injury. If you use this software or hardware in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure its safe use. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software or hardware in dangerous applications.

Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.

Intel and Intel Xeon are trademarks or registered trademarks of Intel Corporation. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Opteron, the AMD logo, and the AMD Opteron logo are trademarks or registered trademarks of Advanced Micro Devices. UNIX is a registered trademark of The Open Group.

This software or hardware and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.

iii

Contents

Preface ............................................................................................................................................................. xxix

Audience................................................................................................................................................... xxixDocumentation Accessibility ................................................................................................................. xxixRelated Documents ................................................................................................................................. xxixConventions ............................................................................................................................................. xxx

Changes in This Release for Oracle Spatial and Graph Developer's Guide ........ xxxi

Changes in Oracle Database 12c Release 1 (12.1.0.2).......................................................................... xxxiChanges in Oracle Database 12c Release 1 (12.1.0.1)......................................................................... xxxii

Part I Conceptual and Usage Information

1 Spatial Concepts

1.1 What Is Oracle Spatial and Graph? .......................................................................................... 1-21.2 Object-Relational Model ............................................................................................................ 1-21.3 Introduction to Spatial Data ...................................................................................................... 1-31.4 Geometry Types .......................................................................................................................... 1-31.5 Data Model................................................................................................................................... 1-41.5.1 Element.................................................................................................................................. 1-41.5.2 Geometry............................................................................................................................... 1-51.5.3 Layer ...................................................................................................................................... 1-51.5.4 Coordinate System............................................................................................................... 1-51.5.5 Tolerance ............................................................................................................................... 1-61.5.5.1 Tolerance in the Geometry Metadata for a Layer .................................................... 1-71.5.5.2 Tolerance as an Input Parameter................................................................................ 1-81.6 Query Model................................................................................................................................ 1-81.7 Indexing of Spatial Data............................................................................................................. 1-91.7.1 R-Tree Indexing................................................................................................................. 1-101.7.2 R-Tree Quality ................................................................................................................... 1-101.8 Spatial Relationships and Filtering ....................................................................................... 1-111.9 Spatial Operators, Procedures, and Functions .................................................................... 1-131.10 Spatial Aggregate Functions .................................................................................................. 1-141.10.1 SDOAGGRTYPE Object Type......................................................................................... 1-151.11 Three-Dimensional Spatial Objects ....................................................................................... 1-151.11.1 Modeling Surfaces ............................................................................................................ 1-18

iv

1.11.2 Modeling Solids ................................................................................................................ 1-191.11.3 Three-Dimensional Optimized Rectangles ................................................................... 1-201.11.4 Using Texture Data........................................................................................................... 1-211.11.4.1 Schema Considerations with Texture Data ........................................................... 1-231.11.5 Validation Checks for Three-Dimensional Geometries .............................................. 1-241.12 Geocoding ................................................................................................................................. 1-251.13 NURBS Curve Support in Oracle Spatial and Graph ......................................................... 1-251.14 Spatial and Graph Java Application Programming Interface ........................................... 1-271.15 Predefined User Accounts Created by Spatial and Graph ................................................ 1-281.16 Performance and Tuning Information .................................................................................. 1-281.17 OGC and ISO Compliance...................................................................................................... 1-291.18 Spatial and Graph Release (Version) Number..................................................................... 1-291.19 SPATIAL_VECTOR_ACCELERATION System Parameter.............................................. 1-291.20 Spatially Enabling a Table ...................................................................................................... 1-301.21 Moving Spatial Metadata (MDSYS.MOVE_SDO)............................................................... 1-321.22 Spatial Application Hardware Requirement Considerations ........................................... 1-321.23 Spatial and Graph Error Messages........................................................................................ 1-331.24 Spatial Examples ...................................................................................................................... 1-331.25 README File for Spatial and Graph and Related Features.............................................. 1-33

2 Spatial Data Types and Metadata

2.1 Simple Example: Inserting, Indexing, and Querying Spatial Data...................................... 2-12.2 SDO_GEOMETRY Object Type ................................................................................................ 2-52.2.1 SDO_GTYPE......................................................................................................................... 2-52.2.2 SDO_SRID............................................................................................................................. 2-72.2.3 SDO_POINT ......................................................................................................................... 2-72.2.4 SDO_ELEM_INFO............................................................................................................... 2-72.2.5 SDO_ORDINATES ........................................................................................................... 2-112.2.6 Usage Considerations ...................................................................................................... 2-112.3 SDO_GEOMETRY Methods................................................................................................... 2-122.4 SDO_GEOMETRY Constructors............................................................................................ 2-132.5 TIN-Related Object Types....................................................................................................... 2-152.5.1 SDO_TIN Object Type...................................................................................................... 2-152.5.2 SDO_TIN_BLK_TYPE and SDO_TIN_BLK Object Types .......................................... 2-182.6 Point Cloud-Related Object Types ........................................................................................ 2-182.6.1 SDO_PC Object Type ....................................................................................................... 2-182.6.2 SDO_PC_BLK_TYPE and SDO_PC_BLK Object Type ............................................... 2-202.7 Geometry Examples................................................................................................................. 2-202.7.1 Rectangle ............................................................................................................................ 2-202.7.2 Polygon with a Hole......................................................................................................... 2-212.7.3 Compound Line String .................................................................................................... 2-232.7.4 Compound Polygon ......................................................................................................... 2-252.7.5 Point.................................................................................................................................... 2-262.7.6 Oriented Point ................................................................................................................... 2-272.7.7 Type 0 (Zero) Element...................................................................................................... 2-292.7.8 NURBS Curve.................................................................................................................... 2-312.7.9 Several Two-Dimensional Geometry Types ................................................................. 2-33

v

2.7.10 Three-Dimensional Geometry Types............................................................................. 2-372.8 Geometry Metadata Views ..................................................................................................... 2-462.8.1 TABLE_NAME.................................................................................................................. 2-472.8.2 COLUMN_NAME............................................................................................................ 2-472.8.3 DIMINFO........................................................................................................................... 2-472.8.4 SRID .................................................................................................................................... 2-482.9 Other Spatial Metadata Views ............................................................................................... 2-482.9.1 xxx_SDO_3DTHEMES Views ......................................................................................... 2-482.9.2 xxx_SDO_SCENES Views ............................................................................................... 2-492.9.3 xxx_SDO_VIEWFRAMES Views.................................................................................... 2-492.10 Spatial Index-Related Structures ........................................................................................... 2-492.10.1 Spatial Index Views .......................................................................................................... 2-492.10.1.1 xxx_SDO_INDEX_INFO Views............................................................................... 2-492.10.1.2 xxx_SDO_INDEX_METADATA Views ................................................................. 2-502.10.2 Spatial Index Table Definition ........................................................................................ 2-522.10.3 R-Tree Index Sequence Object ........................................................................................ 2-522.11 Unit of Measurement Support ............................................................................................... 2-532.11.1 Creating a User-Defined Unit of Measurement ........................................................... 2-53

3 SQL Multimedia Type Support

3.1 ST_GEOMETRY and SDO_GEOMETRY Interoperability.................................................... 3-13.2 ST_xxx Functions and Spatial and Graph Counterparts....................................................... 3-73.3 Tolerance Value with SQL Multimedia Types ....................................................................... 3-83.4 Avoiding Name Conflicts .......................................................................................................... 3-83.5 Annotation Text Type and Views............................................................................................. 3-83.5.1 Using the ST_ANNOTATION_TEXT Constructor......................................................... 3-83.5.2 Annotation Text Metadata Views...................................................................................... 3-9

4 Loading Spatial Data

4.1 Bulk Loading .............................................................................................................................. 4-14.1.1 Bulk Loading SDO_GEOMETRY Objects ........................................................................ 4-14.1.2 Bulk Loading Point-Only Data in SDO_GEOMETRY Objects...................................... 4-34.2 Transactional Insert Operations Using SQL ........................................................................... 4-34.3 Recommendations for Loading and Validating Spatial Data............................................... 4-4

5 Indexing and Querying Spatial Data

5.1 Creating a Spatial Index............................................................................................................. 5-15.1.1 Constraining Data to a Geometry Type............................................................................ 5-25.1.2 Creating a Cross-Schema Index......................................................................................... 5-25.1.3 Using Partitioned Spatial Indexes ..................................................................................... 5-35.1.3.1 Creating a Local Partitioned Spatial Index ............................................................... 5-55.1.4 Exchanging Partitions Including Indexes ........................................................................ 5-55.1.5 Export and Import Considerations with Spatial Indexes and Data ............................. 5-65.1.6 Distributed Transactions and Spatial Index Consistency .............................................. 5-65.1.7 Enabling Access to Spatial Index Statistics ...................................................................... 5-75.1.8 Rollback Segments and Sort Area Size ............................................................................. 5-7

vi

5.2 Querying Spatial Data ................................................................................................................ 5-85.2.1 Spatial Query........................................................................................................................ 5-85.2.1.1 Primary Filter Operator ............................................................................................... 5-95.2.1.2 Primary and Secondary Filter Operator................................................................. 5-105.2.1.3 Within-Distance Operator ........................................................................................ 5-115.2.1.4 Nearest Neighbor Operator ..................................................................................... 5-125.2.1.5 Spatial Functions........................................................................................................ 5-125.2.2 Spatial Join ......................................................................................................................... 5-135.2.3 Data and Index Dimensionality, and Spatial Queries ................................................. 5-13

6 Coordinate Systems (Spatial Reference Systems)

6.1 Terms and Concepts ................................................................................................................... 6-16.1.1 Coordinate System (Spatial Reference System) .............................................................. 6-16.1.2 Cartesian Coordinates......................................................................................................... 6-26.1.3 Geodetic Coordinates (Geographic Coordinates) ........................................................... 6-26.1.4 Projected Coordinates ......................................................................................................... 6-26.1.5 Local Coordinates ................................................................................................................ 6-26.1.6 Geodetic Datum ................................................................................................................... 6-26.1.7 Transformation..................................................................................................................... 6-26.2 Geodetic Coordinate Support ................................................................................................... 6-26.2.1 Geodesy and Two-Dimensional Geometry ..................................................................... 6-36.2.2 Choosing a Geodetic or Projected Coordinate System................................................... 6-36.2.3 Choosing Non-Ellipsoidal or Ellipsoidal Height ............................................................ 6-36.2.3.1 Non-Ellipsoidal Height................................................................................................ 6-46.2.3.2 Ellipsoidal Height......................................................................................................... 6-56.2.4 Geodetic MBRs..................................................................................................................... 6-56.2.5 Other Considerations and Requirements with Geodetic Data ..................................... 6-66.3 Local Coordinate Support.......................................................................................................... 6-76.4 EPSG Model and Spatial and Graph........................................................................................ 6-86.5 Three-Dimensional Coordinate Reference System Support ................................................. 6-96.5.1 Geographic 3D Coordinate Reference Systems............................................................ 6-106.5.2 Compound Coordinate Reference Systems .................................................................. 6-106.5.3 Three-Dimensional Transformations............................................................................. 6-116.5.4 Cross-Dimensionality Transformations ........................................................................ 6-166.5.5 3D Equivalent for WGS 84?............................................................................................. 6-176.6 TFM_PLAN Object Type ........................................................................................................ 6-196.7 Coordinate Systems Data Structures..................................................................................... 6-196.7.1 SDO_COORD_AXES Table ............................................................................................. 6-206.7.2 SDO_COORD_AXIS_NAMES Table ............................................................................. 6-216.7.3 SDO_COORD_OP_METHODS Table ........................................................................... 6-216.7.4 SDO_COORD_OP_PARAM_USE Table ....................................................................... 6-216.7.5 SDO_COORD_OP_PARAM_VALS Table .................................................................... 6-226.7.6 SDO_COORD_OP_PARAMS Table............................................................................... 6-236.7.7 SDO_COORD_OP_PATHS Table .................................................................................. 6-236.7.8 SDO_COORD_OPS Table................................................................................................ 6-246.7.9 SDO_COORD_REF_SYS Table ....................................................................................... 6-256.7.10 SDO_COORD_REF_SYSTEM View............................................................................... 6-27

vii

6.7.11 SDO_COORD_SYS Table ................................................................................................ 6-276.7.12 SDO_CRS_COMPOUND View ...................................................................................... 6-276.7.13 SDO_CRS_ENGINEERING View .................................................................................. 6-286.7.14 SDO_CRS_GEOCENTRIC View .................................................................................... 6-286.7.15 SDO_CRS_GEOGRAPHIC2D View............................................................................... 6-296.7.16 SDO_CRS_GEOGRAPHIC3D View............................................................................... 6-296.7.17 SDO_CRS_PROJECTED View ........................................................................................ 6-306.7.18 SDO_CRS_VERTICAL View........................................................................................... 6-306.7.19 SDO_DATUM_ENGINEERING View .......................................................................... 6-316.7.20 SDO_DATUM_GEODETIC View .................................................................................. 6-326.7.21 SDO_DATUM_VERTICAL View................................................................................... 6-326.7.22 SDO_DATUMS Table....................................................................................................... 6-336.7.23 SDO_ELLIPSOIDS Table ................................................................................................. 6-346.7.24 SDO_PREFERRED_OPS_SYSTEM Table...................................................................... 6-356.7.25 SDO_PREFERRED_OPS_USER Table ........................................................................... 6-356.7.26 SDO_PRIME_MERIDIANS Table .................................................................................. 6-366.7.27 SDO_UNITS_OF_MEASURE Table............................................................................... 6-366.7.28 Relationships Among Coordinate System Tables and Views.................................... 6-376.7.29 Finding Information About EPSG-Based Coordinate Systems.................................. 6-386.7.29.1 Geodetic Coordinate Systems.................................................................................. 6-386.7.29.2 Projected Coordinate Systems ................................................................................. 6-406.8 Legacy Tables and Views........................................................................................................ 6-426.8.1 MDSYS.CS_SRS Table ...................................................................................................... 6-426.8.1.1 Well-Known Text (WKT).......................................................................................... 6-436.8.1.2 US-American and European Notations for Datum Parameters ......................... 6-456.8.1.3 Procedures for Updating the Well-Known Text ................................................... 6-466.8.2 MDSYS.SDO_ANGLE_UNITS View ............................................................................. 6-466.8.3 MDSYS.SDO_AREA_UNITS View ................................................................................ 6-476.8.4 MDSYS.SDO_DATUMS_OLD_FORMAT and SDO_DATUMS_OLD_SNAPSHOT

Tables 6-476.8.5 MDSYS.SDO_DIST_UNITS View................................................................................... 6-496.8.6 MDSYS.SDO_ELLIPSOIDS_OLD_FORMAT and SDO_ELLIPSOIDS_OLD_

SNAPSHOT Tables 6-496.8.7 MDSYS.SDO_PROJECTIONS_OLD_FORMAT and SDO_PROJECTIONS_OLD_

SNAPSHOT Tables 6-506.9 Creating a User-Defined Coordinate Reference System .................................................... 6-516.9.1 Creating a Geodetic CRS.................................................................................................. 6-526.9.2 Creating a Projected CRS................................................................................................. 6-536.9.3 Creating a Vertical CRS.................................................................................................... 6-626.9.4 Creating a Compound CRS ............................................................................................. 6-636.9.5 Creating a Geographic 3D CRS....................................................................................... 6-646.9.6 Creating a Transformation Operation ........................................................................... 6-646.9.7 Using British Grid Transformation OSTN02/OSGM02 (EPSG Method 9633) ........ 6-676.10 Notes and Restrictions with Coordinate Systems Support................................................ 6-696.10.1 Different Coordinate Systems for Geometries with Operators and Functions ....... 6-696.10.2 3D LRS Functions Not Supported with Geodetic Data............................................... 6-696.10.3 Functions Supported by Approximations with Geodetic Data ................................. 6-69

viii

6.10.4 Unknown CRS and NaC Coordinate Reference Systems ........................................... 6-706.11 U.S. National Grid Support .................................................................................................... 6-706.12 Google Maps Considerations ................................................................................................. 6-706.13 Example of Coordinate System Transformation ................................................................. 6-72

7 Linear Referencing System

7.1 Terms and Concepts ................................................................................................................... 7-17.1.1 Geometric Segments (LRS Segments) .............................................................................. 7-27.1.2 Shape Points ......................................................................................................................... 7-27.1.3 Direction of a Geometric Segment .................................................................................... 7-37.1.4 Measure (Linear Measure).................................................................................................. 7-37.1.5 Offset...................................................................................................................................... 7-37.1.6 Measure Populating ............................................................................................................ 7-37.1.7 Measure Range of a Geometric Segment.......................................................................... 7-57.1.8 Projection .............................................................................................................................. 7-57.1.9 LRS Point............................................................................................................................... 7-57.1.10 Linear Features..................................................................................................................... 7-57.1.11 Measures with Multiline Strings and Polygons with Holes.......................................... 7-57.2 LRS Data Model .......................................................................................................................... 7-67.3 Indexing of LRS Data.................................................................................................................. 7-77.4 3D Formats of LRS Functions.................................................................................................... 7-77.5 LRS Operations............................................................................................................................ 7-87.5.1 Defining a Geometric Segment ......................................................................................... 7-87.5.2 Redefining a Geometric Segment ...................................................................................... 7-87.5.3 Clipping a Geometric Segment.......................................................................................... 7-97.5.4 Splitting a Geometric Segment .......................................................................................... 7-97.5.5 Concatenating Geometric Segments .............................................................................. 7-107.5.6 Scaling a Geometric Segment ......................................................................................... 7-117.5.7 Offsetting a Geometric Segment..................................................................................... 7-127.5.8 Locating a Point on a Geometric Segment .................................................................... 7-127.5.9 Projecting a Point onto a Geometric Segment .............................................................. 7-137.5.10 Converting LRS Geometries............................................................................................ 7-147.6 Tolerance Values with LRS Functions .................................................................................. 7-157.7 Example of LRS Functions...................................................................................................... 7-15

8 Spatial Analysis and Mining

8.1 Spatial Information and Data Mining Applications .............................................................. 8-18.2 Spatial Binning for Detection of Regional Patterns................................................................ 8-38.3 Materializing Spatial Correlation ............................................................................................. 8-38.4 Colocation Mining ...................................................................................................................... 8-48.5 Spatial Clustering........................................................................................................................ 8-48.6 Location Prospecting .................................................................................................................. 8-5

9 Extending Spatial Indexing Capabilities

9.1 SDO_GEOMETRY Objects in User-Defined Type Definitions ............................................ 9-19.2 SDO_GEOMETRY Objects in Function-Based Indexes......................................................... 9-3

ix

9.2.1 Example: Function with Standard Types ......................................................................... 9-39.2.2 Example: Function with a User-Defined Object Type.................................................... 9-4

Part II Spatial Web Services

10 Introduction to Spatial Web Services

10.1 Types of Spatial Web Services................................................................................................ 10-110.2 Types of Users of Spatial Web Services ................................................................................ 10-210.3 Setting Up the Client for Spatial Web Services.................................................................... 10-210.4 Demo Files for Sample Java Client ........................................................................................ 10-6

11 Geocoding Address Data

11.1 Concepts for Geocoding.......................................................................................................... 11-111.1.1 Address Representation................................................................................................... 11-111.1.2 Match Modes ..................................................................................................................... 11-211.1.3 Match Codes ...................................................................................................................... 11-311.1.4 Error Messages for Output Geocoded Addresses ....................................................... 11-411.1.5 Match Vector for Output Geocoded Addresses ........................................................... 11-511.2 Data Types for Geocoding ...................................................................................................... 11-511.2.1 SDO_GEO_ADDR Type .................................................................................................. 11-611.2.2 SDO_ADDR_ARRAY Type............................................................................................. 11-811.2.3 SDO_KEYWORDARRAY Type...................................................................................... 11-811.3 Using the Geocoding Capabilities ......................................................................................... 11-911.4 Geocoding from a Place Name............................................................................................... 11-911.5 Data Structures for Geocoding............................................................................................. 11-1011.5.1 GC_ADDRESS_POINT_ Table and Index.................................................... 11-1111.5.2 GC_AREA_ Table ............................................................................................ 11-1211.5.3 GC_COUNTRY_PROFILE Table.................................................................................. 11-1411.5.4 GC_INTERSECTION_ Table .......................................................................... 11-1611.5.5 GC_PARSER_PROFILES Table .................................................................................... 11-1711.5.6 GC_PARSER_PROFILEAFS Table ............................................................................... 11-1911.5.6.1 ADDRESS_FORMAT_STRING Description ....................................................... 11-2011.5.7 GC_POI_ Table................................................................................................. 11-2211.5.8 GC_POSTAL_CODE_ Table........................................................................... 11-2311.5.9 GC_ROAD_ Table............................................................................................ 11-2411.5.10 GC_ROAD_SEGMENT_ Table ...................................................................... 11-2611.5.11 Indexes on Tables for Geocoding ................................................................................. 11-2811.6 Installing the Profile Tables .................................................................................................. 11-2911.7 Using the Geocoding Service (XML API) ........................................................................... 11-3011.7.1 Deploying and Configuring the J2EE Geocoder ........................................................ 11-3111.7.1.1 Configuring the geocodercfg.xml File .................................................................. 11-3211.7.2 Geocoding Request XML Schema Definition and Example ..................................... 11-3311.7.3 Geocoding Response XML Schema Definition and Example .................................. 11-35

12 Business Directory (Yellow Pages) Support

12.1 Business Directory Concepts.................................................................................................. 12-1

x

12.2 Using the Business Directory Capabilities ........................................................................... 12-112.3 Data Structures for Business Directory Support ................................................................. 12-212.3.1 OPENLS_DIR_BUSINESSES Table ................................................................................ 12-212.3.2 OPENLS_DIR_BUSINESS_CHAINS Table................................................................... 12-312.3.3 OPENLS_DIR_CATEGORIES Table .............................................................................. 12-312.3.4 OPENLS_DIR_CATEGORIZATIONS Table ................................................................ 12-412.3.5 OPENLS_DIR_CATEGORY_TYPES Table ................................................................... 12-412.3.6 OPENLS_DIR_SYNONYMS Table ................................................................................ 12-5

13 Routing Engine

13.1 Routing ...................................................................................................................................... 13-213.1.1 Simple Route Request ...................................................................................................... 13-313.1.2 Simple Multi-address Route Request ............................................................................ 13-313.1.3 Traveling Salesperson (TSP) Route Request ................................................................. 13-413.1.4 Batched Route Request .................................................................................................... 13-513.1.5 Batch Mode Route Request ............................................................................................. 13-513.2 Deploying the Routing Engine............................................................................................... 13-613.2.1 Preparing WebLogic Server ............................................................................................ 13-613.2.2 Unpacking the routeserver.ear File................................................................................ 13-613.2.3 Editing the web.xml File .................................................................................................. 13-713.2.4 Deploying the Routing Engine on WebLogic Server................................................... 13-813.3 Routing Engine XML API ....................................................................................................... 13-913.3.1 Route Request and Response Examples...................................................................... 13-1113.3.2 Route Request XML Schema Definition ...................................................................... 13-3713.3.2.1 route_request Element ............................................................................................ 13-4113.3.2.2 route_request Attributes......................................................................................... 13-4113.3.2.3 input_location Element........................................................................................... 13-4413.3.2.4 pre_geocoded_location Element ........................................................................... 13-4413.3.3 Route Response XML Schema Definition ................................................................... 13-4413.3.4 Batch Mode Route Request and Response Examples................................................ 13-4813.3.5 Batch Route Request XML Schema Definition ........................................................... 13-5113.3.5.1 batch_route_request Element ................................................................................ 13-5313.3.5.2 batch_route_request Attributes ............................................................................. 13-5313.3.6 Batch Route Response XML Schema............................................................................ 13-5313.4 Data Structures Used by the Routing Engine .................................................................... 13-5413.4.1 EDGE Table ..................................................................................................................... 13-5513.4.2 NODE Table..................................................................................................................... 13-5513.4.3 PARTITION Table .......................................................................................................... 13-5613.4.4 SIGN_POST Table........................................................................................................... 13-5613.5 User Data Structures Used by the Routing Engine........................................................... 13-5713.5.1 Turn Restriction User Data............................................................................................ 13-5713.5.1.1 ROUTER_CONDITION Table............................................................................... 13-5713.5.1.2 ROUTER_NAV_STRAND Table........................................................................... 13-5713.5.1.3 ROUTER_TURN_RESTRICTION_DATA Table................................................. 13-5813.5.2 Trucking User Data ........................................................................................................ 13-5813.5.2.1 ROUTER_TRANSPORT Table .............................................................................. 13-5813.5.2.2 ROUTER_TRUCKING_DATA Table ................................................................... 13-59

xi

14 OpenLS Support

14.1 Supported OpenLS Services ................................................................................................... 14-114.2 OpenLS Application Programming Interfaces .................................................................... 14-214.3 OpenLS Service Support and Examples ............................................................................... 14-214.3.1 OpenLS Geocoding........................................................................................................... 14-214.3.2 OpenLS Mapping.............................................................................................................. 14-414.3.3 OpenLS Routing................................................................................................................ 14-614.3.4 OpenLS Directory Service (YP)....................................................................................... 14-8

15 Web Feature Service (WFS) Support

15.1 WFS Engine............................................................................................................................... 15-115.2 Managing Feature Types ........................................................................................................ 15-215.2.1 Capabilities Documents ................................................................................................... 15-315.3 Request and Response XML Examples................................................................................. 15-415.4 Java API for WFS Administration ....................................................................................... 15-1315.4.1 createXMLTableIndex method ..................................................................................... 15-1315.4.2 dropFeatureType method.............................................................................................. 15-1315.4.3 dropXMLTableIndex method ....................................................................................... 15-1415.4.4 getIsXMLTableIndexCreated method ......................................................................... 15-1415.4.5 grantFeatureTypeToUser method................................................................................ 15-1415.4.6 grantMDAccessToUser method ................................................................................... 15-1515.4.7 publishFeatureType method......................................................................................... 15-1515.4.7.1 Related Classes for publishFeatureType.............................................................. 15-1915.4.8 revokeFeatureTypeFromUser method ........................................................................ 15-2315.4.9 revokeMDAccessFromUser method............................................................................ 15-2315.4.10 setXMLTableIndexInfo method.................................................................................... 15-2315.5 Using WFS with Oracle Workspace Manager ................................................................... 15-24

16 Catalog Services for the Web (CSW) Support

16.1 CSW Engine and Architecture ............................................................................................... 16-116.2 CSW APIs and Configuration ................................................................................................ 16-216.2.1 Capabilities Documents ................................................................................................... 16-316.2.2 Spatial Path Extractor Function (extractSDO) .............................................................. 16-316.2.2.1 Registering and Unregistering the extractSDO Function .................................... 16-516.3 Request and Response XML Examples................................................................................. 16-516.4 Java API for CSW Administration....................................................................................... 16-1516.4.1 createXMLTableIndex method ..................................................................................... 16-1516.4.2 deleteDomainInfo method ............................................................................................ 16-1516.4.3 deleteRecordViewMap method.................................................................................... 16-1616.4.4 disableVersioning method ............................................................................................ 16-1616.4.5 dropRecordType method .............................................................................................. 16-1616.4.6 dropXMLTableIndex method ....................................................................................... 16-1716.4.7 enableVersioning method.............................................................................................. 16-1716.4.8 getIsXMLTableIndexCreated method ......................................................................... 16-1716.4.9 getRecordTypeId method.............................................................................................. 16-1716.4.10 grantMDAccessToUser method ................................................................................... 16-18

xii

16.4.11 grantRecordTypeToUser method................................................................................. 16-1816.4.12 publishRecordType method.......................................................................................... 16-1816.4.12.1 Related Classes for publishRecordType............................................................... 16-2216.4.13 registerTypePluginMap method .................................................................................. 16-2616.4.14 revokeMDAccessFromUser method............................................................................ 16-2616.4.15 revokeRecordTypeFromUser method ......................................................................... 16-2616.4.16 setCapabilitiesInfo method ........................................................................................... 16-2716.4.17 setDomainInfo method .................................................................................................. 16-2716.4.18 setRecordViewMap method.......................................................................................... 16-2716.4.19 setXMLTableIndexInfo method.................................................................................... 16-28

Part III Reference Information

17 SQL Statements for Indexing Spatial Data

ALTER INDEX ......................................................................................................................... 17-2

ALTER INDEX REBUILD....................................................................................................... 17-4

ALTER INDEX RENAME TO ................................................................................................ 17-7

CREATE INDEX....................................................................................................................... 17-8

DROP INDEX ......................................................................................................................... 17-13

18 Spatial Operators

SDO_ANYINTERACT ............................................................................................................ 18-3

SDO_CONTAINS .................................................................................................................... 18-5

SDO_COVEREDBY ................................................................................................................. 18-7

SDO_COVERS .......................................................................................................................... 18-9

SDO_EQUAL.......................................................................................................................... 18-11

SDO_FILTER........................................................................................................................... 18-13

SDO_INSIDE .......................................................................................................................... 18-16

SDO_JOIN ............................................................................................................................... 18-18

SDO_NN ................................................................................................................................. 18-23

SDO_NN_DISTANCE........................................................................................................... 18-28

SDO_ON.................................................................................................................................. 18-30

SDO_OVERLAPBDYDISJOINT........................................................................................... 18-32

SDO_OVERLAPBDYINTERSECT....................................................................................... 18-34

SDO_OVERLAPS................................................................................................................... 18-36

SDO_POINTINPOLYGON................................................................................................... 18-38

SDO_RELATE......................................................................................................................... 18-41

SDO_TOUCH ......................................................................................................................... 18-46

SDO_WITHIN_DISTANCE.................................................................................................. 18-48

19 Spatial Aggregate Functions

SDO_AGGR_CENTROID....................................................................................................... 19-2

SDO_AGGR_CONCAT_LINES............................................................................................. 19-3

xiii

SDO_AGGR_CONVEXHULL................................................................................................ 19-5

SDO_AGGR_LRS_CONCAT ................................................................................................. 19-6

SDO_AGGR_MBR ................................................................................................................... 19-8

SDO_AGGR_SET_UNION ..................................................................................................... 19-9

SDO_AGGR_UNION ............................................................................................................ 19-12

20 SDO_CS Package (Coordinate System Transformation)

SDO_CS.ADD_PREFERENCE_FOR_OP ............................................................................. 20-4

SDO_CS.CONVERT_3D_SRID_TO_2D ............................................................................... 20-6

SDO_CS.CONVERT_NADCON_TO_XML ......................................................................... 20-8

SDO_CS.CONVERT_NTV2_TO_XML ............................................................................... 20-10

SDO_CS.CONVERT_XML_TO_NADCON ....................................................................... 20-12

SDO_CS.CONVERT_XML_TO_NTV2 ............................................................................... 20-14

SDO_CS.CREATE_CONCATENATED_OP ...................................................................... 20-16

SDO_CS.CREATE_OBVIOUS_EPSG_RULES ................................................................... 20-17

SDO_CS.CREATE_PREF_CONCATENATED_OP .......................................................... 20-18

SDO_CS.DELETE_ALL_EPSG_RULES .............................................................................. 20-20

SDO_CS.DELETE_OP ........................................................................................................... 20-21

SDO_CS.DETERMINE_CHAIN .......................................................................................... 20-22

SDO_CS.DETERMINE_DEFAULT_CHAIN ..................................................................... 20-24

SDO_CS.FIND_GEOG_CRS................................................................................................. 20-25

SDO_CS.FIND_PROJ_CRS ................................................................................................... 20-27

SDO_CS.FIND_SRID............................................................................................................. 20-29

SDO_CS.FROM_OGC_SIMPLEFEATURE_SRS ............................................................... 20-33

SDO_CS.FROM_USNG......................................................................................................... 20-34

SDO_CS.GET_EPSG_DATA_VERSION............................................................................. 20-35

SDO_CS.LOAD_EPSG_MATRIX ........................................................................................ 20-36

SDO_CS.MAKE_2D............................................................................................................... 20-37

SDO_CS.MAKE_3D............................................................................................................... 20-38

SDO_CS.MAP_EPSG_SRID_TO_ORACLE ....................................................................... 20-39

SDO_CS.MAP_ORACLE_SRID_TO_EPSG ....................................................................... 20-40

SDO_CS.REVOKE_PREFERENCE_FOR_OP .................................................................... 20-41

SDO_CS.TO_OGC_SIMPLEFEATURE_SRS...................................................................... 20-42

SDO_CS.TO_USNG ............................................................................................................... 20-43

SDO_CS.TRANSFORM......................................................................................................... 20-45

SDO_CS.TRANSFORM_LAYER ......................................................................................... 20-47

SDO_CS.UPDATE_WKTS_FOR_ALL_EPSG_CRS .......................................................... 20-49

SDO_CS.UPDATE_WKTS_FOR_EPSG_CRS .................................................................... 20-50

SDO_CS.UPDATE_WKTS_FOR_EPSG_DATUM ............................................................ 20-51

SDO_CS.UPDATE_WKTS_FOR_EPSG_ELLIPS............................................................... 20-52

SDO_CS.UPDATE_WKTS_FOR_EPSG_OP ...................................................................... 20-53

xiv

SDO_CS.UPDATE_WKTS_FOR_EPSG_PARAM............................................................. 20-54

SDO_CS.UPDATE_WKTS_FOR_EPSG_PM...................................................................... 20-55

SDO_CS.VALIDATE_EPSG_MATRIX ............................................................................... 20-56

SDO_CS.VALIDATE_WKT.................................................................................................. 20-58

21 SDO_CSW_PROCESS Package (CSW Processing)

SDO_CSW_PROCESS.DeleteCapabilitiesInfo ..................................................................... 21-2

SDO_CSW_PROCESS.DeleteDomainInfo............................................................................ 21-3

SDO_CSW_PROCESS.DeletePluginMap ............................................................................. 21-4

SDO_CSW_PROCESS.DeleteRecordViewMap ................................................................... 21-5

SDO_CSW_PROCESS.GetRecordTypeId............................................................................. 21-6

SDO_CSW_PROCESS.InsertCapabilitiesInfo ...................................................................... 21-7

SDO_CSW_PROCESS.InsertDomainInfo............................................................................. 21-8

SDO_CSW_PROCESS.InsertPluginMap .............................................................................. 21-9

SDO_CSW_PROCESS.InsertRecordViewMap .................................................................. 21-10

SDO_CSW_PROCESS.InsertRtDataUpdated .................................................................... 21-12

SDO_CSW_PROCESS.InsertRtMDUpdated...................................................................... 21-13

22 SDO_GCDR Package (Geocoding)

SDO_GCDR.CREATE_PROFILE_TABLES.......................................................................... 22-2

SDO_GCDR.GEOCODE ......................................................................................................... 22-3

SDO_GCDR.GEOCODE_ADDR ........................................................................................... 22-4

SDO_GCDR.GEOCODE_ADDR_ALL ................................................................................. 22-6

SDO_GCDR.GEOCODE_ALL ............................................................................................... 22-8

SDO_GCDR.GEOCODE_AS_GEOMETRY ....................................................................... 22-10

SDO_GCDR.REVERSE_GEOCODE.................................................................................... 22-11

23 SDO_GEOM Package (Geometry)

SDO_GEOM.RELATE ............................................................................................................. 23-4

SDO_GEOM.SDO_ALPHA_SHAPE..................................................................................... 23-7

SDO_GEOM.SDO_ARC_DENSIFY....................................................................................... 23-9

SDO_GEOM.SDO_AREA ..................................................................................................... 23-11

SDO_GEOM.SDO_BUFFER ................................................................................................. 23-13

SDO_GEOM.SDO_CENTROID ........................................................................................... 23-16

SDO_GEOM.SDO_CLOSEST_POINTS .............................................................................. 23-18

SDO_GEOM.SDO_CONCAVEHULL ................................................................................ 23-21

SDO_GEOM.SDO_CONCAVEHULL_BOUNDARY....................................................... 23-23

SDO_GEOM.SDO_CONVEXHULL.................................................................................... 23-25

SDO_GEOM.SDO_DIAMETER ........................................................................................... 23-27

SDO_GEOM.SDO_DIAMETER_LINE ............................................................................... 23-29

SDO_GEOM.SDO_DIFFERENCE ....................................................................................... 23-31

SDO_GEOM.SDO_DISTANCE............................................................................................ 23-33

xv

SDO_GEOM.SDO_INTERSECTION .................................................................................. 23-35

SDO_GEOM.SDO_LENGTH ............................................................................................... 23-37

SDO_GEOM.SDO_MAX_MBR_ORDINATE .................................................................... 23-39

SDO_GEOM.SDO_MAXDISTANCE .................................................................................. 23-41

SDO_GEOM.SDO_MAXDISTANCE_LINE....................................................................... 23-43

SDO_GEOM.SDO_MBC ....................................................................................................... 23-45

SDO_GEOM.SDO_MBC_CENTER ..................................................................................... 23-47

SDO_GEOM.SDO_MBC_RADIUS...................................................................................... 23-49

SDO_GEOM.SDO_MBR ....................................................................................................... 23-51

SDO_GEOM.SDO_MIN_MBR_ORDINATE ..................................................................... 23-53

SDO_GEOM.SDO_POINTONSURFACE........................................................................... 23-55

SDO_GEOM.SDO_SELF_UNION....................................................................................... 23-57

SDO_GEOM.SDO_TRIANGULATE................................................................................... 23-59

SDO_GEOM.SDO_UNION .................................................................................................. 23-60

SDO_GEOM.SDO_VOLUME............................................................................................... 23-62

SDO_GEOM.SDO_WIDTH .................................................................................................. 23-64

SDO_GEOM.SDO_WIDTH_LINE....................................................................................... 23-66

SDO_GEOM.SDO_XOR........................................................................................................ 23-68

SDO_GEOM.VALIDATE_GEOMETRY_WITH_CONTEXT........................................... 23-70

SDO_GEOM.VALIDATE_LAYER_WITH_CONTEXT .................................................... 23-74

SDO_GEOM.WITHIN_DISTANCE .................................................................................... 23-77

24 SDO_LRS Package (Linear Referencing System)

SDO_LRS.CLIP_GEOM_SEGMENT..................................................................................... 24-5

SDO_LRS.CONCATENATE_GEOM_SEGMENTS ............................................................ 24-7

SDO_LRS.CONNECTED_GEOM_SEGMENTS................................................................ 24-10

SDO_LRS.CONVERT_TO_LRS_DIM_ARRAY................................................................. 24-12

SDO_LRS.CONVERT_TO_LRS_GEOM............................................................................. 24-14

SDO_LRS.CONVERT_TO_LRS_LAYER ............................................................................ 24-16

SDO_LRS.CONVERT_TO_STD_DIM_ARRAY ................................................................ 24-18

SDO_LRS.CONVERT_TO_STD_GEOM ............................................................................ 24-19

SDO_LRS.CONVERT_TO_STD_LAYER............................................................................ 24-20

SDO_LRS.DEFINE_GEOM_SEGMENT ............................................................................. 24-22

SDO_LRS.DYNAMIC_SEGMENT ...................................................................................... 24-25

SDO_LRS.FIND_LRS_DIM_POS......................................................................................... 24-27

SDO_LRS.FIND_MEASURE ................................................................................................ 24-28

SDO_LRS.FIND_OFFSET ..................................................................................................... 24-30

SDO_LRS.GEOM_SEGMENT_END_MEASURE ............................................................. 24-32

SDO_LRS.GEOM_SEGMENT_END_PT ............................................................................ 24-33

SDO_LRS.GEOM_SEGMENT_LENGTH........................................................................... 24-34

SDO_LRS.GEOM_SEGMENT_START_MEASURE ......................................................... 24-35

xvi

SDO_LRS.GEOM_SEGMENT_START_PT ........................................................................ 24-36

SDO_LRS.GET_MEASURE .................................................................................................. 24-37

SDO_LRS.GET_NEXT_SHAPE_PT..................................................................................... 24-38

SDO_LRS.GET_NEXT_SHAPE_PT_MEASURE ............................................................... 24-40

SDO_LRS.GET_PREV_SHAPE_PT ..................................................................................... 24-42

SDO_LRS.GET_PREV_SHAPE_PT_MEASURE................................................................ 24-44

SDO_LRS.IS_GEOM_SEGMENT_DEFINED .................................................................... 24-46

SDO_LRS.IS_MEASURE_DECREASING .......................................................................... 24-47

SDO_LRS.IS_MEASURE_INCREASING ........................................................................... 24-48

SDO_LRS.IS_SHAPE_PT_MEASURE................................................................................. 24-49

SDO_LRS.LOCATE_PT......................................................................................................... 24-51

SDO_LRS.LRS_INTERSECTION......................................................................................... 24-53

SDO_LRS.MEASURE_RANGE............................................................................................ 24-55

SDO_LRS.MEASURE_TO_PERCENTAGE ....................................................................... 24-56

SDO_LRS.OFFSET_GEOM_SEGMENT ............................................................................. 24-58

SDO_LRS.PERCENTAGE_TO_MEASURE ....................................................................... 24-61

SDO_LRS.PROJECT_PT........................................................................................................ 24-63

SDO_LRS.REDEFINE_GEOM_SEGMENT........................................................................ 24-65

SDO_LRS.RESET_MEASURE .............................................................................................. 24-67

SDO_LRS.REVERSE_GEOMETRY...................................................................................... 24-69

SDO_LRS.REVERSE_MEASURE......................................................................................... 24-71

SDO_LRS.SCALE_GEOM_SEGMENT............................................................................... 24-73

SDO_LRS.SET_PT_MEASURE ............................................................................................ 24-75

SDO_LRS.SPLIT_GEOM_SEGMENT ................................................................................. 24-77

SDO_LRS.TRANSLATE_MEASURE .................................................................................. 24-79

SDO_LRS.VALID_GEOM_SEGMENT ............................................................................... 24-81

SDO_LRS.VALID_LRS_PT................................................................................................... 24-82

SDO_LRS.VALID_MEASURE ............................................................................................. 24-83

SDO_LRS.VALIDATE_LRS_GEOMETRY ......................................................................... 24-85

25 SDO_MIGRATE Package (Upgrading)

SDO_MIGRATE.TO_CURRENT ........................................................................................... 25-2

26 SDO_OLS Package (OpenLS)

SDO_OLS.MakeOpenLSClobRequest................................................................................... 26-2

SDO_OLS.MakeOpenLSRequest ........................................................................................... 26-4

27 SDO_PC_PKG Package (Point Clouds)

SDO_PC_PKG.CLIP_PC ......................................................................................................... 27-2

SDO_PC_PKG.CLIP_PC_FLAT............................................................................................. 27-5

SDO_PC_PKG.CREATE_CONTOUR_GEOMETRIES ....................................................... 27-8

SDO_PC_PKG.CREATE_PC ................................................................................................ 27-10

xvii

SDO_PC_PKG.DROP_DEPENDENCIES........................................................................... 27-12

SDO_PC_PKG.GET_PT_IDS ................................................................................................ 27-13

SDO_PC_PKG.INIT ............................................................................................................... 27-14

SDO_PC_PKG.TO_GEOMETRY ......................................................................................... 27-17

28 SDO_SAM Package (Spatial Analysis and Mining)

SDO_SAM.AGGREGATES_FOR_GEOMETRY.................................................................. 28-3

SDO_SAM.AGGREGATES_FOR_LAYER ........................................................................... 28-5

SDO_SAM.BIN_GEOMETRY ................................................................................................ 28-7

SDO_SAM.BIN_LAYER.......................................................................................................... 28-9

SDO_SAM.COLOCATED_REFERENCE_FEATURES..................................................... 28-11

SDO_SAM.SIMPLIFY_GEOMETRY ................................................................................... 28-13

SDO_SAM.SIMPLIFY_LAYER ............................................................................................ 28-15

SDO_SAM.SPATIAL_CLUSTERS ....................................................................................... 28-17

SDO_SAM.TILED_AGGREGATES..................................................................................... 28-18

SDO_SAM.TILED_BINS ....................................................................................................... 28-21

29 SDO_TIN_PKG Package (TINs)

SDO_TIN_PKG.CLIP_TIN ..................................................................................................... 29-2

SDO_TIN_PKG.CREATE_TIN............................................................................................... 29-4

SDO_TIN_PKG.DROP_DEPENDENCIES........................................................................... 29-6

SDO_TIN_PKG.INIT ............................................................................................................... 29-7

SDO_TIN_PKG.PROJECT_ORDINATES_ONTO_TIN ................................................... 29-10

SDO_TIN_PKG.TO_DEM..................................................................................................... 29-11

SDO_TIN_PKG.TO_GEOMETRY ....................................................................................... 29-13

30 SDO_TUNE Package (Tuning)

SDO_TUNE.AVERAGE_MBR ............................................................................................... 30-2

SDO_TUNE.ESTIMATE_RTREE_INDEX_SIZE.................................................................. 30-4

SDO_TUNE.EXTENT_OF....................................................................................................... 30-7

SDO_TUNE.MIX_INFO.......................................................................................................... 30-9

31 SDO_UTIL Package (Utility)

SDO_UTIL.AFFINETRANSFORMS...................................................................................... 31-4

SDO_UTIL.APPEND............................................................................................................. 31-10

SDO_UTIL.BEARING_TILT_FOR_POINTS...................................................................... 31-12

SDO_UTIL.CIRCLE_POLYGON ......................................................................................... 31-14

SDO_UTIL.CONCAT_LINES .............................................................................................. 31-17

SDO_UTIL.CONVERT_UNIT.............................................................................................. 31-19

SDO_UTIL.CONVERT3007TO3008 .................................................................................... 31-20

SDO_UTIL.DROP_WORK_TABLES................................................................................... 31-21

xviii

SDO_UTIL.ELLIPSE_POLYGON........................................................................................ 31-22

SDO_UTIL.EXTRACT ........................................................................................................... 31-24

SDO_UTIL.EXTRACT_ALL ................................................................................................. 31-27

SDO_UTIL.EXTRACT3D ...................................................................................................... 31-31

SDO_UTIL.EXTRUDE........................................................................................................... 31-33

SDO_UTIL.FROM_GML311GEOMETRY .......................................................................... 31-36

SDO_UTIL.FROM_GMLGEOMETRY ................................................................................ 31-38

SDO_UTIL.FROM_KMLGEOMETRY ................................................................................ 31-40

SDO_UTIL.FROM_WKBGEOMETRY................................................................................ 31-42

SDO_UTIL.FROM_WKTGEOMETRY................................................................................ 31-44

SDO_UTIL.GET_2D_FOOTPRINT...................................................................................... 31-46

SDO_UTIL.GETNUMELEM ................................................................................................ 31-47

SDO_UTIL.GETNUMVERTICES ........................................................................................ 31-48

SDO_UTIL.GETNURBSAPPROX........................................................................................ 31-49

SDO_UTIL.GETVERTICES................................................................................................... 31-52

SDO_UTIL.INITIALIZE_INDEXES_FOR_TTS ................................................................. 31-54

SDO_UTIL.INTERIOR_POINT............................................................................................ 31-56

SDO_UTIL.POINT_AT_BEARING ..................................................................................... 31-57

SDO_UTIL.POLYGONTOLINE .......................................................................................... 31-59

SDO_UTIL.RECTIFY_GEOMETRY .................................................................................... 31-60

SDO_UTIL.REMOVE_DUPLICATE_VERTICES.............................................................. 31-62

SDO_UTIL.REVERSE_LINESTRING.................................................................................. 31-64

SDO_UTIL.SIMPLIFY ........................................................................................................... 31-65

SDO_UTIL.SIMPLIFYVW..................................................................................................... 31-68

SDO_UTIL.THEME3D_GET_BLOCK_TABLE.................................................................. 31-70

SDO_UTIL.THEME3D_HAS_LOD ..................................................................................... 31-72

SDO_UTIL.THEME3D_HAS_TEXTURE ........................................................................... 31-74

SDO_UTIL.TO_GML311GEOMETRY ................................................................................ 31-76

SDO_UTIL.TO_GMLGEOMETRY ...................................................................................... 31-81

SDO_UTIL.TO_KMLGEOMETRY ...................................................................................... 31-87

SDO_UTIL.TO_WKBGEOMETRY ...................................................................................... 31-89

SDO_UTIL.TO_WKTGEOMETRY ...................................................................................... 31-91

SDO_UTIL.VALIDATE_3DTHEME ................................................................................... 31-93

SDO_UTIL.VALIDATE_SCENE.......................................................................................... 31-95

SDO_UTIL.VALIDATE_VIEWFRAME.............................................................................. 31-96

SDO_UTIL.VALIDATE_WKBGEOMETRY....................................................................... 31-98

SDO_UTIL.VALIDATE_WKTGEOMETRY..................................................................... 31-100

32 SDO_WFS_LOCK Package (WFS)

SDO_WFS_LOCK.EnableDBTxns ......................................................................................... 32-2

SDO_WFS_LOCK.RegisterFeatureTable .............................................................................. 32-3

SDO_WFS_LOCK.UnRegisterFeatureTable ........................................................................ 32-4

xix

33 SDO_WFS_PROCESS Package (WFS Processing)

SDO_WFS_PROCESS.DropFeatureType ............................................................................. 33-3

SDO_WFS_PROCESS.DropFeatureTypes............................................................................ 33-4

SDO_WFS_PROCESS.GenCollectionProcs .......................................................................... 33-5

SDO_WFS_PROCESS.GetFeatureTypeId............................................................................. 33-6

SDO_WFS_PROCESS.GrantFeatureTypeToUser................................................................ 33-7

SDO_WFS_PROCESS.GrantMDAccessToUser ................................................................... 33-8

SDO_WFS_PROCESS.InsertCapabilitiesInfo....................................................................... 33-9

SDO_WFS_PROCESS.InsertFtDataUpdated ..................................................................... 33-10

SDO_WFS_PROCESS.InsertFtMDUpdated....................................................................... 33-11

SDO_WFS_PROCESS.PopulateFeatureTypeXMLInfo..................................................... 33-12

SDO_WFS_PROCESS.PublishFeatureType ....................................................................... 33-13

SDO_WFS_PROCESS.RegisterMTableView...................................................................... 33-19

SDO_WFS_PROCESS.RevokeFeatureTypeFromUser...................................................... 33-22

SDO_WFS_PROCESS.RevokeMDAccessFromUser ......................................................... 33-23

SDO_WFS_PROCESS.UnRegisterMTableView ................................................................ 33-24

Part IV Supplementary Information

A Installation, Migration, Compatibility, and Upgrade

A.1 Migrating Spatial Data from One Database to Another....................................................... A-1A.2 Ensuring That GeoRaster Works Properly After an Installation or Upgrade................... A-1A.2.1 Enabling GeoRaster ............................................................................................................ A-2A.2.2 Ensuring Oracle XML DB Repository is Installed ......................................................... A-2A.3 Index Maintenance Before and After an Upgrade (WFS and CSW) .................................. A-2A.4 Increasing the Size of Ordinate Arrays to Support Very Large Geometries..................... A-3

B Oracle Locator

B.1 Installing and Deinstalling Locator or Spatial and Graph Manually................................. B-4

C Complex Spatial Queries: Examples

C.1 Tables Used in the Examples.................................................................................................... C-1C.2 SDO_WITHIN_DISTANCE Examples ................................................................................... C-1C.3 SDO_NN Examples ................................................................................................................... C-2

D Loading ESRI Shapefiles into Spatial and Graph

D.1 Usage of the Shapefile Converter ............................................................................................ D-1D.2 Examples of the Shapefile Converter ...................................................................................... D-2

E Routing Engine Administration

E.1 Logging Administration Operations....................................................................................... E-1E.1.1 CREATE_SDO_ROUTER_LOG_DIR Procedure ........................................................... E-1

xx

E.1.2 VALIDATE_SDO_ROUTER_LOG_DIR Procedure....................................................... E-2E.2 Network Data Model (NDM) Network Administration...................................................... E-2E.2.1 CREATE_ROUTER_NETWORK Procedure................................................................... E-3E.2.2 DELETE_ROUTER_NETWORK Procedure ..............