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

B14373-01

A B C D E F G H I J K L M N O P R S T U V W X Y Z


A

AV_MULTIPOINT - Static variable in class oracle.spatial.util.ShapefileReaderJGeom
 
AV_MULTIPOINTM - Static variable in class oracle.spatial.util.ShapefileReaderJGeom
 
AV_MULTIPOINTZ - Static variable in class oracle.spatial.util.ShapefileReaderJGeom
 
AV_NULL - Static variable in class oracle.spatial.util.ShapefileReaderJGeom
 
AV_POINT - Static variable in class oracle.spatial.util.ShapefileReaderJGeom
 
AV_POINTM - Static variable in class oracle.spatial.util.ShapefileReaderJGeom
 
AV_POINTZ - Static variable in class oracle.spatial.util.ShapefileReaderJGeom
 
AV_POLYGON - Static variable in class oracle.spatial.util.ShapefileReaderJGeom
 
AV_POLYGONM - Static variable in class oracle.spatial.util.ShapefileReaderJGeom
 
AV_POLYGONZ - Static variable in class oracle.spatial.util.ShapefileReaderJGeom
 
AV_POLYLINE - Static variable in class oracle.spatial.util.ShapefileReaderJGeom
 
AV_POLYLINEM - Static variable in class oracle.spatial.util.ShapefileReaderJGeom
 
AV_POLYLINEZ - Static variable in class oracle.spatial.util.ShapefileReaderJGeom
 
AdapterShapefileJGeom - class oracle.spatial.util.AdapterShapefileJGeom.
 
AdapterShapefileJGeom() - Constructor for class oracle.spatial.util.AdapterShapefileJGeom
 
Adapters - class oracle.spatial.util.Adapters.
 
Adapters() - Constructor for class oracle.spatial.util.Adapters
 
AnalysisInfo - interface oracle.spatial.network.AnalysisInfo.
This interface defines methods for retrieving the analysis information.
add(double) - Method in class oracle.spatial.util.WKBasis.VectorOfDouble
 
add(int) - Method in class oracle.spatial.util.WKBasis.VectorOfInt
 
addBidirectedLinkColumn(Connection, Network) - Static method in class oracle.spatial.network.NetworkFactory
add a bidirected column to the network link table
addColumn(Connection, String, String, String) - Static method in class oracle.spatial.network.NetworkFactory
Add a column in a database table
addCoords(Vector, String) - Static method in class oracle.spatial.util.GML
 
addEdge(int, int, Point2DD[]) - Method in class oracle.spatial.topo.TopoMap
Adds an Edge to the topology, making all necessary adjustments to the surrounding topological context.
addEdgePre(int, int, Point2DD[], TopoMap) - Method in interface oracle.spatial.topo.TopoPreprocess
 
addEntry(double[][], Object) - Method in class oracle.spatial.util.RTree
addEntry adds an entry at leaf level to the RTree.
addGlobalOutputStream(PrintStream) - Static method in class oracle.spatial.util.Logger
Adds a global log outputstream.
addGlobalOutputStream(PrintStream, String) - Static method in class oracle.spatial.util.Logger
Adds a global log outputstream to the given namespace.
addIsolatedNode(Point2DD) - Method in class oracle.spatial.topo.TopoMap
Adds an isolated node inside of a face when the face ID is not known.
addIsolatedNode(int, Point2DD) - Method in class oracle.spatial.topo.TopoMap
Adds an isolated node inside of a face when the face ID is known.
addIsolatedNodePre(Point2DD, TopoMap) - Method in interface oracle.spatial.topo.TopoPreprocess
 
addLinearGeometry(JGeometry) - Method in class oracle.spatial.topo.TopoMap
Adds a linear (line string) geometry to the topology, inserting edges and nodes as necessary based on the full intersection of the geometry with the edges and nodes in the topology graph.
addLinearGeometry(Point2DD[]) - Method in class oracle.spatial.topo.TopoMap
Adds a linear (line string) geometry to the topology, inserting edges and nodes as necessary based on the full intersection of the geometry with the edges and nodes in the topology graph.
addLink(Link) - Method in interface oracle.spatial.network.Network
Adds a link to the network.
addLinks(Link[]) - Method in interface oracle.spatial.network.Network
Adds an array of links to the network.
addLoop(int, Point2DD[]) - Method in class oracle.spatial.topo.TopoMap
Adds an edge that loops and connects to the same node.
addLoopPre(int, Point2DD[], TopoMap) - Method in interface oracle.spatial.topo.TopoPreprocess
 
addNetwork(Network) - Method in interface oracle.spatial.network.Network
Adds a network to the current network.
addNode(Node) - Method in interface oracle.spatial.network.Network
Adds a node to the network.
addNode(Link, double, boolean) - Method in interface oracle.spatial.network.Network
Adds a node on a link to the network.
addNode(int, Point2DD, int, boolean) - Method in class oracle.spatial.topo.TopoMap
Adds a node to an edge, splitting the edge in the process.
addNodePre(int, Point2DD, int, boolean, TopoMap) - Method in interface oracle.spatial.topo.TopoPreprocess
 
addNodes(Node[]) - Method in interface oracle.spatial.network.Network
Adds an array of nodes to the network.
addOutputStream(PrintStream) - Method in class oracle.spatial.util.Logger
Adds a logging output stream.
addPath(Path) - Method in interface oracle.spatial.network.Network
Adds a path to the network.
addPaths(Path[]) - Method in interface oracle.spatial.network.Network
Adds an array of paths to the network.
addPointGeometry(JGeometry) - Method in class oracle.spatial.topo.TopoMap
Adds a point geometry to the topology.
addPointGeometry(Point2DD) - Method in class oracle.spatial.topo.TopoMap
Adds a point to the topology.
addPolygonGeometry(JGeometry) - Method in class oracle.spatial.topo.TopoMap
Adds a polygon geometry to the topology, inserting edges and nodes as necessary based on the full intersection of the geometry with the edges and nodes in the topology graph.
addPolygonGeometry(Point2DD[]) - Method in class oracle.spatial.topo.TopoMap
Adds a single polygon geometry to the topology, inserting edges and nodes as necessary based on the full intersection of the polygon with the edges and nodes in the topology graph.
addTemporaryNode(Link, double) - Method in interface oracle.spatial.network.Network
Adds a Temporary node (non-persistent) on a link.
addValue(byte[]) - Method in class oracle.spatial.util.DBFReaderJGeom.RecordColumn
 
allPaths(Network, int, int, int, double, int) - Static method in class oracle.spatial.network.NetworkManager
Returns all paths between the start node and the goal node.
allPaths(Network, int, int, NetworkConstraint, int) - Static method in class oracle.spatial.network.NetworkManager
Returns all paths between the start node and the goal node.
allPaths(Network, int, int, NetworkConstraint, int, AStarCostFunction, double) - Static method in class oracle.spatial.network.NetworkManager
Returns all paths between the start node and the goal node.
allPaths(Path, int, double, int) - Static method in class oracle.spatial.network.NetworkManager
Returns all paths between the start node and the goal node of the complex path.
augmentMBR(Point2DD[], Point2DD[]) - Static method in class oracle.spatial.topo.CompGeom
Expands target MBR to encompass added one.

B

BATCH_SIZE - Static variable in class oracle.spatial.topo.TopoMap
 
BIDIRECTED_LINK - Static variable in interface oracle.spatial.network.Network
 
BIG_ENDIAN - Static variable in class oracle.spatial.util.ByteOrder
 
BufferGeometry - class oracle.spatial.geometry.BufferGeometry.
 
BufferGeometry(int, int, int[], double[], Connection) - Constructor for class oracle.spatial.geometry.BufferGeometry
 
BufferGeometry.Sausage - class oracle.spatial.geometry.BufferGeometry.Sausage.
 
BufferGeometry.Sausage(int, double, double, double, double, double) - Constructor for class oracle.spatial.geometry.BufferGeometry.Sausage
 
BufferGeometry.Vertex - class oracle.spatial.geometry.BufferGeometry.Vertex.
 
ByteOrder - class oracle.spatial.util.ByteOrder.
 
ByteOrder() - Constructor for class oracle.spatial.util.ByteOrder
 
ByteOrderBigEndian - class oracle.spatial.util.ByteOrderBigEndian.
 
ByteOrderBigEndian() - Constructor for class oracle.spatial.util.ByteOrderBigEndian
 
ByteOrderLittleEndian - class oracle.spatial.util.ByteOrderLittleEndian.
 
ByteOrderLittleEndian() - Constructor for class oracle.spatial.util.ByteOrderLittleEndian
 
buffer(double) - Method in class oracle.spatial.geometry.BufferGeometry
 
bufferLen - Variable in class oracle.spatial.util.ShapefileReaderJGeom
 

C

CCWOutputRectangle(int, double[], int, StringBuffer) - Method in class oracle.spatial.util.GML2
 
CWOutputRectangle(int, double[], int, StringBuffer) - Method in class oracle.spatial.util.GML2
 
CompGeom - class oracle.spatial.topo.CompGeom.
 
CompGeom() - Constructor for class oracle.spatial.topo.CompGeom
 
center(Component) - Static method in class oracle.spatial.util.Util
Centers an awt component w.r.t.
changeEdgeCoords(int, Point2DD[]) - Method in class oracle.spatial.topo.TopoMap
Replaces the coordinate string for an edge without changing the topological context of the edge.
changeEdgeCoords(int, Point2DD[], ArrayList, ArrayList, boolean) - Method in class oracle.spatial.topo.TopoMap
Replaces the coordinate string for an edge without changing the topological context of the edge.
clear() - Method in interface oracle.spatial.network.Network
Clears all network structure.
clear() - Method in class oracle.spatial.util.WKBasis.VectorOfDouble
 
clear() - Method in class oracle.spatial.util.WKBasis.VectorOfInt
 
clearCache() - Method in class oracle.spatial.topo.TopoMap
Clears all entities from the object cache.
clearNetworkCache() - Static method in class oracle.spatial.network.NetworkManager
Clears the network cache
clearPreprocess() - Method in class oracle.spatial.topo.TopoMap
Clears the preprocessing listener for addXXXX methods
clearTemporaryCache() - Method in interface oracle.spatial.network.Network
Clears the temporatory cache
clone() - Method in class oracle.spatial.geometry.JGeometry
constructs an instance that is a clone of this JGeometry.
clone() - Method in interface oracle.spatial.network.Link
Clones the link.
clone() - Method in interface oracle.spatial.network.Network
Clones the network.
clone() - Method in interface oracle.spatial.network.NetworkMetadata
Clones the metadata.
clone() - Method in interface oracle.spatial.network.Node
Clones a node.
clone() - Method in interface oracle.spatial.network.Path
Clones the path.
closeDBF() - Method in class oracle.spatial.util.DBFReaderJGeom
close this dbfile.
closeShapefile() - Method in class oracle.spatial.util.ShapefileReaderJGeom
close this shapefile.
closeStmt() - Method in class oracle.spatial.topo.TopoMap
Closes the statement cursor.
cnt - Variable in class oracle.spatial.util.ShapefileReaderJGeom
 
columnDecimalDigits - Variable in class oracle.spatial.util.DBFReaderJGeom.NumericColumn
 
columnLength - Variable in class oracle.spatial.util.DBFReaderJGeom.CharacterColumn
 
columnLength - Variable in class oracle.spatial.util.DBFReaderJGeom.NumericColumn
 
columnName - Variable in class oracle.spatial.util.DBFReaderJGeom.RecordColumn
 
commitDB() - Method in class oracle.spatial.topo.TopoMap
Commits any updates to the database and clears any row locks.
compare(Object, Object) - Method in class oracle.spatial.util.RTree.ComparatorImpl
compares MBH midpoints on the axis specified by the parameter m.
computeArc(double, double, double, double, double, double) - Static method in class oracle.spatial.geometry.JGeometry
Helper method to compute center, radius, and angles for this arc from the three coordinate points.
computeDistanceRatio(double, double) - Method in interface oracle.spatial.network.Link
Computes the distance ratio along a spatial link geometry.
computeGeometry(double) - Method in interface oracle.spatial.network.Path
Computes the path geometry from its link geometries.
conn - Variable in class oracle.spatial.topo.TopoMap
 
connect(String, String, String, String, String, String, int) - Static method in class oracle.spatial.util.Util
Establishes an Oracle JDBC connection to the specified database.
contains(MBR, double) - Method in interface oracle.spatial.network.MBR
Checks if the MBR is contained in the specified MBR.
contains(MBR) - Method in interface oracle.spatial.network.MBR
Checks if the MBR is contained in the specified MBR.
contains(MDPoint, double) - Method in interface oracle.spatial.network.MBR
Checks if the point is contained in the MBR.
contains(MDPoint) - Method in interface oracle.spatial.network.MBR
Checks if the point is contained in the MBR.
contains(double[], double) - Method in interface oracle.spatial.network.MBR
Checks if the point is contained in the MBR.
contains(double[]) - Method in interface oracle.spatial.network.MBR
Checks if the point is contained in the MBR.
contains(Node) - Method in interface oracle.spatial.network.Path
Checks if the path contains the specified node.
contains(Link) - Method in interface oracle.spatial.network.Path
Checks if the path contains the specified link.
contains(Path) - Method in interface oracle.spatial.network.Path
Checks if the path contains the specified path.
containsLink(int) - Method in interface oracle.spatial.network.Network
Checks if the network contains the given link
containsLink(String) - Method in interface oracle.spatial.network.Network
Checks if the network contains the given link
containsNode(int) - Method in interface oracle.spatial.network.Network
Checks if the network contains the given node
containsNode(String) - Method in interface oracle.spatial.network.Network
Checks if the network contains the given node
containsPath(int) - Method in interface oracle.spatial.network.Network
Checks if the network contains the given path
containsPath(String) - Method in interface oracle.spatial.network.Network
Checks if the network contains the given path
convert(String) - Static method in class oracle.spatial.util.Util
Converts a string of coordinates into a double array.
createCircle(double, double, double, int) - Static method in class oracle.spatial.geometry.JGeometry
Creates a JGeometry that is a Circle with provided radius and center.
createCircle(double, double, double, double, double, double, int) - Static method in class oracle.spatial.geometry.JGeometry
Creates a JGeometry that is a 2D Circle.
createComplexPath(int, Node, Node, Link[]) - Static method in class oracle.spatial.network.NetworkFactory
Creates a complex path with the specified start node and end node
createConvexHull(JGeometry) - Static method in class oracle.spatial.network.NetworkFactory
Creates a convex hull as an array of MDpoint for the specified geometry.
createConvexHull(MDPoint[]) - Static method in class oracle.spatial.network.NetworkFactory
Creates the convex hull as an array of MDpoint for the specified array of MDPoints.
createConvexHull(Network) - Static method in class oracle.spatial.network.NetworkFactory
Creates the convex hull as an array of MDpoint for the specified network.
createDirectedNetwork() - Static method in class oracle.spatial.network.NetworkFactory
 
createEdgeIndex() - Method in class oracle.spatial.topo.TopoMap
Builds a ram-resident R-tree index for the edge cache.
createFaceIndex() - Method in class oracle.spatial.topo.TopoMap
Builds a ram-resident R-tree index for the face cache.
createGeometryMetadata(String) - Static method in class oracle.spatial.network.NetworkFactory
Creates a logical geometry metadataand.
createGeometryMetadata(String, String, int, int) - Static method in class oracle.spatial.network.NetworkFactory
Creates a spatial geometry metadata.
createLRSLinearLineString(double[], int, int) - Static method in class oracle.spatial.geometry.JGeometry
Creates a JGeometry that is a single LRS linear Line String.
createLRSLinearMultiLineString(Object[], int, int) - Static method in class oracle.spatial.geometry.JGeometry
Creates a JGeometry that is a LRS linear multi-linestring.
createLRSLinearPolygon(double[], int, int) - Static method in class oracle.spatial.geometry.JGeometry
Creates a JGeometry that is a simple LRS linear Polygon without holes.
createLRSLinearPolygon(Object[], int, int) - Static method in class oracle.spatial.geometry.JGeometry
Creates a JGeometry that is a linear LRS polygon which may have holes.
createLRSLink(int, String, Node, Node, double, int, double, double, JGeometry) - Static method in class oracle.spatial.network.NetworkFactory
Creates an LRS geometry link.
createLRSNetwork(String, int, boolean, int, int, String, String, String, String, String, String, String, String, String, boolean) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty spatial LRS_GEOMETRY network.
createLRSNetwork(String, int, boolean, int, int, String, String, String, String, String, String, String, String, String) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty spatial LRS_GEOMETRY network.
createLRSNetwork(String, int, boolean, int, int, String, String, boolean) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty spatial LRS_GEOMETRY network.
createLRSNetwork(String, int, boolean, int, int, String, String) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty spatial LRS_GEOMETRY network.
createLRSNode(int, String, int, double, JGeometry, int, int) - Static method in class oracle.spatial.network.NetworkFactory
Creates an LRS geometry node.
createLRSNode(int, String, int, double, JGeometry) - Static method in class oracle.spatial.network.NetworkFactory
Creates an LRS geometry node.
createLRSPoint(double[], int, int) - Static method in class oracle.spatial.geometry.JGeometry
 
createLRSTable(Connection, String, String) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty network LRS table in the database.
createLinearLineString(double[], int, int) - Static method in class oracle.spatial.geometry.JGeometry
Creates a JGeometry that is a single linear Line String.
createLinearMultiLineString(Object[], int, int) - Static method in class oracle.spatial.geometry.JGeometry
Creates a JGeometry that is a linear multi-linestring.
createLinearPolygon(double[], int, int) - Static method in class oracle.spatial.geometry.JGeometry
Creates a JGeometry that is a simple linear Polygon without holes.
createLinearPolygon(Object[], int, int) - Static method in class oracle.spatial.geometry.JGeometry
Creates a JGeometry that is a linear polygon which may have holes.
createLink(int, String, Node, Node, double) - Static method in class oracle.spatial.network.NetworkFactory
Creates a logical network link.
createLink(int, Node, Node, double) - Static method in class oracle.spatial.network.NetworkFactory
Creates a logical network link.
createLink(int, Network, int, int, double) - Static method in class oracle.spatial.network.NetworkFactory
Creates a logical network link.
createLinkGeometry(int, int, double[]) - Method in class oracle.spatial.network.NetworkFactory
Returns a link geometry (a linestring JGeometry).
createLinkTable(Connection, String, String, String, String, int) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty network link table in the database.
createLogicalLink(int, String, Node, Node, double) - Static method in class oracle.spatial.network.NetworkFactory
Creates a logical link.
createLogicalNetwork(String, int, boolean, String, String, String, String, String, String, boolean) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty logical network.
createLogicalNetwork(String, int, boolean, String, String, String, String, String, String) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty logical network.
createLogicalNetwork(String, int, boolean, boolean) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty logical network with the default naming convension: node table name = network_name + "_NODE$", link table name = network_name + "_LINK$, path table name = network_name + "_PATH$", path-link table name = network_name + "PLINK$", all geometry column name="GEOMETRY" and all cost column name="COST".
createLogicalNetwork(String, int, boolean) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty logical network with the default naming convension: node table name = network_name + "_NODE$", link table name = network_name + "_LINK$, path table name = network_name + "_PATH$", path-link table name = network_name + "PLINK$", all geometry column name="GEOMETRY" and all cost column name="COST".
createLogicalNode(int, String, int, int) - Static method in class oracle.spatial.network.NetworkFactory
Creates a logical node.
createLogicalNode(int, String) - Static method in class oracle.spatial.network.NetworkFactory
Creates a logical node.
createMBR(double[], double[]) - Static method in class oracle.spatial.network.NetworkFactory
Creates an MBR.
createMBR(JGeometry) - Static method in class oracle.spatial.network.NetworkFactory
Creates an MBR of the specified geometry.
createMDPoint(double[]) - Static method in class oracle.spatial.network.NetworkFactory
Creates an MDPoint.
createMDPoint(double) - Static method in class oracle.spatial.network.NetworkFactory
Creates a 1D MDPoint.
createMDPoint(double, double) - Static method in class oracle.spatial.network.NetworkFactory
Creates a 2D MDPoint.
createMDPoint(double, double, double) - Static method in class oracle.spatial.network.NetworkFactory
Creates a 3D MDPoint.
createMultiPoint(Object[], int, int) - Static method in class oracle.spatial.geometry.JGeometry
Creates a JGeometry that is a multi-point geometry.
createNetwork(Network) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty network from the specified network (metadata).
createNetworkHiearchy(Network, int, int[]) - Static method in class oracle.spatial.network.NetworkManager
Creates a network hiearchy with the given number of levels.
createNetworkPartitionTable(Connection, String) - Static method in class oracle.spatial.network.NetworkManager
Creates a network partition table.
createNetworkTables(Connection, Network) - Static method in class oracle.spatial.network.NetworkFactory
Creates the network tables based on the specified network metadata.
createNode(int) - Static method in class oracle.spatial.network.NetworkFactory
Creates a logical network node.
createNode(int, String, int, int) - Static method in class oracle.spatial.network.NetworkFactory
Creates a logical network node.
createNode(int, String) - Static method in class oracle.spatial.network.NetworkFactory
Creates a logical network node.
createNode(int, double, double, int, int) - Static method in class oracle.spatial.network.NetworkFactory
Creates a spatial network node.
createNode(int, double, double) - Static method in class oracle.spatial.network.NetworkFactory
Creates a spatial network node.
createNodeGeometry(int, int, double[]) - Method in class oracle.spatial.network.NetworkFactory
Returns a node point geometry (JGeometry).
createNodeTable(Connection, String, String, String, String, String, int, boolean) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty network node table in the database.
createNodeTable(Connection, String, String, String, String, int) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty network node table in the database.
createNodeTable(Connection, String, String, String, String, int, boolean) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty network node table in the database.
createPartitionNetwork(Connection, String, String) - Static method in class oracle.spatial.network.NetworkFactory
Returns the partition network with the partitions as nodes and the connections between partitions as links.
createPartitionNetwork(Network, String) - Static method in class oracle.spatial.network.NetworkFactory
Returns the partition network with the partitions as nodes and the connections between partitions as links.
createPartitionTable(Connection, String) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty network partition table in the database.
createPath(Node, Node) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty path with the specified start node and end node.
createPath(Node, Node, Link[]) - Static method in class oracle.spatial.network.NetworkFactory
Creates a path with the specified start node and the specified end node.
createPath(int, Node, Node, Link[]) - Static method in class oracle.spatial.network.NetworkFactory
Creates a path with the specified start node and the specified end node.
createPathLinkTable(Connection, String) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty network path-link table in the database.
createPathTable(Connection, String, String) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty network path table in the database.
createPoint(double[], int, int) - Static method in class oracle.spatial.geometry.JGeometry
 
