I have developed a short tutorial, which may be useful when working with Oracle Spatial Network Data Model. Scripts developed for SDO network data model definition - network.zip. Contents of the network.zip archive are:
- nodes.sql - creates empty table to store network nodes;
- nodes_data.sql - data to be stored in nodes table;
- links.sql - creates empty table to store network links;
- links_data.sql - data to be stored in links table;
- path.sql - creates empty table to store paths data;
- path_links - creates empty table to store path links data;
- medata.sql - defines metadata for nodes, links and paths spatial columns and metadata for spatial network;
- indexes.sql - creates indexes for nodes, links and paths spatial columns;
- validate.sql - performs test for network validity, result should be TRUE
Resources for Oracle Spatial technology:
0 comments:
Post a Comment