Changes in This Release for Oracle Spatial and Graph Topology Data Model and Network Data Model Graph Developer's Guide
This preface contains the following.
Topics:
Changes in Oracle Database 12c Release 1 (12.1)
The following are changes in Oracle Spatial and Graph Topology Data Model and Network Data Model Graph Developer's Guide for Oracle Database 12c Release 1 (12.1).
New Features
The following features are new in this release.
Topics:
Feature Modeling in the Network Data Model
You can model objects of interest along the network as features. A feature consists of one or many feature elements. A feature element can be a point, a link, or a partial link along the network. You can define feature layers on top of a network. For example, restaurants, and hotels can each be defined as a feature layer on a road network, and switches can be defined as a feature layer on an electrical network.
For more information about feature modeling, see the following:
-
New PL/SQL subprograms related to feature modeling (each documented in SDO_NET Package Subprograms):
SDO_NET.ADD_CHILD_FEATURE SDO_NET.ADD_CHILD_FEATURES SDO_NET.ADD_FEATURE SDO_NET.ADD_FEATURE_ELEMENT SDO_NET.ADD_FEATURE_ELEMENTS SDO_NET.ADD_FEATURE_LAYER SDO_NET.DELETE_CHILD_FEATURES SDO_NET.DELETE_CHILD_FEATURES_AT SDO_NET.DELETE_DANGLING_FEATURES SDO_NET.DELETE_DANGLING_LINKS SDO_NET.DELETE_DANGLING_NODES SDO_NET.DELETE_FEATURE_ELEMENTS SDO_NET.DELETE_FEATURE_ELEMENTS_AT SDO_NET.DELETE_FEATURES SDO_NET.DELETE_PHANTOM_FEATURES SDO_NET.DROP_FEATURE_LAYER SDO_NET.GET_CHILD_FEATURE_IDS SDO_NET.GET_DANGLING_FEATURES SDO_NET.GET_DANGLING_LINKS SDO_NET.GET_DANGLING_NODES SDO_NET.GET_FEATURE_ELEMENTS SDO_NET.GET_FEATURE_LAYER_ID SDO_NET.GET_FEATURES_ON_LINKS SDO_NET.GET_FEATURES_ON_NODES SDO_NET.GET_PARENT_FEATURE_IDS SDO_NET.GET_PHANTOM_FEATURES SDO_NET.POST_XML SDO_NET.UPDATE_FEATURE SDO_NET.UPDATE_FEATURE_ELEMENT
Multimodal Network and Temporal Modeling Support
Multimodal networks consist of multiple modes of transportation. Many metropolitan transportation networks consist of multiple modes such as buses, subways, and commuter rail lines, where transfers across modes are possible (for example, from a bus to the subway). Each transportation mode has a component network within the larger transportation network, and has its own schedule-related information. The component networks can be modeled using nodes and links, and the transfers across modes can be modeled as links that connect the stops where transfers are possible.
For more information about support for multimodal networks and temporal modeling and analysis, see the following:
New part_size_tolerance Parameter for SDO_NET.LOGICAL_POWERLAW_PARTITION
The SDO_NET.LOGICAL_POWERLAW_PARTITION procedure has a new (additional) parameter named part_size_tolerance
, which specifies the allowed tolerance in partition size expressed as a percentage of max_num_nodes
.
Java in-Memory API and SDO_NET_MEM Package Desupported
The Java in-memory API and the related SDO_NET_MEM PL/SQL package, previously announced as deprecated, have been removed from this manual. (The documentation for these features remains in the Release 11.2 manual.) You are instead encouraged to use the load-on-demand approach.
Changes in Oracle Database 12c Release 2 (12.2)
The following are major changes in Oracle Spatial and Graph Topology Data Model and Network Data Model Graph Developer's Guide for Oracle Database 12c Release 2 (12.2).
Topics:
Network Feature Editing (NFE)
Network feature editing (NFE) lets you create and manage an NFE model. An NFE model extends the feature modeling capabilities by enabling you to visualize and manipulate features using Java Swing components and a PL/SQL API. You can also define features on the top of an existing network.
Feature Modeling Using Network Feature Editing (NFE) explains the main concepts and techniques.
SDO_NFE Package Subprograms provides reference information about the PL/SQL API for NFE.