com.supermap.analyst.spatialanalyst
类 DistanceAnalystResult

java.lang.Object
  继承者 com.supermap.analyst.spatialanalyst.DistanceAnalystResult

public class DistanceAnalystResult
extends java.lang.Object

距离栅格分析结果类。该类用于获取距离栅格分析中生成的距离栅格、方向栅格和耗费栅格。有关距离栅格分析及这三种栅格的介绍请参阅 DistanceAnalyst 类。


方法摘要
 DatasetGrid getAllocationDatasetGrid()
          返回分配栅格数据集。
 DatasetGrid getDirectionDatasetGrid()
          返回方向栅格数据集。
 DatasetGrid getDistanceDatasetGrid()
          返回距离栅格数据集。
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

方法详细信息

getDistanceDatasetGrid

public DatasetGrid getDistanceDatasetGrid()
返回距离栅格数据集。

返回:
距离栅格数据集。

getDirectionDatasetGrid

public DatasetGrid getDirectionDatasetGrid()
返回方向栅格数据集。

返回:
方向栅格数据集。

getAllocationDatasetGrid

public DatasetGrid getAllocationDatasetGrid()
返回分配栅格数据集。

返回:
分配栅格数据集。