Skip navigation links

Oracle® Spatial Java API Reference
11g Release 1 (11.1)
B28401-01


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)
           

 

Method Detail

addEdgePre

boolean addEdgePre(int nodeID1,
                   int nodeID2,
                   Point2DD[] coords,
                   TopoMap t)

addIsolatedNodePre

boolean addIsolatedNodePre(Point2DD p,
                           TopoMap t)

addNodePre

boolean addNodePre(int edgeID,
                   Point2DD p,
                   int coordIndex,
                   boolean isNewShapePoint,
                   TopoMap t)

addLoopPre

boolean addLoopPre(int nodeID,
                   Point2DD[] coords,
                   TopoMap t)

Skip navigation links

Oracle® Spatial Java API Reference
11g Release 1 (11.1)
B28401-01


Copyright © 2007, Oracle. All Rights Reserved.