public class OraTst
extends java.lang.Object
Constructor and Description |
---|
OraTst() |
Modifier and Type | Method and Description |
---|---|
static java.text.NumberFormat |
getNumberformat() |
static void |
print(JGeometry geom) |
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(Path path, boolean printPathId)
Prints the path.
|
static void |
print(java.lang.String msg)
Prints the message.
|
static void |
print(SubPath subPath) |
static void |
print(SubPath[] pathArray) |
static void |
print(SubPath subPath, int subPathID) |
static void |
print(Tree tree) |
static void |
print(TreeLink treeLink) |
static void |
print(TreeNode treeNode) |
static void |
print(TreeNode[] treeNodeArray) |
static void |
printUserData(java.lang.Object element) |
static void |
printVerbose(Node node) |
static void |
setNumberFormat(java.lang.String format) |
static java.lang.Object[] |
sortByID(java.lang.Object[] objArray)
Sorts the network elements by IDs.
|
public static void setNumberFormat(java.lang.String format)
public static java.text.NumberFormat getNumberformat()
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 printVerbose(Node node)
public 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(Path path, boolean printPathId)
path
- the path to be printedpublic static void print(SubPath subPath, int subPathID)
public static void print(SubPath subPath)
public static void print(Tree tree)
public static void print(TreeNode treeNode)
public static void print(TreeLink treeLink)
public static void print(TreeNode[] treeNodeArray)
public static void print(SubPath[] pathArray)
public 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 arraypublic static void print(JGeometry geom)
public static void printUserData(java.lang.Object element)