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

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

    • 方法详细资料

      • getVariables

        public String[] getVariables()
        返回地理探测器解释变量。
        返回:
        地理探测器解释变量。
      • getRiskDetectorResult

        public RiskDetectorResult getRiskDetectorResult()
        返回风险区探测器分析结果。请参阅 RiskDetectorResult 类。
        返回:
        风险区探测器分析结果。
      • 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.