com.supermap.analyst.networkanalyst

Class PathGuide

  • java.lang.Object
    • com.supermap.analyst.networkanalyst.PathGuide


  • public class PathGuide
    extends java.lang.Object
    The PathGuide class.

    The path guide records path information of TransportationAnalyst in optimal path analysis, find closest facility, TSP, MTSP, etc. A path guide object contains a path line from the start to the end. The path guide items consists of the path guide. A path line has some features: such as the arcs in the network model, stops, nodes (crosses). The information (such as length, direction) of those features are described by guide items.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      PathGuideItem get(int index)
      Gets the PathGuideItem object according to the specified index.
      int getCount()
      Gets the count of the PathGuideItem objects in the PathGuide.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • get

        public PathGuideItem get(int index)
        Gets the PathGuideItem object according to the specified index.
        Parameters:
        index - The specified index.
        Returns:
        The PathGuideItem object according to the specified index.
      • getCount

        public int getCount()
        Gets the count of the PathGuideItem objects in the PathGuide.
        Returns:
        The count of the PathGuideItem objects in the PathGuide.