createRefConstraints(Connection, String) - Static method in class oracle.spatial.network.NetworkManager
Creates the referential constraints on the link and the path tables.
createSDODimArray(String[], double[], double[], double[]) - Static method in class oracle.spatial.network.NetworkFactory
Creates a java SDO_DIM_ARRAY.
createSDODimArray(boolean, double, double, double) - Static method in class oracle.spatial.network.NetworkFactory
Creates a java 2D SDO_DIM_ARRAY.
createSDOLink(int, String, Node, Node, double, double[], int, int) - Static method in class oracle.spatial.network.NetworkFactory
Creates an SDO geometry link.
createSDOLink(int, String, Node, Node, double, JGeometry) - Static method in class oracle.spatial.network.NetworkFactory
Creates an SDO geometry link.
createSDONetwork(String, int, boolean, int, int, String, String, String, String, String, String, String, String, String, boolean) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty spatial SDO_GEOMETRY network.
createSDONetwork(String, int, boolean, int, int, String, String, String, String, String, String, String, String, String) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty spatial SDO_GEOMETRY network.
createSDONetwork(String, int, boolean, int, int, boolean) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty spatial SDO_GEOMETRY network with the default naming convension: node table name = network_name + "_NODE$", link table name = network_name + "_LINK$, path table name = network_name + "_PATH$", path-link table name = network_name + "PLINK$", all geometry column name="GEOMETRY" and all cost column name="COST"
createSDONetwork(String, int, boolean, int, int) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty spatial SDO_GEOMETRY network with the default naming convension: node table name = network_name + "_NODE$", link table name = network_name + "_LINK$, path table name = network_name + "_PATH$", path-link table name = network_name + "PLINK$", all geometry column name="GEOMETRY" and all cost column name="COST"
createSDONode(int, String, double, double, int, int) - Static method in class oracle.spatial.network.NetworkFactory
Creates a spatial node (SDO_GEOMETRY).
createSDONode(int, String, double, double, int) - Static method in class oracle.spatial.network.NetworkFactory
Creates a spatial node (SDO_GEOMETRY).
createSDONode(int, String, double, double) - Static method in class oracle.spatial.network.NetworkFactory
Creates a spatial node (SDO_GEOMETRY with SRID = 0).
createShape() - Method in class oracle.spatial.geometry.JGeometry
Creates a Java2D shape object from this JGeometry Note: for point geometry this method returns null.
createSimplePath(int, Node, Node, Link[]) - Static method in class oracle.spatial.network.NetworkFactory
Creates a simple path with the specified start node and end node.
crossProduct(Point2DD, Point2DD) - Static method in class oracle.spatial.topo.CompGeom
 
crossProduct(double, double, double, double) - Static method in class oracle.spatial.topo.CompGeom
 
crossProduct(double[], double[], double[]) - Static method in class oracle.spatial.topo.CompGeom
3-D crossproduct via arrays.

D

DBFReaderJGeom - class oracle.spatial.util.DBFReaderJGeom.
 
DBFReaderJGeom() - Constructor for class oracle.spatial.util.DBFReaderJGeom
 
DBFReaderJGeom(String) - Constructor for class oracle.spatial.util.DBFReaderJGeom
construct an object out of the specified shapefile's DBF file.
DBFReaderJGeom.CharacterColumn - class oracle.spatial.util.DBFReaderJGeom.CharacterColumn.
 
DBFReaderJGeom.CharacterColumn(byte[], int) - Constructor for class oracle.spatial.util.DBFReaderJGeom.CharacterColumn
 
DBFReaderJGeom.DateColumn - class oracle.spatial.util.DBFReaderJGeom.DateColumn.
 
DBFReaderJGeom.DateColumn(byte[]) - Constructor for class oracle.spatial.util.DBFReaderJGeom.DateColumn
 
DBFReaderJGeom.LogicalColumn - class oracle.spatial.util.DBFReaderJGeom.LogicalColumn.
 
DBFReaderJGeom.LogicalColumn(byte[]) - Constructor for class oracle.spatial.util.DBFReaderJGeom.LogicalColumn
 
DBFReaderJGeom.NumericColumn - class oracle.spatial.util.DBFReaderJGeom.NumericColumn.
 
DBFReaderJGeom.NumericColumn(byte[], int, int) - Constructor for class oracle.spatial.util.DBFReaderJGeom.NumericColumn
 
DBFReaderJGeom.RecordColumn - class oracle.spatial.util.DBFReaderJGeom.RecordColumn.
 
DBFReaderJGeom.RecordColumn(byte[]) - Constructor for class oracle.spatial.util.DBFReaderJGeom.RecordColumn
 
DIRECTED_LINK - Static variable in interface oracle.spatial.network.Network
 
DataException - exception oracle.spatial.geometry.DataException.
Reports SDOVIS exception related with map data access.
DataException() - Constructor for class oracle.spatial.geometry.DataException
 
DataException(Throwable) - Constructor for class oracle.spatial.geometry.DataException
 
DataException(String) - Constructor for class oracle.spatial.geometry.DataException
 
DataException(String, Throwable) - Constructor for class oracle.spatial.geometry.DataException
 
debug(String) - Method in class oracle.spatial.util.Logger
Logs a debug message
debug(String, String, String) - Method in class oracle.spatial.util.Logger
Logs a debug message
debug(Exception) - Method in class oracle.spatial.util.Logger
Logs a debug exception
deleteLink(int) - Method in interface oracle.spatial.network.Network
Deletes a link by ID.
deleteLink(String) - Method in interface oracle.spatial.network.Network
Deletes a link by teh String ID.
deleteLink(Link) - Method in interface oracle.spatial.network.Network
Deletes a link.
deleteNetwork(Network) - Method in interface oracle.spatial.network.Network
Deletes a sub-network.
deleteNode(int) - Method in interface oracle.spatial.network.Network
Deletes a node by ID.
deleteNode(String) - Method in interface oracle.spatial.network.Network
Deletes a node by the STring ID.
deleteNode(Node) - Method in interface oracle.spatial.network.Network
Deletes a node.
deletePath(int) - Method in interface oracle.spatial.network.Network
Deletes a path by ID.
deletePath(String) - Method in interface oracle.spatial.network.Network
Deletes a path by the String ID.
deletePath(Path) - Method in interface oracle.spatial.network.Network
Deletes a path.
deleteTemporaryElements() - Method in interface oracle.spatial.network.Network
Deletes all temporary elements (nodes and links).
deltaDuration() - Method in class oracle.spatial.network.NDMTimer
 
deregisterNetworkConstraint(Connection, String) - Static method in class oracle.spatial.network.NetworkManager
Deregister given constraint from user_sdo_network_constraints
description - Variable in class oracle.spatial.geometry.DataException
 
detail - Variable in class oracle.spatial.geometry.DataException
 
determineCenterAndRadiusForArc(double, double, double, double, double, double, double[], double[], double[]) - Method in class oracle.spatial.util.WKBasis
 
disableRefConstraints(Connection, String) - Static method in class oracle.spatial.network.NetworkManager
Disables the referential constraints on the link and the path tables.
dispose() - Method in class oracle.spatial.topo.TopoMap
 
dist - Variable in class oracle.spatial.geometry.BufferGeometry.Sausage
 
distance(MDPoint) - Method in interface oracle.spatial.network.MDPoint
Returns the Cartesian distance to the specified point.
dotProduct(Point2DD, Point2DD) - Static method in class oracle.spatial.topo.CompGeom
 
dotProduct(double, double, double, double) - Static method in class oracle.spatial.topo.CompGeom
 
dropNetwork(Connection, String) - Static method in class oracle.spatial.network.NetworkManager
Drops the network from the database.
dropRefConstraints(Connection, String) - Static method in class oracle.spatial.network.NetworkManager
Drops the referential constraints on the link and the path tables.
duration() - Method in class oracle.spatial.network.NDMTimer
 

E

Edge - class oracle.spatial.topo.Edge.
 
enableRefConstraints(Connection, String) - Static method in class oracle.spatial.network.NetworkManager
Enables the referential constraints on the link and the path tables.
endPoint - Variable in class oracle.spatial.geometry.BufferGeometry.Sausage
 
entryCount - Variable in class oracle.spatial.util.RTree
 
equals(JGeometry.Point) - Method in class oracle.spatial.geometry.JGeometry.Point
 
equals(Object) - Method in class oracle.spatial.geometry.JGeometry
Deprecated. This function has been moved to oracle.spatial.util.GML. public static JGeometry fromNodeToGeometry(Node nd) throws DataException { return GML.fromNodeToGeometry(nd); }
equals(Point2DD) - Method in class oracle.spatial.topo.Point2DD
 
error(String) - Method in class oracle.spatial.util.Logger
Logs an error
error(String, String, String) - Method in class oracle.spatial.util.Logger
Logs an error
error(Exception) - Method in class oracle.spatial.util.Logger
Logs a error exception
extend() - Method in class oracle.spatial.util.WKBasis.VectorOfDouble
 
extend() - Method in class oracle.spatial.util.WKBasis.VectorOfInt
 

F

Face - class oracle.spatial.topo.Face.
 
fatal(String) - Method in class oracle.spatial.util.Logger
Logs a fatal event
fatal(Exception) - Method in class oracle.spatial.util.Logger
Logs a fatal exception
fatal(String, String, String) - Method in class oracle.spatial.util.Logger
Logs a fatal event
finalize() - Method in class oracle.spatial.geometry.BufferGeometry
 
finalize() - Method in class oracle.spatial.topo.TopoMap
 
