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
-
-
Constructor Summary
Constructors Constructor and Description NavigationOnlineData()
The default constructor for constructing a newNavigationOnlineData
object.
-
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 resultsjava.lang.String
getTime()
It takes time to get the navigation.
-
-
-
Constructor Detail
-
NavigationOnlineData
public NavigationOnlineData()
The default constructor for constructing a newNavigationOnlineData
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.
-
-