Class ArcIndexer
- java.lang.Object
-
- com.microstrategy.web.app.maps.topology.ArcIndexer
-
public class ArcIndexer extends java.lang.ObjectCreate index for arcs that built into the topology
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intaddArc(TopoArc arc)intfindArcNeighbor(java.util.List<LatLng> points, int direction)java.util.List<TopoArc>getAllArcs()TopoArcgetArcAt(int index)
-