See: Description
Interface | Description |
---|---|
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 estimates 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 following 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 | Description |
---|---|
GeometryMetadata |
This class defines geometry metadata for Oracle SDO_GEOMETRY.
|
HistoryMetadata | |
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 | Description |
---|---|
NetworkDataException |
This class defines the exceptions for Oracle Spatial Network Data Model
|