com.supermap.analyst.spatialanalyst

类 PathLineResult

  • java.lang.Object
    • com.supermap.analyst.spatialanalyst.PathLineResult


  • public class PathLineResult
    extends java.lang.Object
    距离栅格最短路径分析结果类
    • 方法概要

      所有方法 实例方法 具体方法 
      限定符和类型 方法和说明
      double getCost()
      分析结果的耗费量
      GeoLine getPathLine()
      分析结果的线数据
      • 从类继承的方法 java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • getPathLine

        public GeoLine getPathLine()
        分析结果的线数据
      • getCost

        public double getCost()
        分析结果的耗费量