Package oracle.spatial.topo
Interface TopoPreprocess
-
public interface TopoPreprocess
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaddEdgePre(int nodeID1, int nodeID2, Point2DD[] coords, TopoMap t)booleanaddIsolatedNodePre(Point2DD p, TopoMap t)booleanaddLoopPre(int nodeID, Point2DD[] coords, TopoMap t)booleanaddNodePre(int edgeID, Point2DD p, int coordIndex, boolean isNewShapePoint, TopoMap t)
-