com.supermap.analyst.spatialanalyst
Class PathLineResult
- java.lang.Object
-
- com.supermap.analyst.spatialanalyst.PathLineResult
-
public class PathLineResult extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description double
getCost()
The amount of time spent on the results of the analysisGeoLine
getPathLine()
Analyze the line data of the results
-
-
-
Method Detail
-
getPathLine
public GeoLine getPathLine()
Analyze the line data of the results- Returns:
-
getCost
public double getCost()
The amount of time spent on the results of the analysis- Returns:
-
-