findConnectedComponentVector(Network) - Static method in class oracle.spatial.network.NetworkManager
Returns connected components of the network in a Vector.
findConnectedComponents(Network) - Static method in class oracle.spatial.network.NetworkManager
Returns the number of connected components in the network.
findLinks(Node) - Method in interface oracle.spatial.network.Node
Finds the links that connect current node to the specified node.
findMBR(Node[], double) - Static method in class oracle.spatial.network.NetworkManager
Returns the MBR of the node array and expanded it by the specified factor.
findMaxNodeDegree(Network, int) - Static method in class oracle.spatial.network.NetworkManager
Finds the maximum node degree of the network
findMinNodeDegree(Network, int) - Static method in class oracle.spatial.network.NetworkManager
Finds the minimum node degree of the network
findNodesWithinDegreeBounds(Network, int, int, int) - Static method in class oracle.spatial.network.NetworkManager
Finds nodes with degree within the given degree bounds.
findReachableNodes(Network, int) - Static method in class oracle.spatial.network.NetworkManager
Returns all nodes that can be reached from the source node.
findReachableNodes(Network, int, MBR) - Static method in class oracle.spatial.network.NetworkManager
Returns all nodes that can be reached from the source node.
findReachableNodes(Network, int, MBR, int) - Static method in class oracle.spatial.network.NetworkManager
Returns all nodes that can be reached from the source node.
findReachableNodes(Network, int, MBR, int, int) - Static method in class oracle.spatial.network.NetworkManager
Returns all nodes that can be reached from the source node.
findReachableNodes(Network, int, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns all nodes that can be reached from the source node.
findReachingNodes(Network, int) - Static method in class oracle.spatial.network.NetworkManager
Returns all nodes that can reach the target node.
findReachingNodes(Network, int, MBR) - Static method in class oracle.spatial.network.NetworkManager
Returns all nodes that can reach the target node.
findReachingNodes(Network, int, MBR, int) - Static method in class oracle.spatial.network.NetworkManager
Returns all nodes that can reach the target node.
findReachingNodes(Network, int, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns all nodes that can reach the target node.
finest(String) - Method in class oracle.spatial.util.Logger
Logs a very fine-level message
finest(String, String, String) - Method in class oracle.spatial.util.Logger
Logs a very fine-level message
finest(Exception) - Method in class oracle.spatial.util.Logger
Logs a debug exception
fromJGeometry(JGeometry) - Method in interface oracle.spatial.util.WKAdapter
This transforms a JGeometry to a WKB/WKT geometry.
fromJGeometry(JGeometry) - Method in class oracle.spatial.util.WKBasis
 
fromJGeometry(JGeometry, int, DataOutputStream, ByteOrder) - Method in class oracle.spatial.util.WKBasis
 
fromJGeometry_CollectionElement(JGeometry, int, DataOutputStream, ByteOrder, int) - Method in class oracle.spatial.util.WKBasis
 
fromJGeometry_ETYPE_1_1(JGeometry, int, DataOutputStream, ByteOrder) - Method in class oracle.spatial.util.WKBasis
 
fromJGeometry_ETYPE_1_n(JGeometry, int, DataOutputStream, ByteOrder) - Method in class oracle.spatial.util.WKBasis
 
fromJGeometry_ETYPE_2(JGeometry, int, DataOutputStream, int, ByteOrder, int) - Method in class oracle.spatial.util.WKBasis
 
fromJGeometry_ETYPE_2_1(JGeometry, int, DataOutputStream, ByteOrder, int) - Method in class oracle.spatial.util.WKBasis
 
fromJGeometry_ETYPE_2_2(JGeometry, int, DataOutputStream, ByteOrder, int) - Method in class oracle.spatial.util.WKBasis
 
fromJGeometry_ETYPE_4_n(JGeometry, int, DataOutputStream, ByteOrder) - Method in class oracle.spatial.util.WKBasis
 
fromJGeometry_ETYPE_x003(JGeometry, int, DataOutputStream, ByteOrder) - Method in class oracle.spatial.util.WKBasis
 
fromJGeometry_ETYPE_x003_optimized_circle(JGeometry, int, DataOutputStream, ByteOrder, boolean) - Method in class oracle.spatial.util.WKBasis
 
fromJGeometry_ETYPE_x003_optimized_rectangle(JGeometry, int, DataOutputStream, ByteOrder, boolean) - Method in class oracle.spatial.util.WKBasis
 
fromJGeometry_GTYPE_COLLECTION(JGeometry, int, DataOutputStream, ByteOrder) - Method in class oracle.spatial.util.WKBasis
 
fromJGeometry_GTYPE_CURVE(JGeometry, int, DataOutputStream, ByteOrder, int) - Method in class oracle.spatial.util.WKBasis
 
fromJGeometry_GTYPE_MULTICURVE(JGeometry, int, DataOutputStream, ByteOrder) - Method in class oracle.spatial.util.WKBasis
 
fromJGeometry_GTYPE_MULTIPOINT(JGeometry, int, DataOutputStream, ByteOrder) - Method in class oracle.spatial.util.WKBasis
 
fromJGeometry_GTYPE_MULTIPOLYGON(JGeometry, int, DataOutputStream, ByteOrder) - Method in class oracle.spatial.util.WKBasis
 
fromJGeometry_GTYPE_POINT(JGeometry, int, DataOutputStream, ByteOrder, int) - Method in class oracle.spatial.util.WKBasis
 
fromJGeometry_GTYPE_POLYGON(JGeometry, int, DataOutputStream, ByteOrder, int) - Method in class oracle.spatial.util.WKBasis
 
fromNodeToEnvelope(Node) - Static method in class oracle.spatial.util.GML
Example:
<pre>
    <Box srsname="EPSG_4326">
        <coordinates>
                0.0,0.0 100.0,100.0
        </coordinates>
    </Box>
</pre>
Note: Each Box Element encloses a single coordinates element or four Coord, the latter containing precisely two coordinate tuples.
fromNodeToGeometry(Node) - Static method in class oracle.spatial.util.GML
 
fromNodeToGeometryCollection(Node) - Static method in class oracle.spatial.util.GML
 
fromNodeToLineString(Node) - Static method in class oracle.spatial.util.GML
Example:
<pre>
    <LineString srsname="EPSG_4326">
        <coordinates>
            0.0,0.0 100.0,100.0
        </coordinates>
    </LineString>
</pre>
fromNodeToLinearRing(Node) - Static method in class oracle.spatial.util.GML
 
fromNodeToMultiLineString(Node) - Static method in class oracle.spatial.util.GML
Example:
<pre>
    <MultiLineString srsname="EPSG_4326">
        <lineStringMember>
            <LineString>
                <coordinates>56.1,0.45 67.23,0.67</coordinates>
            </LineString>
        </lineStringMember>
        <lineStringMember>
            <LineString>
                <coordinates>46.71,9.25 56.88,10.44</coordinates>
            </LineString>
        </lineStringMember>
        <lineStringMember>
            <LineString>
                <coordinates>324.1,219.7 0.45,0.56</coordinates>
            </LineString>
        </lineStringMember>
    </MultiLineString>
</pre>
fromNodeToMultiPoint(Node) - Static method in class oracle.spatial.util.GML
Example:
<pre>
    <MultiPoint srsname="EPSG_4326">
        <pointMember>
            <Point>
                <coordinates>56.1,0.45</coordinates>
            </Point>
        </pointMember>
        <pointMember>
            <Point>
                <coordinates>46.71,9.25</coordinates>
            </Point>
        </pointMember>
        <pointMember>
            <Point>
                <coordinates>56.88,10.44</coordinates>
            </Point>
        </pointMember>
    </MultiPoint >
</pre>
fromNodeToMultiPolygon(Node) - Static method in class oracle.spatial.util.GML
Example:
<pre>
<MultiPolygon srsname="EPSG_4326">
  <PolygonMember>
    <Polygon srsname="EPSG_4326">
      <outerBoundaryIs>
        <LinearRing>
          <coordinates>
            0.0,0.0 100.0,0.0 100.0,100.0 0.0,100.0 0.0,0.0
          </coordinates>
        </LinearRing>
      </outerBoundaryIs>
      <innerBoundaryIs>
        <LinearRing>
          <coordinates>
            10.0,10.0 10.0,40.0 40.0,40.0 40.0,10.0 10.0,10.0
          </coordinates>
        </LinearRing>
      </innerBoundaryIs>
      <innerBoundaryIs>
        <LinearRing>
          <coordinates>
            60.0,60.0 60.0,90.0 90.0,90.0 90.0,60.0 60.0,60.0
          </coordinates>
        </LinearRing>
      </innerBoundaryIs>
    </Polygon>
  </PolygonMember>
  <PolygonMember>
    <Polygon srsname="EPSG_4326">
      <outerBoundaryIs>
        <LinearRing>
          <coordinates>
            1000.0,0.0 1100.0,0.0 1100.0,100.0 1000.0,100.0 1000.0,0.0
          </coordinates>
        </LinearRing>
      </outerBoundaryIs>
      <innerBoundaryIs>
        <LinearRing>
          <coordinates>
            1010.0,10.0 1010.0,40.0 1040.0,40.0 1040.0,10.0 1010.0,10.0
          </coordinates>
        </LinearRing>
      </innerBoundaryIs>
      <innerBoundaryIs>
        <LinearRing>
          <coordinates>
            1060.0,60.0 1060.0,90.0 1090.0,90.0 1090.0,60.0 1060.0,60.0
          </coordinates>
        </LinearRing>
      </innerBoundaryIs>
    </Polygon>
  </PolygonMember>
  <PolygonMember>
    <Polygon srsname="EPSG_4326">
      <outerBoundaryIs>
        <LinearRing>
          <coordinates>
            2000.0,0.0 2100.0,0.0 2100.0,100.0 2000.0,100.0 2000.0,0.0
          </coordinates>
        </LinearRing>
      </outerBoundaryIs>
      <innerBoundaryIs>
        <LinearRing>
          <coordinates>
            2010.0,10.0 2010.0,40.0 2040.0,40.0 2040.0,10.0 2010.0,10.0
          </coordinates>
        </LinearRing>
      </innerBoundaryIs>
      <innerBoundaryIs>
        <LinearRing>
          <coordinates>
            2060.0,60.0 2060.0,90.0 2090.0,90.0 2090.0,60.0 2060.0,60.0
          </coordinates>
        </LinearRing>
      </innerBoundaryIs>
    </Polygon>
  </PolygonMember>
</MultiPolygon>
</pre>
fromNodeToPoint(Node) - Static method in class oracle.spatial.util.GML
Example 1:
<pre>
    <Point srsname="EPSG_4326">
        <coordinates>
            56.1,0.45
        </coordinates>
    </Point>
</pre>
Example 2:
<pre>
    <Point srsname="8265">
        <coord>
            <x>56.1</x>
            <y>0.45</y>
        </coord>
    </Point>
fromNodeToPolygon(Node) - Static method in class oracle.spatial.util.GML
Example:
<pre>
    <Polygon srsname="EPSG_4326">
        <outerBoundaryIs>
            <LinearRing>
                <coordinates>
                    0.0,0.0 100.0,0.0 100.0,100.0 0.0,100.0 0.0,0.0
                </coordinates>
            </LinearRing>
        </outerBoundaryIs>
        <innerBoundaryIs>
            <LinearRing>
                <coordinates>
                    10.0,10.0 10.0,40.0 40.0,40.0 40.0,10.0 10.0,10.0
                </coordinates>
            </LinearRing>
        </innerBoundaryIs>
        <innerBoundaryIs>
            <LinearRing>
                <coordinates>
                    60.0,60.0 60.0,90.0 90.0,90.0 90.0,60.0 60.0,60.0
                </coordinates>
            </LinearRing>
        </innerBoundaryIs>
    </Polygon>
</pre>
fromRecordToFeature(DBFReaderJGeom, ShapefileReaderJGeom, byte[], int, int, int) - Static method in class oracle.spatial.util.ShapefileFeatureJGeom
Convert .dbf columns and .shp bytes into Feature instance.
fromSTRUCT(STRUCT) - Method in interface oracle.spatial.util.WKAdapter
Creates a WKB/WKT geometry from a STRUCT object.
fromSTRUCT(STRUCT) - Method in class oracle.spatial.util.WKBasis
Creates a WKB/WKT geometry from a STRUCT object.

G

GML - class oracle.spatial.util.GML.
 
GML() - Constructor for class oracle.spatial.util.GML
 
GML2 - class oracle.spatial.util.GML2.
 
GML2() - Constructor for class oracle.spatial.util.GML2
 
GTYPE_COLLECTION - Static variable in class oracle.spatial.geometry.JGeometry
collection geometry type
GTYPE_CURVE - Static variable in class oracle.spatial.geometry.JGeometry
curve geoemtry type
GTYPE_MULTICURVE - Static variable in class oracle.spatial.geometry.JGeometry
multi-curve geometry type
GTYPE_MULTIPOINT - Static variable in class oracle.spatial.geometry.JGeometry
multi-point geometry type
GTYPE_MULTIPOLYGON - Static variable in class oracle.spatial.geometry.JGeometry
multi-polygon geometry type
GTYPE_POINT - Static variable in class oracle.spatial.geometry.JGeometry
point geometry type
GTYPE_POLYGON - Static variable in class oracle.spatial.geometry.JGeometry
polygon geometry type
GeometryExceptionWithContext - exception oracle.spatial.util.GeometryExceptionWithContext.
 
GeometryExceptionWithContext(String, String, String) - Constructor for class oracle.spatial.util.GeometryExceptionWithContext
 
GeometryMetadata - class oracle.spatial.network.GeometryMetadata.
This class defines geometry metadata for Oracle SDO_GEOMETRY.
GeometryMetadata(String) - Constructor for class oracle.spatial.network.GeometryMetadata
Constructs the geometry metadata without a geometry column.
GeometryMetadata(String, String, int, int) - Constructor for class oracle.spatial.network.GeometryMetadata
Constructs the geometry metadata.
GeometryMetadata(Connection, String, String) - Constructor for class oracle.spatial.network.GeometryMetadata
Constructs the geometry metadata from the database.
GoalNode - interface oracle.spatial.network.GoalNode.
This interface defines if a given node is a goal node for network analysis
geodeticDistanceInMeters(MDPoint) - Method in interface oracle.spatial.network.MDPoint
Returns the geodetic distance to the specified point.
geometryHasArcs(JGeometry) - Method in class oracle.spatial.util.GML2
 
geometryHasEtypeZero(JGeometry) - Method in class oracle.spatial.util.GML2
 
get(int) - Method in class oracle.spatial.util.WKBasis.VectorOfDouble
 
get(int) - Method in class oracle.spatial.util.WKBasis.VectorOfInt
 
getAdjacentNodeArray() - Method in interface oracle.spatial.network.Node
Returns the adjacent nodes as an array.
getAdjacentNodes() - Method in interface oracle.spatial.network.Node
Returns the adjacent nodes as an Iterator.
getAll(Node, String[]) - Static method in class oracle.spatial.util.GML
 
getAll(Node, String[], int, Vector) - Static method in class oracle.spatial.util.GML
 
getArray() - Method in class oracle.spatial.topo.Point2DD
 
getArray() - Method in class oracle.spatial.util.WKBasis.VectorOfDouble
 
getArray() - Method in class oracle.spatial.util.WKBasis.VectorOfInt
 
getBoundaryEdge() - Method in class oracle.spatial.topo.Face
 
getBoundedFaceL() - Method in class oracle.spatial.topo.Edge
 
getBoundedFaceR() - Method in class oracle.spatial.topo.Edge
 
getCacheBounds() - Method in class oracle.spatial.topo.TopoMap
Determines the bounds of the data contained in the cache, using the index in the cache; useful for determining plot bounds, for example.
getCacheEdgeCount() - Method in class oracle.spatial.topo.TopoMap
Returns the number of edges in the cache.
getCacheFaceCount() - Method in class oracle.spatial.topo.TopoMap
Returns the number of faces in the cache.
getCacheNodeCount() - Method in class oracle.spatial.topo.TopoMap
Returns the number of nodes in the cache.
getCategory() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the network category (spatial or logical).
getChildLinkArray() - Method in interface oracle.spatial.network.Link
Returns the child links as an array.
getChildLinks() - Method in interface oracle.spatial.network.Link
Returns the child links as an Iterator.
getChildNodeArray() - Method in interface oracle.spatial.network.Node
Returns the child nodes as an array.
getChildNodes() - Method in interface oracle.spatial.network.Node
Returns the child nodes as an Iterator.
getCoLinks() - Method in interface oracle.spatial.network.Link
Returns the co-links as an array.
getColumnName() - Method in class oracle.spatial.network.GeometryMetadata
Returns the geometry column name.
getComponentNo() - Method in interface oracle.spatial.network.Node
Returns the node component number.
getConnStr(String, String, String, String) - Static method in class oracle.spatial.util.Util
connects to the database using supplied information.
getConnection(String, String, String) - Static method in class oracle.spatial.topo.TopoMap
Static method to build a JDBC Connection object from a connection string, user ID, and password.
getContainFace() - Method in class oracle.spatial.topo.Node
 
getContainingFace(Point2DD) - Method in class oracle.spatial.topo.TopoMap
From the faces in the instance cache, determines the one, if any, that contains the test point in its open set.
getContext() - Method in class oracle.spatial.util.GeometryExceptionWithContext
 
getCoord() - Method in class oracle.spatial.topo.Node
 
getCoords() - Method in class oracle.spatial.topo.Edge
 
getCost() - Method in interface oracle.spatial.network.Link
Returns the link cost.
getCost() - Method in interface oracle.spatial.network.Node
Returns the node cost.
getCost() - Method in interface oracle.spatial.network.Path
Returns the path cost.
getCurrentCost() - Method in interface oracle.spatial.network.AnalysisInfo
Returns the current path cost.
getCurrentDepth() - Method in interface oracle.spatial.network.AnalysisInfo
Returns the current path depth.
getCurrentDuration() - Method in interface oracle.spatial.network.AnalysisInfo
Returns current accumulated duration
getCurrentLink() - Method in interface oracle.spatial.network.AnalysisInfo
Returns the current link.
getCurrentNode() - Method in interface oracle.spatial.network.AnalysisInfo
Returns the current node.
getDBVersion(Connection) - Static method in class oracle.spatial.util.Util
Gets the version of the database connected.
getDecimalDigits() - Method in class oracle.spatial.util.DBFReaderJGeom.NumericColumn
 
getDecimalDigits() - Method in class oracle.spatial.util.DBFReaderJGeom.RecordColumn
 
getDegree() - Method in interface oracle.spatial.network.Node
Gets the degree(number of links taht connect to the node) of a node
getDimName(int) - Method in class oracle.spatial.network.SDODimArray
Returns the specified dimension name.
getDimensions() - Method in class oracle.spatial.geometry.JGeometry
Gets the dimensionality of this geometry.
getDuration() - Method in interface oracle.spatial.network.Link
Gets link duration information
getDuration() - Method in interface oracle.spatial.network.Node
Gets node duration information
getDuration() - Method in interface oracle.spatial.network.Path
Gets path duration information
getEdge(int) - Method in class oracle.spatial.topo.TopoMap
Returns a reference to an Edge object given its logical ID.
getEdgeAdditions() - Method in class oracle.spatial.topo.TopoMap
Provides a list of the edges that have been added in the cache.
getEdgeChanges() - Method in class oracle.spatial.topo.TopoMap
Provides a list of the edges that have been changed in the cache.
getEdgeDeletions() - Method in class oracle.spatial.topo.TopoMap
Provides a list of the edges that have been marked as deleted in the cache: deleted since the cache topology was loaded from the database, but not yet removed from the database.
getEdgeIterator() - Method in class oracle.spatial.topo.TopoMap
Provides an Iterator for traversal of all the Edge objects contained in the instance cache.
getElemInfo() - Method in class oracle.spatial.geometry.JGeometry
Gets the reference to the element infomation array of this JGeometry.
getEndMeasure() - Method in interface oracle.spatial.network.Link
Gets the end measure of the referenced LRS geometry.
getEndNode() - Method in interface oracle.spatial.network.Link
Returns the end node.
getEndNode() - Method in interface oracle.spatial.network.Path
Returns the end node of the path.
getEndNode() - Method in class oracle.spatial.topo.Edge
 
getEndPosInOrdinateArray(JGeometry, int) - Method in class oracle.spatial.util.WKBasis
 
getEntryCount() - Method in class oracle.spatial.util.RTree
Gets the number of entries (inserted objects) in the tree
getExternalCost() - Method in interface oracle.spatial.network.Partition
 
getExternalCost() - Method in class oracle.spatial.network.PartitionKmeansImpl
 
getExternalLinks() - Method in interface oracle.spatial.network.Network
Returns the external links as an Iterator.
getExternalLinks(boolean) - Method in interface oracle.spatial.network.Network
Returns the external links with the specified active flag as an Iterator.
getExternalLinks(String) - Method in interface oracle.spatial.network.Network
Returns the external links with the specified type as an Iterator.
getExternalNetworkID() - Method in interface oracle.spatial.network.Node
Returns the external network name if the node is an external node
getExternalNetworkIDs() - Method in interface oracle.spatial.network.Network
Returns all external network IDs in an array of int.
getExternalNetworkName() - Method in interface oracle.spatial.network.Node
Returns the external network name if the node is an external node
getExternalNodeID() - Method in interface oracle.spatial.network.Node
Returns the external node ID is the node is an external node
getExternalNodes() - Method in interface oracle.spatial.network.Network
Returns the external nodes as an Iterator.
getExternalNodes(boolean) - Method in interface oracle.spatial.network.Network
Returns the external nodes with the specified acvive flag as an Iterator
getExternalNodes(int) - Method in interface oracle.spatial.network.Network
Returns the external nodes with the specified hierarchy level as an Iterator.
getExternalNodes(String) - Method in interface oracle.spatial.network.Network
Returns the external nodes with the specified type as an Iterator.
getFace(int) - Method in class oracle.spatial.topo.TopoMap
Returns a reference to a Face object given its logical ID.
getFaceAdditions() - Method in class oracle.spatial.topo.TopoMap
Provides a list of the faces that have been added in the cache.
getFaceBoundary(int, int) - Method in class oracle.spatial.topo.TopoMap
Returns an array of edge IDs making up the boundary of a face, with several options
getFaceChanges() - Method in class oracle.spatial.topo.TopoMap
Provides a list of the faces that have been changed in the cache.
getFaceDeletions() - Method in class oracle.spatial.topo.TopoMap
Provides a list of the faces that have been marked as deleted in the cache: deleted since the cache topology was loaded from the database, but not yet removed from the database.
getFaceIterator() - Method in class oracle.spatial.topo.TopoMap
Provides an Iterator for traversal of all the Face objects contained in the instance cache.
getFieldData(int, byte[]) - Method in class oracle.spatial.util.DBFReaderJGeom
get the value string for the ith field in the given record.
getFieldLength(int) - Method in class oracle.spatial.util.DBFReaderJGeom
return the length of the specified field.
getFieldName(int) - Method in class oracle.spatial.util.DBFReaderJGeom
returns the name for the ith field of records in this file.
getFieldType(int) - Method in class oracle.spatial.util.DBFReaderJGeom
get the type for the ith field in a record.
getFirst(Node, String[]) - Static method in class oracle.spatial.util.GML
 
getFirst(Node, String[], int) - Static method in class oracle.spatial.util.GML
 
getFirstPoint() - Method in class oracle.spatial.geometry.JGeometry
Gets the first coordinate for this geometry.
getFlags() - Method in class oracle.spatial.util.Logger
Gets the current flags of this instance.
getFlow() - Method in interface oracle.spatial.network.Link
Returns the flow on the link after flow analysis
getGeomID() - Method in interface oracle.spatial.network.Link
Returns the LRS geometry ID.
getGeomID() - Method in interface oracle.spatial.network.Node
Returns the LRS geomeetry ID.
getGeometry() - Method in interface oracle.spatial.network.Link
Returns the link geometry (JGeometry).
getGeometry() - Method in interface oracle.spatial.network.Node
Returns the point geometry (JGeometry).
getGeometry() - Method in interface oracle.spatial.network.Path
Returns the path geometry (JGeometry).
getGeometry(byte[], int) - Static method in class oracle.spatial.util.ShapefileReaderJGeom
 
getGeometry(byte[], int, int, int) - Static method in class oracle.spatial.util.ShapefileReaderJGeom
 
getGeometryBytes(int) - Method in class oracle.spatial.util.ShapefileReaderJGeom
retrieve nth shape record and return it as a byte array.
getGeometryType() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the network geometry type.
getGlobalFlags() - Static method in class oracle.spatial.util.Logger
Gets the current global logging flags.
getGlobalLevel() - Static method in class oracle.spatial.util.Logger
Gets the current global logging level.
getHierarchyLevel() - Method in interface oracle.spatial.network.Node
Returns the node hierarchy level.
getHigh() - Method in interface oracle.spatial.network.MBR
Returns the high point.
getHigh(int) - Method in interface oracle.spatial.network.MBR
Returns the specified ordinate from the high point.
getID() - Method in interface oracle.spatial.network.Link
Returns the link ID.
getID() - Method in interface oracle.spatial.network.Node
Returns the node ID.
getID() - Method in interface oracle.spatial.network.Path
Returns the path ID.
getID() - Method in class oracle.spatial.topo.Face
 
getId() - Method in class oracle.spatial.topo.Edge
 
getId() - Method in class oracle.spatial.topo.Node
 
getInDegree() - Method in interface oracle.spatial.network.Node
Gets the in-degree of the node in a directed network
getInLinks() - Method in interface oracle.spatial.network.Node
Returns the in-links of the node as an array.
getIncidentLinks() - Method in interface oracle.spatial.network.Node
Returns the incident links of the node as an array.
getIsEditable() - Method in class oracle.spatial.topo.TopoMap
Returns the editing state.
getIslandEdges() - Method in class oracle.spatial.topo.Face
 
getIslandNodes() - Method in class oracle.spatial.topo.Face
 
getJDBCDriverVersion(Connection) - Static method in class oracle.spatial.util.Util
Gets the oracle JDBC driver version string.
getJavaPoint() - Method in class oracle.spatial.geometry.JGeometry
Gets the java2D point rerepsentation of this geometry.
getJavaPoints() - Method in class oracle.spatial.geometry.JGeometry
Gets the java2D points rerepsentation of this geometry.
getLRSGeomColumn() - Method in interface oracle.spatial.network.Network
Returns the network LRS geometry column name in the database.
getLRSGeomMetadata() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the network LRS geometry metadata.
getLRSTableName() - Method in interface oracle.spatial.network.Network
Returns the network geometry (LRS) table name in the database.
getLabelPoint() - Method in class oracle.spatial.geometry.JGeometry
Gets the SDO_GEOMETRY.sdo_point as a label point.
getLastPoint() - Method in class oracle.spatial.geometry.JGeometry
Gets the last coordinate of the geometry.
getLength() - Method in interface oracle.spatial.network.MBR
Returns the lengths in an MDPoint.
getLength(int) - Method in interface oracle.spatial.network.MBR
Returns the length of the specified dimension.
getLength() - Method in class oracle.spatial.util.DBFReaderJGeom.CharacterColumn
 
getLength() - Method in class oracle.spatial.util.DBFReaderJGeom.DateColumn
 
getLength() - Method in class oracle.spatial.util.DBFReaderJGeom.LogicalColumn
 
getLength() - Method in class oracle.spatial.util.DBFReaderJGeom.NumericColumn
 
getLength() - Method in class oracle.spatial.util.DBFReaderJGeom.RecordColumn
 
getLevel() - Method in class oracle.spatial.util.Logger
Gets the logging level of this instance.
getLink(int) - Method in interface oracle.spatial.network.Network
Returns the link by ID.
getLink(String) - Method in interface oracle.spatial.network.Network
Returns the link by the STring ID.
getLink(int, int) - Method in interface oracle.spatial.network.Network
Returns the link by the start and the end node IDs
getLinkArray() - Method in interface oracle.spatial.network.Network
Returns the links as an array.
getLinkArray(boolean) - Method in interface oracle.spatial.network.Network
Returns the links with the specified active flag as an array.
getLinkArray(int) - Method in interface oracle.spatial.network.Network
Returns the links with the specified hierarchy level as an array.
getLinkArray(String) - Method in interface oracle.spatial.network.Network
Returns the links with the specified type as an array.
getLinkArray() - Method in interface oracle.spatial.network.Path
Returns the path links as an array.
getLinkAt(int) - Method in interface oracle.spatial.network.Path
 
getLinkCostColumn() - Method in interface oracle.spatial.network.Network
Returns the link cost column in the database.
getLinkCostColumn() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the link cost column name.
getLinkDirection() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the network link type (directed, or undirected).
getLinkDurationColumn() - Method in interface oracle.spatial.network.Network
Gets link duration column name
getLinkDurationColumn() - Method in interface oracle.spatial.network.NetworkMetadata
Gets link duration column name
getLinkGeomColumn() - Method in interface oracle.spatial.network.Network
Returns the link geometry column name in the database.
getLinkGeomMetadata() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the link geometry metadata.
getLinkHierarchyLevelArray() - Method in interface oracle.spatial.network.Network
Returns the link hierarchy levels as an array.
getLinkLevel() - Method in interface oracle.spatial.network.Link
Returns the link level.
getLinkPartitionColumn() - Method in interface oracle.spatial.network.Network
Returns the link partition column in the database.
getLinkPartitionColumn() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the link partition column name.
getLinkTableName() - Method in interface oracle.spatial.network.Network
Returns the link table name in the database.
getLinks() - Method in interface oracle.spatial.network.Network
Returns the links as an Iterator.
getLinks(boolean) - Method in interface oracle.spatial.network.Network
Returns the links with the specified active flag as an Iterator.
getLinks(int) - Method in interface oracle.spatial.network.Network
Returns the links with the specified hierarchy level as an Iterator.
getLinks(String) - Method in interface oracle.spatial.network.Network
Returns the links with the specified type as an Iterator.
getLinks() - Method in interface oracle.spatial.network.Path
Returns the path links as an Iterator.
getLinksByPartitionID(int) - Method in interface oracle.spatial.network.Network
Returns the links with the specified partition ID as a Set.
getLogger(String) - Static method in class oracle.spatial.util.Logger
Creates an instance of Logger with given name.
getLogger(String, int) - Static method in class oracle.spatial.util.Logger
Creates an instance of Logger with given name and level.
getLow() - Method in interface oracle.spatial.network.MBR
Returns the low point.
getLow(int) - Method in interface oracle.spatial.network.MBR
Returns the specified ordinate from the low point.
getLowerBound(int) - Method in class oracle.spatial.network.SDODimArray
Returns the specified lower bound.
getMBH() - Method in class oracle.spatial.util.RTree
Gets the bounds of the whole tree
getMBR() - Method in class oracle.spatial.geometry.JGeometry
Gets the MBR of this geometry.
getMBR() - Method in interface oracle.spatial.network.Network
Returns the network MBR.
getMDPoint() - Method in interface oracle.spatial.network.Node
Returns the MDpoint of the node.
getMaxCost() - Method in class oracle.spatial.network.SystemConstraint
Returns the maximum cost constraint.
getMaxDepth() - Method in class oracle.spatial.network.SystemConstraint
Returns the maximum depth constraint.
getMaxDistance() - Method in class oracle.spatial.network.SystemConstraint
Returns the maximum distance constraint.
getMaxDuration() - Method in class oracle.spatial.network.SystemConstraint
 
getMaxFlow(Network, int, int, Vector) - Static method in class oracle.spatial.network.NetworkManager
Retunrs the max flow between the source node and the sink node
getMaxLinkID() - Method in interface oracle.spatial.network.Network
Returns the maximum link ID.
getMaxMBR() - Method in class oracle.spatial.network.SystemConstraint
Returns the maximum MBR constraint.
getMaxMeasure() - Method in class oracle.spatial.util.ShapefileReaderJGeom
return the maximum Measure value in file.
getMaxNodeID() - Method in interface oracle.spatial.network.Network
Returns the maximun node ID.
getMaxPathID() - Method in interface oracle.spatial.network.Network
Returns the maximum path ID.
getMaxZ() - Method in class oracle.spatial.util.ShapefileReaderJGeom
return the maximum Z value in file.
getMbr() - Method in class oracle.spatial.topo.Face
 
getMeasure() - Method in interface oracle.spatial.network.Node
Returns the LRS measure.
getMetadata() - Method in interface oracle.spatial.network.Network
Returns the network metadata.
getMetadataViewName() - Method in interface oracle.spatial.network.Network
Returns the network metadata view name (user_sdo_network_metadata).
getMinMeasure() - Method in class oracle.spatial.util.ShapefileReaderJGeom
return the minimum Measure value in file.
getMinZ() - Method in class oracle.spatial.util.ShapefileReaderJGeom
return the minimum Z value in file.
getMustAvoidLinks() - Method in class oracle.spatial.network.SystemConstraint
Returns the must-avoid links as a Vector
getMustAvoidNodes() - Method in class oracle.spatial.network.SystemConstraint
Returns the must-avoid nodes as a Vector
getName() - Method in interface oracle.spatial.network.Link
Returns the link name.
getName() - Method in interface oracle.spatial.network.Network
Returns the network name.
getName() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the network name.
getName() - Method in interface oracle.spatial.network.Node
Returns the node name.
getName() - Method in interface oracle.spatial.network.Path
Returns the path name.
getName() - Method in class oracle.spatial.util.DBFReaderJGeom.RecordColumn
 
getNearestEdge(Point2DD) - Method in class oracle.spatial.topo.TopoMap
Returns the ID of the Edge object that is nearest to the specified point.
getNearestEdgeInCache(Point2DD) - Method in class oracle.spatial.topo.TopoMap
Returns the ID of the Edge object that of the edges loaded in the cache is nearest to the specified point.
getNearestNode(Point2DD) - Method in class oracle.spatial.topo.TopoMap
Returns the ID of the Node object that is nearest to the specified point.
getNearestNodeInCache(Point2DD) - Method in class oracle.spatial.topo.TopoMap
Returns the ID of the Node object that of the nodes loaded in the cache is nearest to the specified point.
getNetwork() - Method in interface oracle.spatial.network.Link
Returns the network that contains the link.
getNetwork() - Method in interface oracle.spatial.network.NetworkMetadata
Gets the network
getNetwork() - Method in interface oracle.spatial.network.Node
Returns the network that contains the node.
getNetwork() - Method in interface oracle.spatial.network.Path
Returns the network that contains the path.
getNetwork() - Method in class oracle.spatial.network.SystemConstraint
Returns the network that contains the consatrint.
getNetworkAt(int) - Method in interface oracle.spatial.network.Network
Returns the sub-network at the specified hierarchy level.
getNetworkCache() - Method in interface oracle.spatial.network.Network
Returns the network cache for editing purpose.
getNetworkCacheMap() - Static method in class oracle.spatial.network.NetworkManager
Returns the network cache as a HashMap with network name (type: String) as keys and networks (type: Network) as values
getNetworkFromCache(String) - Static method in class oracle.spatial.network.NetworkManager
Gets the network from the network cache if the specified network is not in the cache, an NetworkDataException exception will be thrown.
getNetworkID() - Method in interface oracle.spatial.network.Network
Returns the network ID.
getNetworkID() - Method in interface oracle.spatial.network.NetworkMetadata
Gets the network ID.
getNetworkIDFromName(Connection, String) - Static method in class oracle.spatial.network.NetworkManager
Returns the network ID from a given network name
getNetworkIDs(Connection) - Static method in class oracle.spatial.network.NetworkManager
Retunrs network names and IDs from the database.
getNetworkNameFromID(Connection, int) - Static method in class oracle.spatial.network.NetworkManager
Returns the network name from a given network ID
getNetworkNames(Connection) - Static method in class oracle.spatial.network.NetworkManager
Retunrs network names and IDs from the database.
getNextEdgeL() - Method in class oracle.spatial.topo.Edge
 
getNextEdgeR() - Method in class oracle.spatial.topo.Edge
 
getNextLink() - Method in interface oracle.spatial.network.AnalysisInfo
Returns the next link.
getNextNode() - Method in interface oracle.spatial.network.AnalysisInfo
Returns the next node.
getNoOfChildLinks() - Method in interface oracle.spatial.network.Link
Gets number of child links Returns 0 if the network is a non-hierarchical network
getNoOfChildNodes() - Method in interface oracle.spatial.network.Node
Gets number of child nodes Returns 0 if the network is a non-hierarchical network
getNoOfDims() - Method in class oracle.spatial.network.GeometryMetadata
Returns the number of dimensions.
getNoOfDims() - Method in interface oracle.spatial.network.MBR
Returns the number of dimensiosns.
getNoOfDims() - Method in interface oracle.spatial.network.MDPoint
Returns the number of dimensions.
getNoOfDims() - Method in class oracle.spatial.network.SDODimArray
Returns the number of dimensions.
getNoOfHierarchyLevels() - Method in interface oracle.spatial.network.Network
Returns the number of hierarcchy levels.
getNoOfHierarchyLevels() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the number of hierarchy levels.
getNoOfLinks() - Method in interface oracle.spatial.network.Network
Returns the number of links.
getNoOfLinks(boolean) - Method in interface oracle.spatial.network.Network
Returns the number of links with the specified active flag.
getNoOfLinks(int) - Method in interface oracle.spatial.network.Network
Returns the number of links with the specified hierarchy level.
getNoOfLinks() - Method in interface oracle.spatial.network.Path
Returns the number of links in the path.
getNoOfNodes() - Method in interface oracle.spatial.network.Network
Returns the number of nodes.
getNoOfNodes(boolean) - Method in interface oracle.spatial.network.Network
Returns the number of nodes with the specified active flag.
getNoOfNodes(int) - Method in interface oracle.spatial.network.Network
Returns the number of nodes with the specified hierachy level.
getNoOfPartitions() - Method in interface oracle.spatial.network.Network
Returns the number of partitions.
getNoOfPartitions() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the number of partitions.
getNoOfPaths() - Method in interface oracle.spatial.network.Network
Returns the number of paths.
getNoOfPaths(boolean) - Method in interface oracle.spatial.network.Network
Returns the number of paths with the specified active flag.
getNoOfSibilingLinks() - Method in interface oracle.spatial.network.Link
Gets number of sibling links Sibling links are links with the same parent
getNoOfSibilingNodes() - Method in interface oracle.spatial.network.Node
Gets number of sibling nodes Sibling nodes are nodes with the same parent
getNode(int) - Method in interface oracle.spatial.network.Network
Returns the node by ID.
getNode(String) - Method in interface oracle.spatial.network.Network
Returns the node by the String ID.
getNode(int) - Method in class oracle.spatial.topo.TopoMap
Returns a reference to a Node object given its logical ID.
getNodeAdditions() - Method in class oracle.spatial.topo.TopoMap
Provides a list of the nodes that have been added in the cache.
getNodeArray() - Method in interface oracle.spatial.network.Network
Returns the nodes as an array.
getNodeArray(boolean) - Method in interface oracle.spatial.network.Network
Returns the nodes with the specified acvive flag as an array.
getNodeArray(int) - Method in interface oracle.spatial.network.Network
Returns the nodes with the specified hierarchy level as an array.
getNodeArray(String) - Method in interface oracle.spatial.network.Network
Returns the nodes with the specified type as an array.
getNodeArray() - Method in interface oracle.spatial.network.Path
Returns the path nodes as an array.
getNodeAt(int) - Method in interface oracle.spatial.network.Path
Returns the specified node of the path.
getNodeChanges() - Method in class oracle.spatial.topo.TopoMap
Provides a list of the nodes that have been changed in the cache.
getNodeCostColumn() - Method in interface oracle.spatial.network.Network
Returns the node cost column in the database.
getNodeCostColumn() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the node cost column name.
getNodeDeletions() - Method in class oracle.spatial.topo.TopoMap
Provides a list of the nodes that have been marked as deleted in the cache: deleted since the cache topology was loaded from the database, but not yet removed from the database.
getNodeDurationColumn() - Method in interface oracle.spatial.network.Network
Gets node duration column name
getNodeDurationColumn() - Method in interface oracle.spatial.network.NetworkMetadata
Gets node duration column name
getNodeFaceStar(int) - Method in class oracle.spatial.topo.TopoMap
Gets an array of integers representing the IDs of a clockwise enumeration of all the faces adjoining the given node.
getNodeGeomColumn() - Method in interface oracle.spatial.network.Network
Returns the node geometry column name in the database.
getNodeGeomMetadata() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the node geometry metadata.
getNodeHierarchyLevelArray() - Method in interface oracle.spatial.network.Network
Returns the node hierarchy levels as an array.
getNodeIterator() - Method in class oracle.spatial.topo.TopoMap
Provides an Iterator for traversal of all the Node objects contained in the instance cache.
getNodePartitionColumn() - Method in interface oracle.spatial.network.Network
Returns the node partition column in the database.
getNodePartitionColumn() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the node partition column name.
getNodePartitionID(Connection, String, int) - Static method in class oracle.spatial.network.NetworkManager
Returns the partition ID of the given node
getNodeStar(int) - Method in class oracle.spatial.topo.TopoMap
Gets an array of integers representing the IDs of a clockwise enumeration of all the edges connected to the given node.
getNodeStarCount(int) - Method in class oracle.spatial.topo.TopoMap
Gets a count of the number of edges connected at a node.
getNodeTableName() - Method in interface oracle.spatial.network.Network
Returns the node table name in the database.
getNodes() - Method in interface oracle.spatial.network.Network
Returns the nodes as an Iterator.
getNodes(boolean) - Method in interface oracle.spatial.network.Network
Returns the nodes with the specified acvive flag as an Iterator
getNodes(int) - Method in interface oracle.spatial.network.Network
Returns the nodes with the specified hierarchy level as an Iterator.
getNodes(String) - Method in interface oracle.spatial.network.Network
Returns the nodes with the specified type as an Iterator.
getNodes() - Method in interface oracle.spatial.network.Path
Returns the path nodes as an Iterator.
getNodesByPartitionID(int) - Method in interface oracle.spatial.network.Network
Returns the nodes with the specified partition ID as a Set.
getNumPoints() - Method in class oracle.spatial.geometry.JGeometry
Gets the number of points or verticies in this geometry.
getNumValues() - Method in class oracle.spatial.util.DBFReaderJGeom.RecordColumn
 
getOraFieldNames(DBFReaderJGeom, byte[], int) - Static method in class oracle.spatial.util.ShapefileFeatureJGeom
 
getOracleErrorMessage() - Method in class oracle.spatial.util.GeometryExceptionWithContext
 
getOrd() - Method in interface oracle.spatial.network.MDPoint
Returns the ordinates as an array.
getOrd(int) - Method in interface oracle.spatial.network.MDPoint
Gets the specified ordinate.
getOrdinatesArray() - Method in class oracle.spatial.geometry.JGeometry
Gets the reference to the ordinate array of this JGeometry.
getOrdinatesOfElements() - Method in class oracle.spatial.geometry.JGeometry
Gets an array of the (top-level) elements in this geometry.
getOriginNode() - Method in class oracle.spatial.topo.Edge
 
getOutDegree() - Method in interface oracle.spatial.network.Node
Gets the out-degree of the node in a directed network
getOutLinks() - Method in interface oracle.spatial.network.Node
Returns the out-links of the node as an array.
getParentLink() - Method in interface oracle.spatial.network.Link
Returns the parent link.
getParentNode() - Method in interface oracle.spatial.network.Node
Returns the parent node.
getPartitionID() - Method in interface oracle.spatial.network.Link
Returns the link partition ID
getPartitionID() - Method in interface oracle.spatial.network.Network
Return the partitionID of the network.
getPartitionID() - Method in interface oracle.spatial.network.Node
Returns the node partition ID.
getPartitionIDArray(Connection, String) - Static method in class oracle.spatial.network.NetworkManager
Returns node partition IDs in an array
getPartitionTableName() - Method in interface oracle.spatial.network.Network
Returns the partition table name in the database.
getPartitionTableName() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the partition table name.
getPath(int) - Method in interface oracle.spatial.network.Network
Returns the path by ID.
getPath(String) - Method in interface oracle.spatial.network.Network
Returns the path by the String ID.
getPathArray() - Method in interface oracle.spatial.network.Network
Returns the paths as an array.
getPathArray(boolean) - Method in interface oracle.spatial.network.Network
Returns the paths with the specified active flag as an array.
getPathArray(String) - Method in interface oracle.spatial.network.Network
Returns the paths with the specified type as an array.
getPathGeomColumn() - Method in interface oracle.spatial.network.Network
Returns the path geometry column name in the database.
getPathGeomMetadata() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the path geometry metadata.
getPathLinkTableName() - Method in interface oracle.spatial.network.Network
Returns the path link table name in the database.
getPathLinkTableName() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the path-link table name.
getPathLinkVec() - Method in interface oracle.spatial.network.AnalysisInfo
Returns the current path links as a Vector.
getPathNodeVec() - Method in interface oracle.spatial.network.AnalysisInfo
Returns the current path nodes as a Vector.
getPathTableName() - Method in interface oracle.spatial.network.Network
Returns the path table name in the database.
getPaths() - Method in interface oracle.spatial.network.Network
Returns the paths as an Iterator.
getPaths(boolean) - Method in interface oracle.spatial.network.Network
Returns paths with the specified active as an Iterator.
getPaths(String) - Method in interface oracle.spatial.network.Network
Returns the paths with the specified type as an Iterator.
getPathsByPartitionID(int) - Method in interface oracle.spatial.network.Network
Returns the paths of which the start nodes with the specified partition ID as a Set.
getPoint() - Method in class oracle.spatial.geometry.JGeometry
Gets the coordinate of this point geometry.
getPrevEdgeL() - Method in class oracle.spatial.topo.Edge
 
getPrevEdgeR() - Method in class oracle.spatial.topo.Edge
 
getRecord(int) - Method in class oracle.spatial.util.DBFReaderJGeom
retrieve the nth record in the file.
getRelSchema(DBFReaderJGeom) - Static method in class oracle.spatial.util.ShapefileFeatureJGeom
 
getRelSchema(DBFReaderJGeom, String) - Static method in class oracle.spatial.util.ShapefileFeatureJGeom
 
getSRID() - Method in class oracle.spatial.geometry.JGeometry
Gets the geometry SRID.
getShape(double[], boolean) - Static method in class oracle.spatial.util.Util
converts the coordinate array into a GeneralPath shape.
getShpDims(int, double) - Static method in class oracle.spatial.util.ShapefileReaderJGeom
 
getShpFileType() - Method in class oracle.spatial.util.ShapefileReaderJGeom
return the Shape Type in the file.
getSiblingLinkArray() - Method in interface oracle.spatial.network.Link
Retunrs the sibling links as a Link array.
getSiblingNodeArray() - Method in interface oracle.spatial.network.Node
Retunrs the sibling nodes as a Node array.
getSiblings() - Method in interface oracle.spatial.network.Link
Returns the sibling links as an Iterator.
getSiblings() - Method in interface oracle.spatial.network.Node
Retunrs the sibling nodes as an Iterator.
getSize() - Method in class oracle.spatial.geometry.JGeometry
Gets an estimated size of the geometry in bytes.
getSpecifics() - Method in class oracle.spatial.util.GeometryExceptionWithContext
 
getSrid() - Method in class oracle.spatial.network.GeometryMetadata
Returns the SRID.
getSrid() - Method in interface oracle.spatial.network.MDPoint
Returns the SRID.
getSrid() - Method in class oracle.spatial.topo.TopoMap
Returns the SRID of the topology.
getStartEdge() - Method in class oracle.spatial.topo.Node
 
getStartMeasure() - Method in interface oracle.spatial.network.Link
Gets the start measure of the referenced LRS geometry.
getStartNode() - Method in interface oracle.spatial.network.AnalysisInfo
Returns the start node.
getStartNode() - Method in interface oracle.spatial.network.Link
Returns the start node.
getStartNode() - Method in interface oracle.spatial.network.Path
Returns the start node of the path.
getStartPosInOrdinateArray(JGeometry, int) - Method in class oracle.spatial.util.WKBasis
 
getState() - Method in interface oracle.spatial.network.Link
Returns the link state.
getState() - Method in interface oracle.spatial.network.Node
Returns the node state.
getState() - Method in interface oracle.spatial.network.Path
Gets the path state.
getStringID(Object) - Method in interface oracle.spatial.network.NDMStringID
 
getSubNetwork(MBR) - Method in interface oracle.spatial.network.Network
Returns the sub-network bound by the specified MBR.
getTableName() - Method in class oracle.spatial.network.GeometryMetadata
Returns the geometry table name.
getTemporaryLinkArray() - Method in interface oracle.spatial.network.Network
Returns all temporary links as an array.
getTemporaryNodeArray() - Method in interface oracle.spatial.network.Network
Returns all temporary nodes as an array.
getTopoName() - Method in class oracle.spatial.topo.TopoMap
Returns the name of the topology.
getTopoTransactionID() - Method in class oracle.spatial.topo.TopoMap
Returns the topology transaction ID if there is data loaded in the cache for update.
getTopology() - Method in interface oracle.spatial.network.NetworkMetadata
Returns topology name of the network
getTopologyBounds() - Method in class oracle.spatial.topo.TopoMap
Determines the bounds of the data contained in the database topology, using the spatial index in the database.
getTopologyEdgeCount() - Method in class oracle.spatial.topo.TopoMap
Returns the number of edges in the <topologyName>_EDGE$ table.
getTopologyFaceCount() - Method in class oracle.spatial.topo.TopoMap
Returns the number of faces in the <topologyName>_FACE$ table.
getTopologyNodeCount() - Method in class oracle.spatial.topo.TopoMap
Returns the number of nodes in the <topologyName>_NODE$ table.
getType() - Method in class oracle.spatial.geometry.JGeometry
Gets the geometry type.
getType() - Method in interface oracle.spatial.network.Link
Returns the link type.
getType() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the network type.
getType() - Method in interface oracle.spatial.network.Node
Returns the node type.
getType() - Method in interface oracle.spatial.network.Path
Returns the path type.
getType() - Method in class oracle.spatial.util.DBFReaderJGeom.CharacterColumn
 
getType() - Method in class oracle.spatial.util.DBFReaderJGeom.DateColumn
 
getType() - Method in class oracle.spatial.util.DBFReaderJGeom.LogicalColumn
 
getType() - Method in class oracle.spatial.util.DBFReaderJGeom.NumericColumn
 
getType() - Method in class oracle.spatial.util.DBFReaderJGeom.RecordColumn
 
getUpperBound(int) - Method in class oracle.spatial.network.SDODimArray
Returns the specified upper bound.
getUser() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the network owner.
getUserData() - Method in interface oracle.spatial.network.Link
Gets the user defined data.
getUserData(String) - Method in interface oracle.spatial.network.Link
Gets user data
getUserData() - Method in interface oracle.spatial.network.Network
Gets user defined data.
getUserData(String) - Method in interface oracle.spatial.network.Network
Gets user data
getUserData() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the user defined data.
getUserData(String) - Method in interface oracle.spatial.network.NetworkMetadata
Gets user data
getUserData() - Method in interface oracle.spatial.network.Node
Gets user defined data.
getUserData(String) - Method in interface oracle.spatial.network.Node
Gets user data
getUserData() - Method in interface oracle.spatial.network.Path
Gets user defined data.
getUserData(String) - Method in interface oracle.spatial.network.Path
Gets user data
getUserNameSpaces() - Method in interface oracle.spatial.network.XMLUserDataIO
Returns user defined name spaces, null if none.
getValue(int) - Method in class oracle.spatial.util.DBFReaderJGeom.RecordColumn
 
getVersion() - Static method in class oracle.spatial.network.NetworkManager
Returns the version of the SDO networkAdapter.
getWKInputStream(byte[]) - Method in class oracle.spatial.util.WKB
 
getWKInputStream(byte[]) - Method in class oracle.spatial.util.WKBasis
 
getWKInputStream(byte[]) - Method in class oracle.spatial.util.WKT
 
getX() - Method in class oracle.spatial.geometry.JGeometry.Point
 
getX() - Method in class oracle.spatial.topo.Point2DD
 
getY() - Method in class oracle.spatial.geometry.JGeometry.Point
 
getY() - Method in class oracle.spatial.topo.Point2DD
 
gmlTypes - Static variable in class oracle.spatial.util.GML
 

H

hasCircularArcs() - Method in class oracle.spatial.geometry.JGeometry
Checks if this geometry is a compound one.
hasNodeCost() - Method in interface oracle.spatial.network.Network
Checks if the network has node cost.
hasStringID() - Method in interface oracle.spatial.network.Network
Checks if the network has String ID index
hasType(JGeometry, int, int, int, int) - Method in class oracle.spatial.util.WKBasis
 

I

InvalidTopoOperationException - exception oracle.spatial.topo.InvalidTopoOperationException.
 
InvalidTopoOperationException() - Constructor for class oracle.spatial.topo.InvalidTopoOperationException
 
InvalidTopoOperationException(String) - Constructor for class oracle.spatial.topo.InvalidTopoOperationException
 
idxFIS - Variable in class oracle.spatial.util.ShapefileReaderJGeom
 
idxFileHdr - Variable in class oracle.spatial.util.ShapefileReaderJGeom
 
idxRecordOffset(int) - Method in class oracle.spatial.util.ShapefileReaderJGeom
make an double out of the byte array starting at offset 'off'.
importGeometry(Object, int) - Method in class oracle.spatial.util.AdapterShapefileJGeom
 
inSector(Point2DD, Point2DD[]) - Static method in class oracle.spatial.topo.CompGeom
inSector determines whether a line drawn from the middle vertex of a triad of vertices to a test point lies within the sector defined by the triad.
inSector(double, double, double, double, double, double, double, double) - Static method in class oracle.spatial.topo.CompGeom
inSector determines whether a line drawn from the middle vertex of a triad of vertices to a test point lies within the sector defined by the triad.
incPointInPolygon(Point2DD, Point2DD[], boolean) - Static method in class oracle.spatial.topo.CompGeom
Incremental Point in Polygon routine taking a string of coordinates representing a part (or all) of a ring boundary.
info(String) - Method in class oracle.spatial.util.Logger
Logs a piece of information (such as configuration et al).
info(String, String, String) - Method in class oracle.spatial.util.Logger
Logs a piece of information (such as configuration et al).
info(Exception) - Method in class oracle.spatial.util.Logger
Logs an info exception
insertGeomMetadata(Connection, String, String, int, SDODimArray) - Static method in class oracle.spatial.network.NetworkManager
Inserts the geometry metadata to the database.
inside(MDPoint, MDPoint) - Method in interface oracle.spatial.network.MDPoint
Checks if the point is inside the specified range represented by the low and the high points.
inside(MDPoint, double) - Method in interface oracle.spatial.network.MDPoint
Checks if the point is inside the specified range represented by the point and the radius.
interacts(MBR, double) - Method in interface oracle.spatial.network.MBR
Checks if the MBR interacts with the specified MBR.
interacts(MBR) - Method in interface oracle.spatial.network.MBR
Checks if the MBR interacts with the specified MBR.
intersect(MBR) - Method in interface oracle.spatial.network.MBR
Creates a new MBR by intersecting with the specified MBR.
intersectNetwork(Network) - Method in interface oracle.spatial.network.Network
Intersects the network with the given network.
isActive() - Method in interface oracle.spatial.network.Link
Checks if the link is active.
isActive() - Method in interface oracle.spatial.network.Node
Checks if the node is active.
isActive() - Method in interface oracle.spatial.network.Path
Checks if the path is active.
isBidirected() - Method in interface oracle.spatial.network.Link
Checks if the link is bidiretced
isCircle() - Method in class oracle.spatial.geometry.JGeometry
Checks if this geometry represents a circle.
isClosed() - Method in interface oracle.spatial.network.Path
Checks if the path is closed.
isComplex() - Method in interface oracle.spatial.network.NetworkMetadata
Checks if the network is a complex network.
isConnected() - Method in interface oracle.spatial.network.Network
Checks if the network is connected.
isConnected(Path) - Method in interface oracle.spatial.network.Path
Checks if the path is connected.
isDirected() - Method in interface oracle.spatial.network.Network
Checks if the network is directed.
isDirected() - Method in interface oracle.spatial.network.NetworkMetadata
Checks if the network is directed.
isExternalLink() - Method in interface oracle.spatial.network.Link
Checks if the link is an external link that refers nodes in different networks
isExternalNode() - Method in interface oracle.spatial.network.Node
Checks if the node is an external node which refers a node in another network
isGeodetic(int) - Static method in class oracle.spatial.util.Util
Using an Oracle convention to determin if a srid is geodetic
isGeodeticMBR() - Method in class oracle.spatial.geometry.JGeometry
Checks if this geometry represents a geodetic MBR.
isGoal(Node) - Method in interface oracle.spatial.network.GoalNode
Returns true if the given node id a goal, false otherwise.
isHierarchical() - Method in interface oracle.spatial.network.Network
Checks if the network is hierarchical (hierarchy level > 1).
isHierarchical() - Method in interface oracle.spatial.network.NetworkMetadata
Checks if the network is hierarchical.
isLRSGeometry() - Method in class oracle.spatial.geometry.JGeometry
Checks if this is a LRS (Linear Reference System) geometry.
isLRSGeometry() - Method in interface oracle.spatial.network.Network
Checks if the network is from an LRS geometry layer.
isLRSGeometry() - Method in interface oracle.spatial.network.NetworkMetadata
Checks if the network geometries are LRS SDO_GEOMETRY objects.
isLogical() - Method in interface oracle.spatial.network.Link
Checks if the link is logical.
isLogical() - Method in interface oracle.spatial.network.Network
Checks if the network is logical (without spatial information).
isLogical() - Method in interface oracle.spatial.network.NetworkMetadata
Checks if the network is logical.
isLogical() - Method in interface oracle.spatial.network.Node
 
isLogical() - Method in interface oracle.spatial.network.Path
Chceks if the path is logical.
isMarked() - Method in interface oracle.spatial.network.Node
Checks if the node is marked.
isModified() - Method in interface oracle.spatial.network.Network
Checks if the network has been modified.
isMultiPoint() - Method in class oracle.spatial.geometry.JGeometry
Checks if this geometry is of Multi-Point type.
isNetworkPartitioned(Connection, String) - Static method in class oracle.spatial.network.NetworkManager
 
isPartition() - Method in interface oracle.spatial.network.Network
Checks if the network is a network partition.
isPartitioned() - Method in interface oracle.spatial.network.Network
Checks if the network is partitioned.
isPartitioned() - Method in interface oracle.spatial.network.NetworkMetadata
Checks if the network is partiioned (no of partitions > 1 )
isPartitionedByNode(Connection, String) - Static method in class oracle.spatial.network.NetworkManager
 
isPersistent() - Method in interface oracle.spatial.network.Network
Checks if the network is persistent (stored in the database).
isPoint() - Method in class oracle.spatial.geometry.JGeometry
Checks if this geometry is of point type.
isPre9i(Connection) - Static method in class oracle.spatial.util.Util
Determin if a database is pre-9i version.
isReachable(Network, int, int, MBR, int) - Static method in class oracle.spatial.network.NetworkManager
Checks if the source node can reach the target node.
isReachable(Network, int, int) - Static method in class oracle.spatial.network.NetworkManager
Checks if the source node can reach the target node.
isReachable(Network, int, int, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Checks if the source node can reach the target node.
isReadOnly() - Method in interface oracle.spatial.network.Network
Checks if the network is read-only to the database.
isRectangle() - Method in class oracle.spatial.geometry.JGeometry
Checks if this geometry represents a rectangle.
isSDOGeometry() - Method in interface oracle.spatial.network.Network
Checks if the network is from an SDO geometry layer.
isSDOGeometry() - Method in interface oracle.spatial.network.NetworkMetadata
Checks if the network geometries are SDO_GEOMETRY objects.
isSatisfied(AnalysisInfo) - Method in interface oracle.spatial.network.NetworkConstraint
Checks if the constraint is satisfied.
isSatisfied(AnalysisInfo) - Method in class oracle.spatial.network.SystemConstraint
Check if the system constraint is satisfied during the search.
isSimple() - Method in interface oracle.spatial.network.Network
Checks if the network is a simple network whcih does not refer to other networks
isSimple() - Method in interface oracle.spatial.network.NetworkMetadata
Checks if the network is a simple network.
isSimple() - Method in interface oracle.spatial.network.Path
Checks if the path is simple (no self-crossing).
isSpatial() - Method in interface oracle.spatial.network.Network
Checks if the network is spatial (with spatial information).
isSpatial() - Method in interface oracle.spatial.network.NetworkMetadata
Checks if the network is spatial.
isTemporary() - Method in interface oracle.spatial.network.Link
Checks if the link is temporary.
isTemporary() - Method in interface oracle.spatial.network.Node
Checks if the node is temporary.
isTemporary() - Method in interface oracle.spatial.network.Path
Checks if the path is temporary.
isTopoGeometry() - Method in interface oracle.spatial.network.Network
Checks if the network is from a TOPO geometry layer.
isTopoGeometry() - Method in interface oracle.spatial.network.NetworkMetadata
Checks if the network geometries are SDO_TOPO_GEOMETRY objects.
isTree() - Method in interface oracle.spatial.network.Network
Checks if the network is a tree.
isUndirected() - Method in interface oracle.spatial.network.Network
Checks if the network is un-directed.
isUndirected() - Method in interface oracle.spatial.network.NetworkMetadata
Checks if the network is undirected.
isUnidirected() - Method in interface oracle.spatial.network.Link
Checks if the link is uni-diretced

J

JGeometry - class oracle.spatial.geometry.JGeometry.
A Java class that maps Oracle Spatial's SQL type MDSYS.SDO_GEOMETRY.
JGeometry(int, int, double, double, double, int[], double[]) - Constructor for class oracle.spatial.geometry.JGeometry
Constructs a JGeometry instance with given information
JGeometry(int, int, int[], double[]) - Constructor for class oracle.spatial.geometry.JGeometry
Constructs a JGeometry instance with given information
JGeometry(double, double, int) - Constructor for class oracle.spatial.geometry.JGeometry
Constructs a 2D JGeometry instance that is a point
JGeometry(double, double, double, int) - Constructor for class oracle.spatial.geometry.JGeometry
Constructs a 3D JGeometry instance that is a point
JGeometry(double, double, double, double, int) - Constructor for class oracle.spatial.geometry.JGeometry
Creates a JGeometry instance that is a Rectangle.
JGeometry.Point - class oracle.spatial.geometry.JGeometry.Point.
A convenient class that represents a double-typed point.
JGeometry.Point() - Constructor for class oracle.spatial.geometry.JGeometry.Point
 
JGeometry.Point(double, double) - Constructor for class oracle.spatial.geometry.JGeometry.Point
Constructs a new Point with x and y value.

K

KLPartition - class oracle.spatial.network.KLPartition.
 
KLPartition() - Constructor for class oracle.spatial.network.KLPartition
 

L

LABEL_WKB_CIRCULARSTRING - Static variable in class oracle.spatial.util.WKBasis
 
LABEL_WKB_COMPOUNDCURVE - Static variable in class oracle.spatial.util.WKBasis
 
LABEL_WKB_CURVEPOLYGON - Static variable in class oracle.spatial.util.WKBasis
 
LABEL_WKB_GEOMETRYCOLLECTION - Static variable in class oracle.spatial.util.WKBasis
 
LABEL_WKB_LINESTRING - Static variable in class oracle.spatial.util.WKBasis
 
LABEL_WKB_MULTICURVE - Static variable in class oracle.spatial.util.WKBasis
 
LABEL_WKB_MULTILINESTRING - Static variable in class oracle.spatial.util.WKBasis
 
LABEL_WKB_MULTIPOINT - Static variable in class oracle.spatial.util.WKBasis
 
LABEL_WKB_MULTIPOLYGON - Static variable in class oracle.spatial.util.WKBasis
 
LABEL_WKB_MULTISURFACE - Static variable in class oracle.spatial.util.WKBasis
 
LABEL_WKB_POINT - Static variable in class oracle.spatial.util.WKBasis
 
LABEL_WKB_POLYGON - Static variable in class oracle.spatial.util.WKBasis
 
LEVEL_DEBUG - Static variable in class oracle.spatial.util.Logger
the DEBUG logging level.
LEVEL_ERROR - Static variable in class oracle.spatial.util.Logger
the ERROR logging level.
LEVEL_FATAL - Static variable in class oracle.spatial.util.Logger
the highest logging level; Logs unrecoverable program events.
LEVEL_FINEST - Static variable in class oracle.spatial.util.Logger
the finest possible logging level.
LEVEL_INFO - Static variable in class oracle.spatial.util.Logger
the INFO logging level, used for logging program configuration and other useful information.
LEVEL_WARN - Static variable in class oracle.spatial.util.Logger
the WARN logging level.
LITTLE_ENDIAN - Static variable in class oracle.spatial.util.ByteOrder
 
LOGICAL_NETWORK - Static variable in interface oracle.spatial.network.Network
 
LOG_THREAD_NAME - Static variable in class oracle.spatial.util.Logger
Set this flag if log records should include the name of the logging thread.
LOG_TIME - Static variable in class oracle.spatial.util.Logger
Set this flag if log records should include the date/time of the logging event.
LRS_GEOMETRY_TYPE - Static variable in interface oracle.spatial.network.Network
 
Link - interface oracle.spatial.network.Link.
This interface defines a network link.
Logger - class oracle.spatial.util.Logger.
Logging API for Oracle LBS products.
Logger() - Constructor for class oracle.spatial.util.Logger
 
leafCount - Variable in class oracle.spatial.util.RTree
 
levels - Variable in class oracle.spatial.util.RTree
 
lineLineIntersect(Point2DD, Point2DD, Point2DD, Point2DD, Point2DD) - Static method in class oracle.spatial.topo.CompGeom
Finds the open-set intersection of two line segments, if any.
linearizeArc(double, double, double, double, double, double, int) - Static method in class oracle.spatial.geometry.JGeometry
returns a linearized array of 2D line segments for an ARC given in three points.
linearizeArc(double, double, double, double, double, double, double) - Static method in class oracle.spatial.geometry.JGeometry
For a given arc, returns a linearized array of 2D line segments.
linearizeArc(double, double, double, double, double, double) - Static method in class oracle.spatial.geometry.JGeometry
For a given arc, returns a linearized array of 2D line segments.
linkExists(Node) - Method in interface oracle.spatial.network.Node
Checks if the link is bound by the node and the specified nodes.
load(STRUCT) - Static method in class oracle.spatial.geometry.JGeometry
Creates a JGeometry instance from a STRUCT object representing a geometry column in a JDBC result set.
loadEdge(int) - Method in class oracle.spatial.topo.TopoMap
Loads an edge from the database if the edge is not already in the cache.
loadFace(int) - Method in class oracle.spatial.topo.TopoMap
Loads a face from the database if the face is not already in the cache.
loadNode(int) - Method in class oracle.spatial.topo.TopoMap
Loads a node from the database if the node is not already in the cache.
loadTopology(boolean) - Method in class oracle.spatial.topo.TopoMap
Loads the entire topology from the database into the instance cache.
loadTopology(boolean, boolean) - Method in class oracle.spatial.topo.TopoMap
Loads the entire topology from the database into the instance cache.
loadWindow(double, double, double, double, boolean) - Method in class oracle.spatial.topo.TopoMap
Loads a portion of the topology specified by a query window.
loadWindow(double, double, double, double, boolean, boolean) - Method in class oracle.spatial.topo.TopoMap
Loads a portion of the topology specified by a query window.
locatePoint(double) - Method in interface oracle.spatial.network.Link
Returns the (linearly interpreted) point on the link geometry of the given distance ratio.

M

MBR - interface oracle.spatial.network.MBR.
This interface defines the Minimum Bounding Rectangle (MBR) interface.
MDCGEQ(double, double, double) - Method in class oracle.spatial.util.WKBasis
 
MDPoint - interface oracle.spatial.network.MDPoint.
This interface defines a mutilple dimension point.
m_conn - Static variable in class oracle.spatial.util.Adapters
 
m_conn - Static variable in class oracle.spatial.util.GML2
 
m_conn - Static variable in class oracle.spatial.util.ShapefileReaderJGeom
 
m_context - Variable in class oracle.spatial.util.GeometryExceptionWithContext
 
m_currentParanLevel - Variable in class oracle.spatial.util.WKT.WKTInputStream
 
m_defaultByteOrder - Variable in class oracle.spatial.util.WKBasis
 
m_is - Variable in class oracle.spatial.util.WKB.WKBInputStream
 
m_listLengths - Variable in class oracle.spatial.util.WKT.WKTInputStream
 
m_oracleErrorMessage - Variable in class oracle.spatial.util.GeometryExceptionWithContext
 
m_size - Variable in class oracle.spatial.util.WKBasis.VectorOfDouble
 
m_size - Variable in class oracle.spatial.util.WKBasis.VectorOfInt
 
m_specifics - Variable in class oracle.spatial.util.GeometryExceptionWithContext
 
m_tokenizer - Variable in class oracle.spatial.util.WKT.WKTInputStream
 
m_values - Variable in class oracle.spatial.util.WKBasis.VectorOfDouble
 
m_values - Variable in class oracle.spatial.util.WKBasis.VectorOfInt
 
m_wkbAdapter - Static variable in class oracle.spatial.util.Adapters
 
m_wktAdapter - Static variable in class oracle.spatial.util.Adapters
 
main(String[]) - Static method in class oracle.spatial.geometry.BufferGeometry
 
main(String[]) - Static method in class oracle.spatial.network.KLPartition
 
main(String[]) - Static method in class oracle.spatial.topo.CompGeom
 
main(String[]) - Static method in class oracle.spatial.topo.TopoMap
 
main(String[]) - Static method in class oracle.spatial.util.RTree
 
main(String[]) - Static method in class oracle.spatial.util.SampleShapefileToJGeom
 
main(String[]) - Static method in class oracle.spatial.util.SampleShapefileToJGeomFeature
 
mainFIS - Variable in class oracle.spatial.util.ShapefileReaderJGeom
 
mainFileHdr - Variable in class oracle.spatial.util.ShapefileReaderJGeom
 
mainRecordOffset(int, IndexRecord) - Method in class oracle.spatial.util.ShapefileReaderJGeom
 
makeDoubleBigEndian(byte[], int) - Static method in class oracle.spatial.util.ShapefileReaderJGeom
 
makeDoubleLittleEndian(byte[], int) - Static method in class oracle.spatial.util.ShapefileReaderJGeom
 
makeIntBigEndian(byte[], int) - Static method in class oracle.spatial.util.ShapefileReaderJGeom
 
makeIntLittleEndian(byte[], int) - Static method in class oracle.spatial.util.ShapefileReaderJGeom
 
makeLogical(Network) - Static method in class oracle.spatial.network.NetworkManager
Convert a spatial network to a logical network Note this only updates the network metadata information original spatial information remains unahcnged
makeMPoint(byte[], int, int) - Static method in class oracle.spatial.util.ShapefileReaderJGeom
 
makeMPointZ(byte[], int, int) - Static method in class oracle.spatial.util.ShapefileReaderJGeom
 
makePoint(byte[], int, int) - Static method in class oracle.spatial.util.ShapefileReaderJGeom
 
makePointM(byte[], int, int) - Static method in class oracle.spatial.util.ShapefileReaderJGeom
 
makePointZ(byte[], int, int) - Static method in class oracle.spatial.util.ShapefileReaderJGeom
 
makePoly(byte[], int, int, int) - Static method in class oracle.spatial.util.ShapefileReaderJGeom
 
makePolyM(byte[], int, int, int) - Static method in class oracle.spatial.util.ShapefileReaderJGeom
 
makePolyZ(byte[], int, int, int) - Static method in class oracle.spatial.util.ShapefileReaderJGeom
 
makePolyZM(byte[], int, int, int, int[], int, int, int, int) - Static method in class oracle.spatial.util.ShapefileReaderJGeom
 
makeSpatial(Network, String, String, String) - Static method in class oracle.spatial.network.NetworkManager
Convert a logical network to a spatial network Note this only updates the network metadata information
makeTemporary() - Method in interface oracle.spatial.network.Link
Makes the link temporary.
makeTemporary() - Method in interface oracle.spatial.network.Node
Makes the node temporary.
maxCostExists() - Method in class oracle.spatial.network.SystemConstraint
Checks if the maximum cost constraint exists.
maxDepthExists() - Method in class oracle.spatial.network.SystemConstraint
Checks if the maximum path depth constraint exists.
maxDistanceExists() - Method in class oracle.spatial.network.SystemConstraint
Checks if the maximum distance constraint exists.
maxDurationExists() - Method in class oracle.spatial.network.SystemConstraint
Checks if the maximum duration constraint exists.
maxMBRExists() - Method in class oracle.spatial.network.SystemConstraint
Checks if the maximum MBR constraint exists.
mbh - Variable in class oracle.spatial.util.RTree
 
mbr(double[]) - Static method in class oracle.spatial.util.Util
 
mcst(Network) - Static method in class oracle.spatial.network.NetworkManager
Returns the minimum cost spanning tree (Kruskal Algorithm) as a network.
mcstLinkArray(Network) - Static method in class oracle.spatial.network.NetworkManager
Returns the minimum cost spanning tree (Kruskal Algorithm).
measureMax - Variable in class oracle.spatial.util.ShapefileReaderJGeom
 
measureMin - Variable in class oracle.spatial.util.ShapefileReaderJGeom
 
minFill - Variable in class oracle.spatial.util.RTree
 
monoMeasure(double[], int) - Static method in class oracle.spatial.geometry.JGeometry
Edited version of PL/SQL monotonic_measure() monoMeasure() determines whether a line is monotonically increasing or decreasing Returns: 1 if increasing or all measures null; -1 if decreasing; 0 if measures are inconsistent Note: Repeated measures are not flagged as inconsistent (but are not valid in LRS); assumes measure is in the last position: X,Y,M or X,Y,Z,M
moveEdge(int, int, int, Point2DD[]) - Method in class oracle.spatial.topo.TopoMap
Moves one endpoint of an edge and changes the edge coordinates after checking that no topological changes would be required, other than some possible exceptions.
moveEdge(int, int, int, Point2DD[], ArrayList, ArrayList, boolean) - Method in class oracle.spatial.topo.TopoMap
Moves one endpoint of an edge and changes the edge coordinates after checking that no topological changes would be required, other than some possible exceptions.
moveIsolatedNode(int, Point2DD) - Method in class oracle.spatial.topo.TopoMap
Moves an isolated node.
moveNode(int, Point2DD[][]) - Method in class oracle.spatial.topo.TopoMap
Moves a node and its attached edges after checking that no topological changes would be required, except that island edges and nodes may change containing faces.
moveNode(int, Point2DD[][], ArrayList, ArrayList, boolean) - Method in class oracle.spatial.topo.TopoMap
Moves a node and its attached edges after checking that no topological changes would be required.

N

NDMStringID - interface oracle.spatial.network.NDMStringID.
 
NDMTimer - class oracle.spatial.network.NDMTimer.
 
NDMTimer() - Constructor for class oracle.spatial.network.NDMTimer
 
NOID - Static variable in class oracle.spatial.topo.TopoMap
 
Network - interface oracle.spatial.network.Network.
This interface defines a network.
NetworkConstraint - interface oracle.spatial.network.NetworkConstraint.
This interface defines a general network constraint for network analysis.
NetworkDataException - exception oracle.spatial.network.NetworkDataException.
This class defines the exceptions for Oracle Spatial Network Data Model
NetworkDataException() - Constructor for class oracle.spatial.network.NetworkDataException
Constucts a Network Data Model Exception without messgae.
NetworkDataException(String) - Constructor for class oracle.spatial.network.NetworkDataException
Constructs a Network Data Model exception with an error message.
NetworkFactory - class oracle.spatial.network.NetworkFactory.
This class handles network element creation for Oracle Spatial Network Data Model.
NetworkManager - class oracle.spatial.network.NetworkManager.
This class defines methods for the network data I/O and network analysis.
NetworkMetadata - interface oracle.spatial.network.NetworkMetadata.
This class defines a network metadata.
Node - interface oracle.spatial.network.Node.
This interface defines a network node.
Node - class oracle.spatial.topo.Node.
 
nDimensions - Variable in class oracle.spatial.util.RTree
 
nRecords - Variable in class oracle.spatial.util.ShapefileReaderJGeom
 
namePrefix - Variable in class oracle.spatial.util.ShapefileReaderJGeom
 
nearestLink(double, double) - Method in interface oracle.spatial.network.Network
Gets the nearest link in a spatial network The result is in an array of Link.
nearestNeighbors(Network, int, int, NetworkConstraint, GoalNode) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest paths of the N nearest neighbors from the specified start node.
nearestNeighbors(Network, int, int, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest paths of the N nearest neighbors from the start node.
nearestNeighbors(Network, int, int) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest paths of the N nearest neighbors from the start node.
nearestNode(double, double) - Method in interface oracle.spatial.network.Network
Gets the nearest node in a spatial network The result is in an array of Node.
nearestPoint(double, double) - Method in interface oracle.spatial.network.Link
Returns the nearest point on the link geometry.
nearestReachingNeighbors(Network, int, int, NetworkConstraint, GoalNode) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest paths of the N nearest reaching neighbors to the specified start node.
nearestReachingNeighbors(Network, int, int, GoalNode) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest paths of the N nearest reaching neighbors to the specified start node.
nearestReachingNeighbors(Network, int, int) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest paths of the N nearest reaching neighbors to the specified start node.
networkExists(Connection, String) - Static method in class oracle.spatial.network.NetworkManager
Checks if the given network exists in the database.
nodeCount - Variable in class oracle.spatial.util.RTree
 
nodeSize - Variable in class oracle.spatial.util.RTree
 
normalize(String) - Static method in class oracle.spatial.util.GML
 
numFields() - Method in class oracle.spatial.util.DBFReaderJGeom
return the number of fields in each record
numRecords() - Method in class oracle.spatial.util.DBFReaderJGeom
return the number of records in the DBF file.
numRecords() - Method in class oracle.spatial.util.ShapefileReaderJGeom
return the number of shape records in the file.

O

OraTst - class oracle.spatial.network.OraTst.
This class defines print methods for the network elements in Network Data Model.
OraTst() - Constructor for class oracle.spatial.network.OraTst
 
openDBF(String) - Method in class oracle.spatial.util.DBFReaderJGeom
Given a DBF file's name, open the file and read the header info.
openShapefile(String) - Method in class oracle.spatial.util.ShapefileReaderJGeom
open a shapefile with the given name.
oracle.spatial.geometry - package oracle.spatial.geometry
 
oracle.spatial.network - package oracle.spatial.network
 
oracle.spatial.topo - package oracle.spatial.topo
 
oracle.spatial.util - package oracle.spatial.util
 
otherNode(Node) - Method in interface oracle.spatial.network.Link
Returns the other node of the link, if the start node = node, the end node is returned.
outputCoordinates(int, int, double[], int, StringBuffer) - Method in class oracle.spatial.util.GML2
 

P

Partition - interface oracle.spatial.network.Partition.
 
PartitionCache - class oracle.spatial.network.PartitionCache.
This class defines methods for the network partition cache
PartitionCache() - Constructor for class oracle.spatial.network.PartitionCache
 
PartitionKmeansImpl - class oracle.spatial.network.PartitionKmeansImpl.
This class offers a database implementation of k-means algorithm that partition the spatial network.
PartitionKmeansImpl(Connection, String, int) - Constructor for class oracle.spatial.network.PartitionKmeansImpl
Constructor.
Path - interface oracle.spatial.network.Path.
This interface defines a network path.
Point2DD - class oracle.spatial.topo.Point2DD.
 
Point2DD() - Constructor for class oracle.spatial.topo.Point2DD
 
Point2DD(double, double) - Constructor for class oracle.spatial.topo.Point2DD
 
Point2DD(Point2DD) - Constructor for class oracle.spatial.topo.Point2DD
 
packTree(double[][][], Object[]) - Method in class oracle.spatial.util.RTree
Generates a highly ordered packed tree using the scan-tile-recursive method
paint(Graphics) - Method in class oracle.spatial.topo.TopoFrame
 
paint(Graphics) - Method in class oracle.spatial.util.RTree.RTreePlot
 
partBuffer - Variable in class oracle.spatial.util.ShapefileReaderJGeom
 
partBufferLen - Variable in class oracle.spatial.util.ShapefileReaderJGeom
 
partition(Network, int) - Static method in class oracle.spatial.network.KLPartition
 
partition(Set, int, Set) - Static method in class oracle.spatial.network.KLPartition
 
partitionNetwork(Network, int) - Static method in class oracle.spatial.network.NetworkManager
Partitions the given network into the given numPartition partitions.
partitionNetwork(Connection, String, int) - Static method in class oracle.spatial.network.NetworkManager
Partitions the spatial network with K-Means method.
partitionNetwork() - Method in interface oracle.spatial.network.Partition
 
partitionNetwork() - Method in class oracle.spatial.network.PartitionKmeansImpl
 
partitionedByLink() - Method in interface oracle.spatial.network.Network
Checks if the network is partitioned by links
partitionedByNode() - Method in interface oracle.spatial.network.Network
Checks if the network is partitioned by nodes
pointInMBR(Point2DD, Point2DD[]) - Static method in class oracle.spatial.topo.CompGeom
Determines if a point is within the bounds of the specified rectangle.
pointInMBR(double, double, double[][]) - Static method in class oracle.spatial.topo.CompGeom
Determines if a point is within the bounds of the specified rectangle.
prepareTableForData(Connection, int, double, ShapefileReaderJGeom) - Static method in class oracle.spatial.util.SampleShapefileToJGeom
 
prepareTableForData(Connection, DBFReaderJGeom, ShapefileFeatureJGeom, int, double, ShapefileReaderJGeom) - Static method in class oracle.spatial.util.SampleShapefileToJGeomFeature
 
print(String) - Static method in class oracle.spatial.network.OraTst
Prints the message.
print(MBR) - Static method in class oracle.spatial.network.OraTst
Prints the MBR.
print(Node) - Static method in class oracle.spatial.network.OraTst
Prints the node.
print(Node, boolean) - Static method in class oracle.spatial.network.OraTst
Prints the node with detailed information.
print(Node[]) - Static method in class oracle.spatial.network.OraTst
Prints the node array.
print(Node[], boolean) - Static method in class oracle.spatial.network.OraTst
Prints the node array with detailed information.
print(Link) - Static method in class oracle.spatial.network.OraTst
Prints the link.
print(Link, boolean) - Static method in class oracle.spatial.network.OraTst
Prints the link with detailed information.
print(Link[]) - Static method in class oracle.spatial.network.OraTst
Prints the link array.
print(Link[], boolean) - Static method in class oracle.spatial.network.OraTst
Prints the link array with detailed information.
print(Path) - Static method in class oracle.spatial.network.OraTst
Prints the path.
print(NetworkCache) - Static method in class oracle.spatial.network.OraTst
Prints the network cache.
print(Path[]) - Static method in class oracle.spatial.network.OraTst
Prints the path array.
print(NetworkMetadata) - Static method in class oracle.spatial.network.OraTst
Prints the network metadata.
print(NetworkMetadata[]) - Static method in class oracle.spatial.network.OraTst
Prints the network metadata array.
print(Network) - Static method in class oracle.spatial.network.OraTst
Prints the network.
print(Network, boolean) - Static method in class oracle.spatial.network.OraTst
Prints the network with detailed information.
print(Network[]) - Static method in class oracle.spatial.network.OraTst
Prints the network array.
print() - Method in class oracle.spatial.util.DBFReaderJGeom
nicely print out the general information of this shapefile.
printStackTrace(PrintStream) - Method in class oracle.spatial.geometry.DataException
Prints the composite message and the embedded stack trace to the specified stream ps.
printStackTrace() - Method in class oracle.spatial.geometry.DataException
Prints the composite message to System.err.
printStackTrace(PrintWriter) - Method in class oracle.spatial.geometry.DataException
Prints the composite message and the embedded stack trace to the specified print writer pw.
putNetworkToCache(String, Network) - Static method in class oracle.spatial.network.NetworkManager
Puts a network in the network cahce

R

RTree - class oracle.spatial.util.RTree.
 
RTree(int, int, int) - Constructor for class oracle.spatial.util.RTree
Constructs an empty RTree with specified parameters
RTree.ComparatorImpl - class oracle.spatial.util.RTree.ComparatorImpl.
 
RTree.RTreePlot - class oracle.spatial.util.RTree.RTreePlot.
 
readBlobNetwork(Connection, String) - Static method in class oracle.spatial.network.NetworkManager
Returns the network from a partition table.
readByteOrder() - Method in class oracle.spatial.util.WKB.WKBInputStream
 
readByteOrder(WKInputStream) - Method in class oracle.spatial.util.WKBasis
 
readByteOrder() - Method in interface oracle.spatial.util.WKInputStream
 
readByteOrder() - Method in class oracle.spatial.util.WKT.WKTInputStream
 
readDouble(DataInputStream) - Method in class oracle.spatial.util.ByteOrder
 
readDouble(DataInputStream) - Method in class oracle.spatial.util.ByteOrderBigEndian
 
readDouble(DataInputStream) - Method in class oracle.spatial.util.ByteOrderLittleEndian
 
readDouble(ByteOrder) - Method in class oracle.spatial.util.WKB.WKBInputStream
 
readDouble(ByteOrder, WKInputStream) - Method in class oracle.spatial.util.WKBasis
 
readDouble(ByteOrder) - Method in interface oracle.spatial.util.WKInputStream
 
readDouble(ByteOrder) - Method in class oracle.spatial.util.WKT.WKTInputStream
 
readEndList() - Method in class oracle.spatial.util.WKB.WKBInputStream
 
readEndList(WKInputStream) - Method in class oracle.spatial.util.WKBasis
 
readEndList() - Method in interface oracle.spatial.util.WKInputStream
 
readEndList() - Method in class oracle.spatial.util.WKT.WKTInputStream
 
readFile(String) - Static method in class oracle.spatial.util.Util
 
readGlobalConfig(Properties) - Static method in class oracle.spatial.util.Logger
Reads the propeties and sets global configuration accordingly.
readLabel(ByteOrder, int) - Method in class oracle.spatial.util.WKB.WKBInputStream
 
readLabel(WKInputStream, ByteOrder, int) - Method in class oracle.spatial.util.WKBasis
 
readLabel(ByteOrder, int) - Method in interface oracle.spatial.util.WKInputStream
 
readLabel(ByteOrder, int) - Method in class oracle.spatial.util.WKT.WKTInputStream
 
readListLengths(StreamTokenizer) - Method in class oracle.spatial.util.WKT.WKTInputStream
 
readNetwork(Connection, String) - Static method in class oracle.spatial.network.NetworkManager
Returns the read-only network from the database.
readNetwork(Connection, String, boolean) - Static method in class oracle.spatial.network.NetworkManager
Returns the network from the database.
readNetwork(Connection, String, MBR, boolean) - Static method in class oracle.spatial.network.NetworkManager
Returns the network that is inside the specified MBR.
readNetwork(Connection, String, int, boolean) - Static method in class oracle.spatial.network.NetworkManager
Returns the network with the specified link level.
readNetwork(Connection, String, MBR, boolean, UserDataIO) - Static method in class oracle.spatial.network.NetworkManager
Returns the network that is inside the specified MBR.
readNetwork(Connection, String, boolean, UserDataIO, String, String, String, boolean) - Static method in class oracle.spatial.network.NetworkManager
Returns the network with regard to the given filters.
readNetwork(Connection, String, boolean, UserDataIO, String, String, String) - Static method in class oracle.spatial.network.NetworkManager
Returns the network with regard to the given filters.
readNetwork(Connection, String, int, boolean, UserDataIO) - Static method in class oracle.spatial.network.NetworkManager
Returns the network with the specified link level.
readNetworkByLinkPartition(Connection, String, int, boolean, UserDataIO) - Static method in class oracle.spatial.network.NetworkManager
Returns the network with the specified link partition ID.
readNetworkByNodePartition(Connection, String, int, boolean, UserDataIO) - Static method in class oracle.spatial.network.NetworkManager
Returns the network with the specified node partition ID.
readNetworkConstraint(Connection, String) - Static method in class oracle.spatial.network.NetworkManager
Reads in the given network constraint from the database to memory
readNetworkConstraints(Connection) - Static method in class oracle.spatial.network.NetworkManager
Reads in the given network constraints from the database to memory
readNetworkFromXML(Reader) - Static method in class oracle.spatial.network.NetworkManager
Reads from XML into an instance of the Network class according to the XML schema defined in oracle/spatial/network/xmlschemas/network.xsd
readNetworkMetadata(Connection) - Static method in class oracle.spatial.network.NetworkManager
Returns all network metadata from the database.
readNetworkMetadata(Connection, String) - Static method in class oracle.spatial.network.NetworkManager
Returns the network metadata from the database by network name.
readNetworkMetadata(Connection, int) - Static method in class oracle.spatial.network.NetworkManager
Returns the network metadata from the database by network ID.
readNetworkPartition(Connection, String, String) - Static method in class oracle.spatial.network.NetworkManager
Reads the network partition from the partition table.
readNetworkPartition(Connection, String, String, int) - Static method in class oracle.spatial.network.NetworkManager
Reads the network partition from the database.
readNetworkPartition(Connection, String, int) - Static method in class oracle.spatial.network.NetworkManager
Reads the network partition from the database.
readSeparator() - Method in class oracle.spatial.util.WKB.WKBInputStream
 
readSeparator(WKInputStream) - Method in class oracle.spatial.util.WKBasis
 
readSeparator() - Method in interface oracle.spatial.util.WKInputStream
 
readSeparator() - Method in class oracle.spatial.util.WKT.WKTInputStream
 
readStartList() - Method in class oracle.spatial.util.WKB.WKBInputStream
 
readStartList(ByteOrder) - Method in class oracle.spatial.util.WKB.WKBInputStream
 
readStartList(WKInputStream) - Method in class oracle.spatial.util.WKBasis
 
readStartList(ByteOrder, WKInputStream) - Method in class oracle.spatial.util.WKBasis
 
readStartList() - Method in interface oracle.spatial.util.WKInputStream
 
readStartList(ByteOrder) - Method in interface oracle.spatial.util.WKInputStream
 
readStartList() - Method in class oracle.spatial.util.WKT.WKTInputStream
 
readStartList(ByteOrder) - Method in class oracle.spatial.util.WKT.WKTInputStream
 
readUInt32(DataInputStream) - Method in class oracle.spatial.util.ByteOrder
 
readUInt32(DataInputStream) - Method in class oracle.spatial.util.ByteOrderBigEndian
 
readUInt32(DataInputStream) - Method in class oracle.spatial.util.ByteOrderLittleEndian
 
readUInt32(ByteOrder) - Method in class oracle.spatial.util.WKB.WKBInputStream
 
readUserData(Connection, Network) - Method in interface oracle.spatial.network.UserDataIO
Reads user defined data from the database and associates it with the network.
readUserData(Reader, Network) - Method in interface oracle.spatial.network.XMLUserDataIO
Reads user defined data from the XML source and associates it with the network.
recBuffer - Variable in class oracle.spatial.util.ShapefileReaderJGeom
 
recordSize() - Method in class oracle.spatial.util.DBFReaderJGeom
return the record size in the DBF file
registerNetworkConstraint(Connection, String, String, String, String) - Static method in class oracle.spatial.network.NetworkManager
Register given network constraint into user_sdo_network_constraints
removeEdge(int) - Method in class oracle.spatial.topo.TopoMap
Remove an edge, merging faces if there are different faces on each side of the edge.
removeEntry(double[][], Object) - Method in class oracle.spatial.util.RTree
removeEntry removes an entry from the leaf level of the RTree and makes any other tree adjustments necessary, including possibly the orphaning and reinsertion of subtrees at any level if nodes become underfilled
removeNetworkToCache(String, Network) - Static method in class oracle.spatial.network.NetworkManager
Removes a network from the network cahce
removeNode(int) - Method in class oracle.spatial.topo.TopoMap
Removes an isolated node or a node at the joining of two edges, merging the edges into one.
removeObsoleteNodes() - Method in class oracle.spatial.topo.TopoMap
Removes any nodes in the cache which are connected to two and only two distinct edges, are not assigned to point features, and do not serve as the demarcation between mismatched linear features.
requiresPathLinks() - Method in interface oracle.spatial.network.NetworkConstraint
Returns true if the constraint requires some or all path information.
requiresPathLinks() - Method in class oracle.spatial.network.SystemConstraint
Chceks if the constraint requires some or all path information.
reset() - Method in class oracle.spatial.network.NDMTimer
 
resetComponentNo(int) - Method in interface oracle.spatial.network.Network
Resets the node compomnent number to the specified number
rollbackDB() - Method in class oracle.spatial.topo.TopoMap
Rolls back any updates to the database and clears any row locks.
root - Variable in class oracle.spatial.util.RTree
 

S

SDODimArray - class oracle.spatial.network.SDODimArray.
This class defines a Java representation for Oracle Spatial SDO_DIM_ARRAY object.
SDODimArray(String[], double[], double[], double[]) - Constructor for class oracle.spatial.network.SDODimArray
Constructs an SDODimArray object.
SDODimArray(int, double, double, double) - Constructor for class oracle.spatial.network.SDODimArray
Constructs an SDODimArray object with the default dimension names ("X","Y","Z","M") and the given lower bounds, upper bounds ,and tolerances.
SDO_GEOMETRY_TYPE - Static variable in interface oracle.spatial.network.Network
 
SPATIAL_NETWORK - Static variable in interface oracle.spatial.network.Network
 
SampleShapefileToJGeom - class oracle.spatial.util.SampleShapefileToJGeom.
This sample program reads all geometries from a Shapefile and converts them to JGeometry geometries.
SampleShapefileToJGeom() - Constructor for class oracle.spatial.util.SampleShapefileToJGeom
 
SampleShapefileToJGeomFeature - class oracle.spatial.util.SampleShapefileToJGeomFeature.
This sample program reads all attributes and geometries from a Shapefile, and converts them to spatial features.
SampleShapefileToJGeomFeature() - Constructor for class oracle.spatial.util.SampleShapefileToJGeomFeature
 
ShapefileFeatureJGeom - class oracle.spatial.util.ShapefileFeatureJGeom.
This class helps to create features from a shapefile.
ShapefileFeatureJGeom() - Constructor for class oracle.spatial.util.ShapefileFeatureJGeom
 
ShapefileReaderJGeom - class oracle.spatial.util.ShapefileReaderJGeom.
 
ShapefileReaderJGeom(String) - Constructor for class oracle.spatial.util.ShapefileReaderJGeom
construct an object out of the specified shapefile name.
SystemConstraint - class oracle.spatial.network.SystemConstraint.
This class defines the common network constraints for network analysis.
SystemConstraint(Network) - Constructor for class oracle.spatial.network.SystemConstraint
Constructs an empty system constraint.
SystemConstraint(Network, double) - Constructor for class oracle.spatial.network.SystemConstraint
Constructs a network constraint with the maximum cost.
SystemConstraint(Network, Vector, Vector) - Constructor for class oracle.spatial.network.SystemConstraint
Constructs a network constraint with the following constraint items: the must-avoid nodes and the must-avoid links.
SystemConstraint(Network, Vector) - Constructor for class oracle.spatial.network.SystemConstraint
Constructs a network constraint with the must-avoid nodes.
SystemConstraint(Network, int[], int[]) - Constructor for class oracle.spatial.network.SystemConstraint
Constructs a network constraint with the following constraints: the must-avoid nodes, and the must-avoid links.
SystemConstraint(Network, int[]) - Constructor for class oracle.spatial.network.SystemConstraint
Constructs a system constraint containing the must-avoid nodes .
search(double[][], ArrayList) - Method in class oracle.spatial.util.RTree
Searches an RTree for all objects whose minimum bounding hypersolids intersect the input search hypersolid
searchEdgeRTree(double[][], ArrayList) - Method in class oracle.spatial.topo.TopoMap
Return the list of edges from edgeRtree for the given query MBR.
searchFaceRTree(double[][], ArrayList) - Method in class oracle.spatial.topo.TopoMap
Return the list of faces from faceRtree for the given query MBR.
set(double, double) - Method in class oracle.spatial.geometry.JGeometry.Point
 
setBidirected(boolean) - Method in interface oracle.spatial.network.Link
Makes the directed link bidirected
setCategory(int) - Method in interface oracle.spatial.network.Network
Sets the network category.
setCategory(int) - Method in interface oracle.spatial.network.NetworkMetadata
Sets the network category.
setColumnName(String) - Method in class oracle.spatial.network.GeometryMetadata
Sets the geometry column name.
setComponentNo(int) - Method in interface oracle.spatial.network.Node
Sets the node component number.
setConnection(Connection) - Static method in class oracle.spatial.util.GML2
 
setCost(double) - Method in interface oracle.spatial.network.Link
Sets the link cost.
setCost(double) - Method in interface oracle.spatial.network.Node
Sets the node cost.
setDuration(double) - Method in interface oracle.spatial.network.Link
Sets the link duration
setDuration(double) - Method in interface oracle.spatial.network.Node
Sets the node duration
setEndNode(Node) - Method in interface oracle.spatial.network.Link
Sets the link end node.
setExternalNetworkID(int) - Method in interface oracle.spatial.network.Node
Sets the external network ID for the node if it is an external node
setExternalNodeID(int) - Method in interface oracle.spatial.network.Node
Sets the external node ID for the node if it is an external node
setFlags(int) - Method in class oracle.spatial.util.Logger
Sets the flags (an OR'ed integer of all desired flags)
setFlow(double) - Method in interface oracle.spatial.network.Link
Sets the flow on the link for flow analysis
setGeomID(int) - Method in interface oracle.spatial.network.Link
Sets the LRS geometry ID of this link.
setGeomID(int) - Method in interface oracle.spatial.network.Node
Sets the LRS geometry ID.
setGeometry(JGeometry) - Method in interface oracle.spatial.network.Link
Sets the link geometry (JGeometry).
setGeometry(JGeometry) - Method in interface oracle.spatial.network.Node
Sets the node geometry (JGeometry).
setGeometry(JGeometry) - Method in interface oracle.spatial.network.Path
Sets the path geometry (JGeometry).
setGeometryType(int) - Method in interface oracle.spatial.network.NetworkMetadata
Sets the geometry type of the network
setGlobalFlags(int) - Static method in class oracle.spatial.util.Logger
Sets the global logging flags.
setGlobalFlags(int, String) - Static method in class oracle.spatial.util.Logger
Sets the global logging flags for the named loggers only.
setGlobalLevel(int) - Static method in class oracle.spatial.util.Logger
Sets the global logging level.
setGlobalLevel(int, String) - Static method in class oracle.spatial.util.Logger
Sets the global logging level for the named loggers.
setGlobalOutputStream(PrintStream) - Static method in class oracle.spatial.util.Logger
Sets the global log outputsream.
setGlobalOutputStream(PrintStream, String) - Static method in class oracle.spatial.util.Logger
Sets the global log outputsream for the named hiearchy.
setHierarchyLevel(int) - Method in interface oracle.spatial.network.Node
Sets the node hierarchy level.
setHigh(MDPoint) - Method in interface oracle.spatial.network.MBR
Sets the high point.
setHigh(int, double) - Method in interface oracle.spatial.network.MBR
Sets the specified ordinate of the high point.
setID(int) - Method in interface oracle.spatial.network.Path
Sets the path ID.
setLRSGeomMetadata(GeometryMetadata) - Method in interface oracle.spatial.network.NetworkMetadata
Sets LRS Geometry Metadata
setLevel(int) - Method in class oracle.spatial.util.Logger
Sets the logging level of this instance.
setLinkCostColumn(String) - Method in interface oracle.spatial.network.NetworkMetadata
Sets link cost column
setLinkDirection(int) - Method in interface oracle.spatial.network.NetworkMetadata
Sets link diretion (Network.UNDIRECTED_LINK or Network.DIRECTED_LINK)
setLinkDurationColumn(String) - Method in interface oracle.spatial.network.Network
Sets link duration column name
setLinkDurationColumn(String) - Method in interface oracle.spatial.network.NetworkMetadata
Sets link duration column name
setLinkGeomMetadata(GeometryMetadata) - Method in interface oracle.spatial.network.NetworkMetadata
Sets Link Geometry Metadata
setLinkLevel(int) - Method in interface oracle.spatial.network.Link
Sets the link level.
setLinkPartitionColumn(String) - Method in interface oracle.spatial.network.Network
Sets the link partition column name
setLinkPartitionColumn(String) - Method in interface oracle.spatial.network.NetworkMetadata
Sets link partition column
setLow(MDPoint) - Method in interface oracle.spatial.network.MBR
Sets the low point.
setLow(int, double) - Method in interface oracle.spatial.network.MBR
Sets the specified ordinate of the low point.
setMDPoint(MDPoint) - Method in interface oracle.spatial.network.Node
Sets the node location (MDPoint).
setMaxCost(double) - Method in class oracle.spatial.network.SystemConstraint
Sets the maximum cost constraint.
setMaxDepth(int) - Method in class oracle.spatial.network.SystemConstraint
Sets the maximum depth constraint.
setMaxDistance(double) - Method in class oracle.spatial.network.SystemConstraint
Sets the maximum distance constraint.
setMaxDuration(double) - Method in class oracle.spatial.network.SystemConstraint
 
setMaxMBR(MBR) - Method in class oracle.spatial.network.SystemConstraint
Sets the maximum MBR constraint.
setMeasure(double, double) - Method in interface oracle.spatial.network.Link
Sets the LRS start and end measures.
setMeasure(double) - Method in interface oracle.spatial.network.Node
Sets the LRS measure.
setMustAvoidLinks(Vector) - Method in class oracle.spatial.network.SystemConstraint
Sets the must-avoid links.
setMustAvoidNodes(Vector) - Method in class oracle.spatial.network.SystemConstraint
Sets the must-avoid nodes.
setName(String) - Method in interface oracle.spatial.network.Link
Sets the link name.
setName(String) - Method in interface oracle.spatial.network.Node
Sets the node name.
setName(String) - Method in interface oracle.spatial.network.Path
Sets the path name.
setNoOfDims(int) - Method in class oracle.spatial.network.GeometryMetadata
Sets the number of dimensions
setNoOfHierarchyLevels(int) - Method in interface oracle.spatial.network.Network
Sets the number of hierarchy levels.
setNoOfHierarchyLevels(int) - Method in interface oracle.spatial.network.NetworkMetadata
Sets the number of hierarchy levels.
setNoOfPartitions(int) - Method in interface oracle.spatial.network.NetworkMetadata
Sets the number of partitions.
setNodeCostColumn(String) - Method in interface oracle.spatial.network.NetworkMetadata
Sets node cost column
setNodeDurationColumn(String) - Method in interface oracle.spatial.network.Network
Sets node duration column name
setNodeDurationColumn(String) - Method in interface oracle.spatial.network.NetworkMetadata
Sets node duration column name
setNodeGeomMetadata(GeometryMetadata) - Method in interface oracle.spatial.network.NetworkMetadata
Sets Node Geometry Metadata
setNodePartitionColumn(String) - Method in interface oracle.spatial.network.Network
Sets the node partition column name
setNodePartitionColumn(String) - Method in interface oracle.spatial.network.NetworkMetadata
Sets node partition column
setOracleConnection(OracleConnection) - Static method in class oracle.spatial.util.ShapefileReaderJGeom
 
setOrd(int, double) - Method in interface oracle.spatial.network.MDPoint
Sets the specified ordinate.
setOutputStream(PrintStream) - Method in class oracle.spatial.util.Logger
Sets the logging output stream.
setParentLink(Link) - Method in interface oracle.spatial.network.Link
Sets the parent link.
setParentNode(Node) - Method in interface oracle.spatial.network.Node
Sets the parent node.
setPartitionID(int) - Method in interface oracle.spatial.network.Link
Sets the link partition ID
setPartitionID(int) - Method in interface oracle.spatial.network.Node
Sets the node partition ID.
setPartitionTableName(String) - Method in interface oracle.spatial.network.Network
Sets partition table name
setPartitionTableName(String) - Method in interface oracle.spatial.network.NetworkMetadata
Sets partition table name
setPathGeomMetadata(GeometryMetadata) - Method in interface oracle.spatial.network.NetworkMetadata
Sets Path Geometry Metadata
setPreprocess(TopoPreprocess) - Method in class oracle.spatial.topo.TopoMap
Sets the preprocessing listener for addXXXX methods
setSRID(int) - Method in class oracle.spatial.geometry.JGeometry
Sets the srid for this geometry.
setSrid(int) - Method in class oracle.spatial.network.GeometryMetadata
Sets the SRID
setSrid(int) - Method in interface oracle.spatial.network.MDPoint
Sets the SRID.
setStartNode(Node) - Method in interface oracle.spatial.network.Link
Sets the link start node.
setState(boolean) - Method in interface oracle.spatial.network.Link
Sets the active flag.
setState(boolean) - Method in interface oracle.spatial.network.Node
Sets the active flag.
setStringIDIndex() - Method in interface oracle.spatial.network.Network
Sets String ID indexes for nodes, links ,and paths.
setStringIDIndex(NDMStringID, NDMStringID, NDMStringID) - Method in interface oracle.spatial.network.Network
Sets String ID indexes for nodes,links ,and paths.
setTableName(String) - Method in class oracle.spatial.network.GeometryMetadata
Sets the table name
setTemporaryCachingEnabled(boolean) - Method in interface oracle.spatial.network.Network
Enable/Disable Temporatory Element caching.
setType(int) - Method in class oracle.spatial.geometry.JGeometry
Sets the geometry type for this geometry.
setType(String) - Method in interface oracle.spatial.network.Link
Sets the link type.
setType(String) - Method in interface oracle.spatial.network.NetworkMetadata
Sets network type
setType(String) - Method in interface oracle.spatial.network.Node
Sets the node type.
setType(String) - Method in interface oracle.spatial.network.Path
Sets the path type.
setUserData(Object) - Method in interface oracle.spatial.network.Link
Sets the user defined data.
setUserData(String, Object) - Method in interface oracle.spatial.network.Link
Sets user data
setUserData(Object) - Method in interface oracle.spatial.network.Network
Sets user defined data.
setUserData(String, Object) - Method in interface oracle.spatial.network.Network
Sets user data
setUserData(Object) - Method in interface oracle.spatial.network.NetworkMetadata
Sets user defined data.
setUserData(String, Object) - Method in interface oracle.spatial.network.NetworkMetadata
Sets user data
setUserData(Object) - Method in interface oracle.spatial.network.Node
Sets user defined data.
setUserData(String, Object) - Method in interface oracle.spatial.network.Node
Sets user data
setUserData(Object) - Method in interface oracle.spatial.network.Path
Sets user defined data.
setUserData(String, Object) - Method in interface oracle.spatial.network.Path
Sets user data
setX(double) - Method in class oracle.spatial.topo.Point2DD
 
setY(double) - Method in class oracle.spatial.topo.Point2DD
 
shortestPath(Network, int, int) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest path based on the Dijkstra algorithm.
shortestPath(Network, int, int, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest path based on the Dijkstra algorithm.
shortestPath(Path, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest path based on the Dijkstra algorithm.
shortestPathAStar(Network, int, int, NetworkConstraint, AStarCostFunction, double) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest path based on the A* search algorithm.
shortestPathAStar(Network, int, int, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest path based on the A* search algorithm.
shortestPathAStar(Network, int, int) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest path based on the A* search algorithm.
shortestPathDijkstra(Network, int, int, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest path based on the Dijkstra algorithm.
shortestPathDijkstra(Network, int, int) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest path based on the Dijkstra algorithm.
shortestPathDijkstra(Path, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest path based on the Dijkstra algorithm.
shortestPaths(Network, int, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest paths from the specified source node to any other nodes based on the Dijkstra algorithm.
shortestPaths(Network, int) - Static method in class oracle.spatial.network.NetworkManager
Returns all shortest paths from the given start node based on the Dijkstra algorithm.
showRTreePlot(String) - Method in class oracle.spatial.util.RTree
 
showRTreePlot() - Method in class oracle.spatial.util.RTree
 
signedArea2(JGeometry) - Static method in class oracle.spatial.util.ShapefileReaderJGeom
 
size() - Method in interface oracle.spatial.network.Path
Returns the number of links in the path
size() - Method in class oracle.spatial.util.WKBasis.VectorOfDouble
 
size() - Method in class oracle.spatial.util.WKBasis.VectorOfInt
 
skel - Variable in class oracle.spatial.geometry.BufferGeometry.Sausage
 
snapToGrid(Point2DD) - Method in class oracle.spatial.topo.TopoMap
Snaps the coordinate pair of the argument Point2DD to the instance grid.
snapToGrid(Point2DD[]) - Method in class oracle.spatial.topo.TopoMap
Snaps all the coordinate pairs of the array of Point2DD to the instance grid.
sortByID(Object[]) - Static method in class oracle.spatial.network.OraTst
Sorts the network elements by IDs.
spatialCluster(Network, int) - Static method in class oracle.spatial.network.NetworkManager
 
splitBy(String, String) - Static method in class oracle.spatial.util.Util
gets an array list of strings that are separated by delimiters such as commas
startPoint - Variable in class oracle.spatial.geometry.BufferGeometry.Sausage
 
store(JGeometry, Connection) - Static method in class oracle.spatial.geometry.JGeometry
Convert the given geometry object into an Oracle JDBC STRUCT object.
structToWkb(STRUCT) - Static method in class oracle.spatial.util.Adapters
 
structToWkb(STRUCT, Connection) - Static method in class oracle.spatial.util.Adapters
 
structToWkb2(STRUCT, Connection) - Static method in class oracle.spatial.util.Adapters
 
structToWkt(STRUCT) - Static method in class oracle.spatial.util.Adapters
 
structToWkt(STRUCT, Connection) - Static method in class oracle.spatial.util.Adapters
 
structToWkt2(STRUCT, Connection) - Static method in class oracle.spatial.util.Adapters
 
swapBytes(byte[], int, int) - Static method in class oracle.spatial.util.ShapefileReaderJGeom
 

T

TOPO_GEOMETRY_TYPE - Static variable in interface oracle.spatial.network.Network
 
TopoDataException - exception oracle.spatial.topo.TopoDataException.
 
TopoDataException() - Constructor for class oracle.spatial.topo.TopoDataException
 
TopoDataException(String) - Constructor for class oracle.spatial.topo.TopoDataException
 
TopoEntityNotFoundException - exception oracle.spatial.topo.TopoEntityNotFoundException.
 
TopoEntityNotFoundException() - Constructor for class oracle.spatial.topo.TopoEntityNotFoundException
 
TopoEntityNotFoundException(String) - Constructor for class oracle.spatial.topo.TopoEntityNotFoundException
 
TopoFrame - class oracle.spatial.topo.TopoFrame.
 
TopoFrame(TopoMap) - Constructor for class oracle.spatial.topo.TopoFrame
 
TopoMap - class oracle.spatial.topo.TopoMap.
A TopoMap object serves as a smart cache for a database topology.
TopoMap(Connection, String, int, int, int, TopoPreprocess) - Constructor for class oracle.spatial.topo.TopoMap
Constructs a TopoMap object with a database Connection object and topology name, and an object which implements the TopoPreprocess interface for preprocessing on invocation of addXXXX methods
TopoMap(Connection, String, int, int, int) - Constructor for class oracle.spatial.topo.TopoMap
Constructs a TopoMap object with a database Connection object and topology name.
TopoPreprocess - interface oracle.spatial.topo.TopoPreprocess.
 
TopoValidationException - exception oracle.spatial.topo.TopoValidationException.
 
TopoValidationException() - Constructor for class oracle.spatial.topo.TopoValidationException
 
TopoValidationException(String) - Constructor for class oracle.spatial.topo.TopoValidationException
 
toArray() - Method in interface oracle.spatial.network.MDPoint
Returns the ordinates in an array.
toGML(JGeometry, StringBuffer) - Method in class oracle.spatial.util.GML2
 
toGeometry(int) - Method in interface oracle.spatial.network.MBR
Return a JGeometry.
toGeometry() - Method in interface oracle.spatial.network.MDPoint
Returns a point geometry (JGeometry).
toJGeometry(byte[]) - Method in interface oracle.spatial.util.WKAdapter
This transforms a WKB/WKT geometry to a JGeometry.
toJGeometry(byte[]) - Method in class oracle.spatial.util.WKBasis
 
toJGeometry(WKInputStream, WKBasis.VectorOfInt, WKBasis.VectorOfDouble, WKBasis.VectorOfInt, WKBasis.VectorOfDouble, boolean, int) - Method in class oracle.spatial.util.WKBasis
 
toJGeometry_WKB_CIRCULARSTRING(WKInputStream, WKBasis.VectorOfInt, WKBasis.VectorOfDouble, WKBasis.VectorOfInt, WKBasis.VectorOfDouble, ByteOrder) - Method in class oracle.spatial.util.WKBasis
 
toJGeometry_WKB_COLLECTION(WKInputStream, WKBasis.VectorOfInt, WKBasis.VectorOfDouble, WKBasis.VectorOfInt, WKBasis.VectorOfDouble, ByteOrder) - Method in class oracle.spatial.util.WKBasis
 
toJGeometry_WKB_CURVEPOLYGON(WKInputStream, WKBasis.VectorOfInt, WKBasis.VectorOfDouble, WKBasis.VectorOfInt, WKBasis.VectorOfDouble, ByteOrder) - Method in class oracle.spatial.util.WKBasis
 
toJGeometry_WKB_LINESTRING(WKInputStream, WKBasis.VectorOfInt, WKBasis.VectorOfDouble, WKBasis.VectorOfInt, WKBasis.VectorOfDouble, ByteOrder) - Method in class oracle.spatial.util.WKBasis
 
toJGeometry_WKB_MULTICURVE(WKInputStream, WKBasis.VectorOfInt, WKBasis.VectorOfDouble, WKBasis.VectorOfInt, WKBasis.VectorOfDouble, ByteOrder) - Method in class oracle.spatial.util.WKBasis
 
toJGeometry_WKB_MULTILINESTRING(WKInputStream, WKBasis.VectorOfInt, WKBasis.VectorOfDouble, WKBasis.VectorOfInt, WKBasis.VectorOfDouble, ByteOrder) - Method in class oracle.spatial.util.WKBasis
 
toJGeometry_WKB_MULTIPOINT(WKInputStream, WKBasis.VectorOfInt, WKBasis.VectorOfDouble, WKBasis.VectorOfInt, WKBasis.VectorOfDouble, ByteOrder) - Method in class oracle.spatial.util.WKBasis
 
toJGeometry_WKB_MULTIPOLYGON(WKInputStream, WKBasis.VectorOfInt, WKBasis.VectorOfDouble, WKBasis.VectorOfInt, WKBasis.VectorOfDouble, ByteOrder) - Method in class oracle.spatial.util.WKBasis
 
toJGeometry_WKB_MULTISURFACE(WKInputStream, WKBasis.VectorOfInt, WKBasis.VectorOfDouble, WKBasis.VectorOfInt, WKBasis.VectorOfDouble, ByteOrder) - Method in class oracle.spatial.util.WKBasis
 
toJGeometry_WKB_MULTIXXXPOLYGON(WKInputStream, WKBasis.VectorOfInt, WKBasis.VectorOfDouble, WKBasis.VectorOfInt, WKBasis.VectorOfDouble, ByteOrder, int) - Method in class oracle.spatial.util.WKBasis
 
toJGeometry_WKB_MULTIXXXSTRING(WKInputStream, WKBasis.VectorOfInt, WKBasis.VectorOfDouble, WKBasis.VectorOfInt, WKBasis.VectorOfDouble, ByteOrder, int) - Method in class oracle.spatial.util.WKBasis
 
toJGeometry_WKB_POINT(WKInputStream, WKBasis.VectorOfInt, WKBasis.VectorOfDouble, WKBasis.VectorOfInt, WKBasis.VectorOfDouble, boolean, ByteOrder) - Method in class oracle.spatial.util.WKBasis
 
toJGeometry_WKB_POLYGON(WKInputStream, WKBasis.VectorOfInt, WKBasis.VectorOfDouble, WKBasis.VectorOfInt, WKBasis.VectorOfDouble, ByteOrder) - Method in class oracle.spatial.util.WKBasis
 
toJGeometry_WKB_XXXPOLYGON(WKInputStream, WKBasis.VectorOfInt, WKBasis.VectorOfDouble, WKBasis.VectorOfInt, WKBasis.VectorOfDouble, int, ByteOrder) - Method in class oracle.spatial.util.WKBasis
 
toJGeometry_WKB_XXXSTRING(WKInputStream, WKBasis.VectorOfInt, WKBasis.VectorOfDouble, WKBasis.VectorOfInt, WKBasis.VectorOfDouble, int, ByteOrder) - Method in class oracle.spatial.util.WKBasis
 
toSDOGeometry(int) - Method in interface oracle.spatial.network.MBR
Retunrs a String for constructing an SDO_GEOMETRY in the database.
toSDOGeometry(int) - Method in interface oracle.spatial.network.MDPoint
Retunrs a String for constructing a point SDO_GEOMETRY in the database.
toSQLString() - Method in class oracle.spatial.network.SDODimArray
Returns a SQL string for constructing a database SDO_DIM_ARRAY object
toSTRUCT(byte[], Connection) - Method in interface oracle.spatial.util.WKAdapter
Convert the given WKB/WKT geometry into an Oracle JDBC STRUCT object.
toSTRUCT(byte[], Connection) - Method in class oracle.spatial.util.WKBasis
Convert the given WKB/WKT geometry into an Oracle JDBC STRUCT object.
toString() - Method in class oracle.spatial.geometry.DataException
 
toString() - Method in class oracle.spatial.geometry.JGeometry
 
toString() - Method in class oracle.spatial.network.GeometryMetadata
 
toString() - Method in class oracle.spatial.network.SDODimArray
 
toString() - Method in class oracle.spatial.network.SystemConstraint
 
toString() - Method in class oracle.spatial.topo.Node
 
toString() - Method in class oracle.spatial.topo.Point2DD
 
to_GMLGeometry(STRUCT) - Static method in class oracle.spatial.util.GML2
 
tokenizeWKT(String) - Method in class oracle.spatial.util.WKT.WKTInputStream
 
tspPath(Network, int[], NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns a TSP tour.
tspPath(Network, int[], boolean, boolean, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns a TSP tour.
tspPath(Node[], boolean, boolean, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns a TSP tour.
type - Variable in class oracle.spatial.util.ShapefileReaderJGeom
 

U

UNDIRECTED_LINK - Static variable in interface oracle.spatial.network.Network
 
UNIVERSE_FACE - Static variable in class oracle.spatial.topo.TopoMap
 
UserDataIO - interface oracle.spatial.network.UserDataIO.
This interface defines methods for users to read and write user defined data from and to the database.
Util - class oracle.spatial.util.Util.
some useful utility routines used by SDOVIS.
Util() - Constructor for class oracle.spatial.util.Util
 
updateTopology() - Method in class oracle.spatial.topo.TopoMap
Updates to the database topological changes in the instance.

V

validateCache() - Method in class oracle.spatial.topo.TopoMap
Wrapper for validateCache(int level).
validateCache(int) - Method in class oracle.spatial.topo.TopoMap
Performs a topological validation of the cache, checking the consistency of all pointer relationships in the edge/node/face graph.
validateNetwork(Network) - Static method in class oracle.spatial.network.NetworkManager
Validates the reference relationship of the given network return the validation result as a String
validateNetworkSchema(Connection, String) - Static method in class oracle.spatial.network.NetworkManager
Validates the network tables and reports any errors if exist.
validateWkb(BLOB) - Static method in class oracle.spatial.util.Adapters
 
validateWkb(BLOB, Connection) - Static method in class oracle.spatial.util.Adapters
 
validateWkt(CLOB) - Static method in class oracle.spatial.util.Adapters
 
validateWkt(CLOB, Connection) - Static method in class oracle.spatial.util.Adapters
 
values - Variable in class oracle.spatial.util.DBFReaderJGeom.RecordColumn
 

W

WKAdapter - interface oracle.spatial.util.WKAdapter.
 
WKB - class oracle.spatial.util.WKB.
 
WKB(ByteOrder) - Constructor for class oracle.spatial.util.WKB
 
WKB() - Constructor for class oracle.spatial.util.WKB
 
WKB.WKBInputStream - class oracle.spatial.util.WKB.WKBInputStream.
 
WKB.WKBInputStream(byte[]) - Constructor for class oracle.spatial.util.WKB.WKBInputStream
 
WKBasis - class oracle.spatial.util.WKBasis.
This class provides some implementations common to WKB and WKT, particularly the translation between WKB/WKT and STRUCT.
WKBasis(ByteOrder) - Constructor for class oracle.spatial.util.WKBasis
 
WKBasis() - Constructor for class oracle.spatial.util.WKBasis
 
WKBasis.VectorOfDouble - class oracle.spatial.util.WKBasis.VectorOfDouble.
 
WKBasis.VectorOfDouble() - Constructor for class oracle.spatial.util.WKBasis.VectorOfDouble
 
WKBasis.VectorOfInt - class oracle.spatial.util.WKBasis.VectorOfInt.
 
WKBasis.VectorOfInt() - Constructor for class oracle.spatial.util.WKBasis.VectorOfInt
 
WKInputStream - interface oracle.spatial.util.WKInputStream.
 
WKT - class oracle.spatial.util.WKT.
 
WKT() - Constructor for class oracle.spatial.util.WKT
 
WKT.WKTInputStream - class oracle.spatial.util.WKT.WKTInputStream.
 
WKT.WKTInputStream(byte[]) - Constructor for class oracle.spatial.util.WKT.WKTInputStream
 
warn(String) - Method in class oracle.spatial.util.Logger
Logs a warning
warn(String, String, String) - Method in class oracle.spatial.util.Logger
Logs a warning
warn(Exception) - Method in class oracle.spatial.util.Logger
Logs a warning exception
withinCost(Network, int, double, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns all paths that are within the specified cost.
withinCost(Network, int, double) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest paths of the nodes that are within the specified cost from the given node.
withinReachingCost(Network, int, double) - Static method in class oracle.spatial.network.NetworkManager
Returns all reaching paths that are within the specified cost.
withinReachingCost(Network, int, double, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns all reaching paths that are within the specified cost.
wkbToSTRUCT(BLOB) - Static method in class oracle.spatial.util.Adapters
 
wkbToSTRUCT(BLOB, Connection) - Static method in class oracle.spatial.util.Adapters
 
wkbToSTRUCT2(BLOB, Connection) - Static method in class oracle.spatial.util.Adapters
 
wktToSTRUCT(CLOB) - Static method in class oracle.spatial.util.Adapters
 
wktToSTRUCT(CLOB, Connection) - Static method in class oracle.spatial.util.Adapters
 
wktToSTRUCT2(CLOB, Connection) - Static method in class oracle.spatial.util.Adapters
 
write(DataOutputStream, String) - Method in class oracle.spatial.util.WKT
 
writeBeginningOfList(ByteOrder, DataOutputStream, int) - Method in class oracle.spatial.util.WKB
 
writeBeginningOfList(DataOutputStream) - Method in class oracle.spatial.util.WKB
 
writeBeginningOfList(ByteOrder, DataOutputStream, int) - Method in class oracle.spatial.util.WKBasis
 
writeBeginningOfList(DataOutputStream) - Method in class oracle.spatial.util.WKBasis
 
writeBeginningOfList(ByteOrder, DataOutputStream, int) - Method in class oracle.spatial.util.WKT
 
writeBeginningOfList(DataOutputStream) - Method in class oracle.spatial.util.WKT
 
writeByte(DataOutputStream, int) - Method in class oracle.spatial.util.WKB
 
writeByte(DataOutputStream, int) - Method in class oracle.spatial.util.WKT
 
writeByteOrder(DataOutputStream) - Method in class oracle.spatial.util.WKB
 
writeByteOrder(DataOutputStream) - Method in class oracle.spatial.util.WKBasis
 
writeByteOrder(DataOutputStream) - Method in class oracle.spatial.util.WKT
 
writeCoordPairSeparator(DataOutputStream) - Method in class oracle.spatial.util.WKB
 
writeCoordPairSeparator(DataOutputStream) - Method in class oracle.spatial.util.WKBasis
 
writeCoordPairSeparator(DataOutputStream) - Method in class oracle.spatial.util.WKT
 
writeDouble(DataOutputStream, double) - Method in class oracle.spatial.util.ByteOrder
 
writeDouble(DataOutputStream, double) - Method in class oracle.spatial.util.ByteOrderBigEndian
 
writeDouble(DataOutputStream, double) - Method in class oracle.spatial.util.ByteOrderLittleEndian
 
writeDouble(ByteOrder, DataOutputStream, double) - Method in class oracle.spatial.util.WKB
 
writeDouble(ByteOrder, DataOutputStream, double) - Method in class oracle.spatial.util.WKBasis
 
writeDouble(ByteOrder, DataOutputStream, double) - Method in class oracle.spatial.util.WKT
 
writeEndOfList(DataOutputStream) - Method in class oracle.spatial.util.WKB
 
writeEndOfList(DataOutputStream) - Method in class oracle.spatial.util.WKBasis
 
writeEndOfList(DataOutputStream) - Method in class oracle.spatial.util.WKT
 
writeGeometrySeparator(DataOutputStream) - Method in class oracle.spatial.util.WKB
 
writeGeometrySeparator(DataOutputStream) - Method in class oracle.spatial.util.WKBasis
 
writeGeometrySeparator(DataOutputStream) - Method in class oracle.spatial.util.WKT
 
writeLabel(DataOutputStream, int, int, ByteOrder) - Method in class oracle.spatial.util.WKB
 
writeLabel(DataOutputStream, int, int, ByteOrder) - Method in class oracle.spatial.util.WKBasis
 
writeLabel(DataOutputStream, int, int, ByteOrder) - Method in class oracle.spatial.util.WKT
 
writeNetwork(Connection, Network) - Static method in class oracle.spatial.network.NetworkManager
Writes the network to the database.
writeNetwork(Connection, Network, UserDataIO) - Static method in class oracle.spatial.network.NetworkManager
Writes the network to the database.
writeNetworkMetadata(Connection, NetworkMetadata) - Static method in class oracle.spatial.network.NetworkManager
Writes the network metadata to the database.
writeNetworkPartition(Connection, Network, String, boolean) - Static method in class oracle.spatial.network.NetworkManager
Writes the network partitions to the partition table.
writeNetworkPartition(Connection, Network, String) - Static method in class oracle.spatial.network.NetworkManager
Writes the network partitions to the partition table.
writeNetworkPartition(Connection, String, String) - Static method in class oracle.spatial.network.NetworkManager
Writes the network partitions to the partition table.
writeNetworkToXML(Network, Writer) - Static method in class oracle.spatial.network.NetworkManager
writeNetworkToXML() writes an instance of the Network class to XML according the the XML schema defined in oracle/spatial/network/xmlschemas/network.xsd.
writeUInt32(DataOutputStream, int) - Method in class oracle.spatial.util.ByteOrder
 
writeUInt32(DataOutputStream, int) - Method in class oracle.spatial.util.ByteOrderBigEndian
 
writeUInt32(DataOutputStream, int) - Method in class oracle.spatial.util.ByteOrderLittleEndian
 
writeUInt32(ByteOrder, DataOutputStream, int) - Method in class oracle.spatial.util.WKB
 
writeUserData(Connection, Network) - Method in interface oracle.spatial.network.UserDataIO
Writes the user defined data to the database.
writeUserData(Writer, NetworkMetadata) - Method in interface oracle.spatial.network.XMLUserDataIO
Writes the user defined data to the XML source at the network metadata level.
writeUserData(Writer, Network) - Method in interface oracle.spatial.network.XMLUserDataIO
Writes the user defined data to the XML source at the network level.
writeUserData(Writer, Node) - Method in interface oracle.spatial.network.XMLUserDataIO
Writes the user defined data to the XML source at the node level.
writeUserData(Writer, Link) - Method in interface oracle.spatial.network.XMLUserDataIO
Writes the user defined data to the XML source at the link level.
writeUserData(Writer, Path) - Method in interface oracle.spatial.network.XMLUserDataIO
Writes the user defined data to the XML source at the path level.
writeXYSeparator(DataOutputStream) - Method in class oracle.spatial.util.WKB
 
writeXYSeparator(DataOutputStream) - Method in class oracle.spatial.util.WKBasis
 
writeXYSeparator(DataOutputStream) - Method in class oracle.spatial.util.WKT
 

X

XMLUserDataIO - interface oracle.spatial.network.XMLUserDataIO.
 
x - Variable in class oracle.spatial.geometry.BufferGeometry.Vertex
 
x - Variable in class oracle.spatial.topo.Point2DD
 

Y

y - Variable in class oracle.spatial.geometry.BufferGeometry.Vertex
 
y - Variable in class oracle.spatial.topo.Point2DD
 

Z

zMax - Variable in class oracle.spatial.util.ShapefileReaderJGeom
 
zMin - Variable in class oracle.spatial.util.ShapefileReaderJGeom
 

A B C D E F G H I J K L M N O P R S T U V W X Y Z

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

B14373-01


Copyright © 2005, Oracle. All Rights Reserved.