com.supermap.analyst.spatialstatistics
类 GeographicalDetectorResult

java.lang.Object
  继承者 com.supermap.analyst.spatialstatistics.GeographicalDetectorResult

public class GeographicalDetectorResult
extends java.lang.Object

地理探测器结果类。该类用于获取地理探测器计算的结果,包括因子探测器、 生态探测器、 交互作用探测器 、风险区探测器的分析结果。

地理探测器返回的结果包括因子探测器、 生态探测器、 交互探测器 、风险探测器的分析结果类。


方法摘要
 void dispose()
          释放对象所占用的资源。
 EcologicalDetectorResult getEcologicalDetectorResult()
          返回生态探测器分析结果。
 FactorDetectorResult[] getFactorDetectorResults()
          返回因子探测器分析结果。
 InteractionDetectorResult getInteractionDetectorResult()
          返回交互作用探测器分析结果。
 RiskDetectorResult getRiskDetectorResult()
          返回风险区探测器分析结果。
 java.lang.String[] getVariables()
          返回地理探测器解释变量。
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

方法详细信息

getVariables

public java.lang.String[] getVariables()
返回地理探测器解释变量。

返回:
地理探测器解释变量。

getFactorDetectorResults

public FactorDetectorResult[] getFactorDetectorResults()
返回因子探测器分析结果。请参阅 FactorDetectorResult 类。

返回:
因子探测器分析结果。

getRiskDetectorResult

public RiskDetectorResult getRiskDetectorResult()
返回风险区探测器分析结果。请参阅 RiskDetectorResult 类。

返回:
风险区探测器分析结果。

getInteractionDetectorResult

public InteractionDetectorResult getInteractionDetectorResult()
返回交互作用探测器分析结果。请参阅 InteractionDetectorResult 类。

返回:
交互作用探测器分析结果。

getEcologicalDetectorResult

public EcologicalDetectorResult getEcologicalDetectorResult()
返回生态探测器分析结果。请参阅 EcologicalDetectorResult 类。

返回:
生态探测器分析结果。

dispose

public void dispose()
释放对象所占用的资源。调用该方法之后,此对象不再可用。