com.supermap.analyst.spatialstatistics
类 GeographicalDetectorResult
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.analyst.spatialstatistics.GeographicalDetectorResult
-
- 所有已实现的接口:
- IDisposable
public class GeographicalDetectorResult extends com.supermap.data.InternalHandleDisposable
地理探测器结果类。该类用于获取地理探测器计算的结果,包括因子探测器、 生态探测器、 交互作用探测器 、风险区探测器的分析结果。地理探测器返回的结果包括因子探测器、 生态探测器、 交互探测器 、风险探测器的分析结果类。
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 void
dispose()
释放对象所占用的资源。EcologicalDetectorResult
getEcologicalDetectorResult()
返回生态探测器分析结果。DatasetVector
getEcologicalDetectorResultDataset()
返回生态探测器的结果数据集。DatasetVector
getFactorDetectorResultDataset()
返回因子探测器的结果数据集。FactorDetectorResult[]
getFactorDetectorResults()
返回因子探测器分析结果。InteractionDetectorResult
getInteractionDetectorResult()
返回交互作用探测器分析结果。DatasetVector
getInteractionDetectorResultDataset()
返回交互作用探测器的结果数据集。RiskDetectorResult
getRiskDetectorResult()
返回风险区探测器分析结果。DatasetVector
getRiskDetectorResultDataset()
返回风险区探测器的结果数据集。String[]
getVariables()
返回地理探测器解释变量。static void
setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
-
-
方法详细资料
-
getVariables
public String[] getVariables()
返回地理探测器解释变量。- 返回:
- 地理探测器解释变量。
-
getFactorDetectorResults
public FactorDetectorResult[] getFactorDetectorResults()
返回因子探测器分析结果。请参阅FactorDetectorResult
类。- 返回:
- 因子探测器分析结果。
-
getRiskDetectorResult
public RiskDetectorResult getRiskDetectorResult()
返回风险区探测器分析结果。请参阅RiskDetectorResult
类。- 返回:
- 风险区探测器分析结果。
-
getInteractionDetectorResult
public InteractionDetectorResult getInteractionDetectorResult()
返回交互作用探测器分析结果。请参阅InteractionDetectorResult
类。- 返回:
- 交互作用探测器分析结果。
-
getEcologicalDetectorResult
public EcologicalDetectorResult getEcologicalDetectorResult()
返回生态探测器分析结果。请参阅EcologicalDetectorResult
类。- 返回:
- 生态探测器分析结果。
-
getFactorDetectorResultDataset
public DatasetVector getFactorDetectorResultDataset()
返回因子探测器的结果数据集。- 返回:
- 返回因子探测器的结果数据集。
-
getRiskDetectorResultDataset
public DatasetVector getRiskDetectorResultDataset()
返回风险区探测器的结果数据集。- 返回:
- 返回风险区探测器的结果数据集。
-
getInteractionDetectorResultDataset
public DatasetVector getInteractionDetectorResultDataset()
返回交互作用探测器的结果数据集。- 返回:
- 返回交互作用探测器的结果数据集。
-
getEcologicalDetectorResultDataset
public DatasetVector getEcologicalDetectorResultDataset()
返回生态探测器的结果数据集。- 返回:
- 返回生态探测器的结果数据集。
-
dispose
public void dispose()
释放对象所占用的资源。调用该方法之后,此对象不再可用。
-
setIsDisposable
public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.