Oracle® Spatial Java API Reference
10g Release 2 (10.2)

B14373-02


oracle.spatial.network
Class OraTst

java.lang.Object
  extended by oracle.spatial.network.OraTst


public class OraTst
extends java.lang.Object

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

OraTst

public OraTst()

Method Detail

print

public static void print(java.lang.String msg)
Prints the message.
Parameters:
msg - the message to be printed

print

public static void print(MBR mbr)
Prints the MBR.
Parameters:
mbr - the MBR to be printed

print

public static void print(Node node)
Prints the node.
Parameters:
node - the node to be printed

print

public static void print(Node node,
                         boolean verbose)
Prints the node with detailed information.
Parameters:
node - the node to be printed
verbose - set to true for detailed information

print

public static void print(Node[] nodeArray)
Prints the node array.
Parameters:
nodeArray - the node array to be printed

print

public static void print(Node[] nodeArray,
                         boolean verbose)
Prints the node array with detailed information.
Parameters:
nodeArray - the nnode array to be printed
verbose - set to true for detailed information

print

public static void print(Link link)
Prints the link.
Parameters:
link - link to be printed

print

public static void print(Link link,
                         boolean verbose)
Prints the link with detailed information.
Parameters:
link - link to be printed
verbose - set to true for deltailed information

print

public static void print(Link[] linkArray)
Prints the link array.
Parameters:
linkArray - link array to be printed

print

public static void print(Link[] linkArray,
                         boolean verbose)
Prints the link array with detailed information.
Parameters:
linkArray - link array to be printed
verbose - set to true for deltailed information

print

public static void print(Path path)
Prints the path.
Parameters:
path - the path to be printed

print

public static void print(oracle.spatial.network.NetworkCache cache)
Prints the network cache.
Parameters:
cache - network cache to be printed

print

public static void print(Path[] pathArray)
Prints the path array.
Parameters:
pathArray - the path array to be printed

print

public static void print(NetworkMetadata metadata)
Prints the network metadata.
Parameters:
metadata - the network metadata to be printed

print

public static void print(NetworkMetadata[] metadataArray)
Prints the network metadata array.
Parameters:
metadataArray - the metadata array to be printed

print

public static void print(Network network)
Prints the network.
Parameters:
network - the network to be printed

print

public static void print(Network network,
                         boolean verbose)
Prints the network with detailed information.
Parameters:
network - the network to be printed
verbose - set to true for detailed information

print

public static void print(Network[] networkArray)
Prints the network array.
Parameters:
networkArray - the network array to be printed

sortByID

public static java.lang.Object[] sortByID(java.lang.Object[] objArray)
Sorts the network elements by IDs.
Parameters:
objArray - network elements in an Object array

Oracle® Spatial Java API Reference
10g Release 2 (10.2)

B14373-02


Copyright © 2006, Oracle. All Rights Reserved.