com.supermap.onlineservices

Class NavigationOnlineData

  • java.lang.Object
    • com.supermap.onlineservices.NavigationOnlineData


  • public class NavigationOnlineData
    extends java.lang.Object
    Path analysis data class as an online path analysis result
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getLength()
      Gets the total length of the returned analysis results.
      java.util.List<PathInfo> getPathInfos()
      Gets the set of boot information that returns the results of the analysis.
      GeoLine getRoute()
      Gets the set of points that return the analysis results
      java.lang.String getTime()
      It takes time to get the navigation.
      • Methods inherited from class java.lang.Object

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

      • NavigationOnlineData

        public NavigationOnlineData()
        The default constructor for constructing a new NavigationOnlineData object.
    • Method Detail

      • getRoute

        public GeoLine getRoute()
        Gets the set of points that return the analysis results
        Returns:
        navigation path
      • getPathInfos

        public java.util.List<PathInfo> getPathInfos()
        Gets the set of boot information that returns the results of the analysis.
        Returns:
        boot information collection.
      • getTime

        public java.lang.String getTime()
        It takes time to get the navigation.
        Returns:
        navigation takes time.
      • getLength

        public java.lang.String getLength()
        Gets the total length of the returned analysis results.
        Returns:
        path length.