Skip navigation links

Oracle® Spatial Java API Reference
11g Release 1 (11.1)
B28401-01


Package oracle.spatial.network

Provides support for the Oracle Spatial network data model, which is documented in Oracle Spatial Topology and Network Data Models.

See:
          Description

Interface Summary
AnalysisInfo This interface defines methods for retrieving the analysis information.
AStarCostFunction this interface defines the heuristic cost function for A* search Users can provide their own cost eistimates to guide the A* search.
GoalNode This interface defines if a given node is a goal node for network analysis
Link This interface defines a network link.
LinkCostFunction User defined link cost interface
MBR This interface defines the Minimum Bounding Rectangle (MBR) interface.
MDPoint This interface defines a mutilple dimension point.
Network This interface defines a network.
NetworkConstraint This interface defines a general network constraint for network analysis.
NetworkMetadata This class defines a network metadata.
Node This interface defines a network node.
Path This interface defines a network path.
SubPath This interface defines a sub path with the follwoing properties: A reference path, a start percentage and a start link index in the reference path link list, an end percentage and an end link index in the reference path link list, The partial link cost is assumed to be linearly propotional to the given percentage.
Tree This interface defines a tree for trace-out.
TreeLink This interface defines a tree link for trace-out.
TreeNode This interface defines a tree node for trace-out.
UserDataIO This interface defines methods for users to read and write user defined data from and to the database.
UserDataMetadata This class defines the metadata for user data.

 

Class Summary
GeometryMetadata This class defines geometry metadata for Oracle SDO_GEOMETRY.
NDMTimer Timer utility class.
NetworkFactory This class handles network element creation for Oracle Spatial Network Data Model.
NetworkManager This class defines methods for the network data I/O and network analysis.
OraTst This class defines print methods for the network elements in Network Data Model.
SDODimArray This class defines a Java representation for Oracle Spatial SDO_DIM_ARRAY object.
SystemConstraint This class defines the common network constraints for network analysis.

 

Exception Summary
NetworkDataException This class defines the exceptions for Oracle Spatial Network Data Model

 

Package oracle.spatial.network Description

Provides support for the Oracle Spatial network data model, which is documented in Oracle Spatial Topology and Network Data Models.


Skip navigation links

Oracle® Spatial Java API Reference
11g Release 1 (11.1)
B28401-01


Copyright © 2007, Oracle. All Rights Reserved.