- 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
-
- 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.
- 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
-
- 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
-
- 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.
- arcArcIntersect(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double[], double[]) - Static method in class oracle.spatial.topo.CompGeom
-
Finds the open-set intersection(s) of two arc segments, if any.
- areSegmentsParallel(Point2DD, Point2DD, Point2DD, Point2DD, boolean) - Static method in class oracle.spatial.topo.CompGeom
-
Finds whether two line segments are parallel or, optionally, anti-parallel.
- areSegmentsParallel(double, double, double, double, double, double, double, double, boolean) - Static method in class oracle.spatial.topo.CompGeom
-
- augmentMBR(Point2DD[], Point2DD[]) - Static method in class oracle.spatial.topo.CompGeom
-
Expands target MBR to encompass added one.
- augmentMBR(Point2DD, Point2DD[]) - Static method in class oracle.spatial.topo.CompGeom
-
Expands target MBR to encompass an added point.
- getArray() - Method in class oracle.spatial.topo.Point2DD
-
- 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.
- 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
-
Overload provides the default behavior of getContaingFace(), that with
allow_iso_coincidence false.
- getContainingFace(Point2DD, boolean) - 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.
- getCoord() - Method in class oracle.spatial.topo.Node
-
- getCoords() - Method in class oracle.spatial.topo.Edge
-
- 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.
- getEndNode() - Method in class oracle.spatial.topo.Edge
-
- 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.
- getId() - Method in class oracle.spatial.topo.Edge
-
- getID() - Method in class oracle.spatial.topo.Face
-
- getId() - Method in class oracle.spatial.topo.Node
-
- 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
-
- getMbr() - Method in class oracle.spatial.topo.Face
-
- 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.
- getNextEdgeL() - Method in class oracle.spatial.topo.Edge
-
- getNextEdgeR() - Method in class oracle.spatial.topo.Edge
-
- 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.
- getNodeChanges() - Method in class oracle.spatial.topo.TopoMap
-
Provides a list of the nodes that have been changed in the cache.
- 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.
- 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.
- getNodeIterator() - Method in class oracle.spatial.topo.TopoMap
-
Provides an Iterator for traversal of all the Node objects contained in the
instance cache.
- 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.
- getOriginNode() - Method in class oracle.spatial.topo.Edge
-
- getPrevEdgeL() - Method in class oracle.spatial.topo.Edge
-
- getPrevEdgeR() - Method in class oracle.spatial.topo.Edge
-
- getSrid() - Method in class oracle.spatial.topo.TopoMap
-
Returns the SRID of the topology.
- getStartEdge() - Method in class oracle.spatial.topo.Node
-
- 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.
- 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.
- getX() - Method in class oracle.spatial.topo.Point2DD
-
- getY() - Method in class oracle.spatial.topo.Point2DD
-