oracle.spatial.topo
Interface TopoPreprocess
- public interface TopoPreprocess
Method Summary |
boolean |
addEdgePre(int nodeID1, int nodeID2, Point2DD[] coords, TopoMap t)
|
boolean |
addIsolatedNodePre(Point2DD p, TopoMap t)
|
boolean |
addLoopPre(int nodeID, Point2DD[] coords, TopoMap t)
|
boolean |
addNodePre(int edgeID, Point2DD p, int coordIndex, boolean isNewShapePoint, TopoMap t)
|
addEdgePre
public boolean addEdgePre(int nodeID1,
int nodeID2,
Point2DD[] coords,
TopoMap t)
addIsolatedNodePre
public boolean addIsolatedNodePre(Point2DD p,
TopoMap t)
addNodePre
public boolean addNodePre(int edgeID,
Point2DD p,
int coordIndex,
boolean isNewShapePoint,
TopoMap t)
addLoopPre
public boolean addLoopPre(int nodeID,
Point2DD[] coords,
TopoMap t)
Copyright © 2005, Oracle. All Rights Reserved.