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 analysis
      GeoLine getPathLine()
      Analyze the line data of the results
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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: