|
Oracle® Spatial Java API Reference 10g Release 2 (10.2) B14373-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.spatial.network.OraTst
public class OraTst
This class defines print methods for the network elements in Network Data Model. This is for debugging purpose.
Constructor Summary | |
---|---|
OraTst() |
Method Summary | |
---|---|
static void |
print(Link link) Prints the link. |
static void |
print(Link[] linkArray) Prints the link array. |
static void |
print(Link[] linkArray, boolean verbose) Prints the link array with detailed information. |
static void |
print(Link link, boolean verbose) Prints the link with detailed information. |
static void |
print(MBR mbr) Prints the MBR. |
static void |
print(Network network) Prints the network. |
static void |
print(Network[] networkArray) Prints the network array. |
static void |
print(Network network, boolean verbose) Prints the network with detailed information. |
static void |
print(oracle.spatial.network.NetworkCache cache) Prints the network cache. |
static void |
print(NetworkMetadata metadata) Prints the network metadata. |
static void |
print(NetworkMetadata[] metadataArray) Prints the network metadata array. |
static void |
print(Node node) Prints the node. |
static void |
print(Node[] nodeArray) Prints the node array. |
static void |
print(Node[] nodeArray, boolean verbose) Prints the node array with detailed information. |
static void |
print(Node node, boolean verbose) Prints the node with detailed information. |
static void |
print(Path path) Prints the path. |
static void |
print(Path[] pathArray) Prints the path array. |
static void |
print(java.lang.String msg) Prints the message. |
static java.lang.Object[] |
sortByID(java.lang.Object[] objArray) Sorts the network elements by IDs. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OraTst()
Method Detail |
---|
public static void print(java.lang.String msg)
msg
- the message to be printedpublic static void print(MBR mbr)
mbr
- the MBR to be printedpublic static void print(Node node)
node
- the node to be printedpublic static void print(Node node, boolean verbose)
node
- the node to be printedverbose
- set to true for detailed informationpublic static void print(Node[] nodeArray)
nodeArray
- the node array to be printedpublic static void print(Node[] nodeArray, boolean verbose)
nodeArray
- the nnode array to be printedverbose
- set to true for detailed informationpublic static void print(Link link)
link
- link to be printedpublic static void print(Link link, boolean verbose)
link
- link to be printedverbose
- set to true for deltailed informationpublic static void print(Link[] linkArray)
linkArray
- link array to be printedpublic static void print(Link[] linkArray, boolean verbose)
linkArray
- link array to be printedverbose
- set to true for deltailed informationpublic static void print(Path path)
path
- the path to be printedpublic static void print(oracle.spatial.network.NetworkCache cache)
cache
- network cache to be printedpublic static void print(Path[] pathArray)
pathArray
- the path array to be printedpublic static void print(NetworkMetadata metadata)
metadata
- the network metadata to be printedpublic static void print(NetworkMetadata[] metadataArray)
metadataArray
- the metadata array to be printedpublic static void print(Network network)
network
- the network to be printedpublic static void print(Network network, boolean verbose)
network
- the network to be printedverbose
- set to true for detailed informationpublic static void print(Network[] networkArray)
networkArray
- the network array to be printedpublic static java.lang.Object[] sortByID(java.lang.Object[] objArray)
objArray
- network elements in an Object array
|
Oracle® Spatial Java API Reference 10g Release 2 (10.2) B14373-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |