com.supermap.analyst.spatialstatistics
类 BShadeSamplingResult
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.analyst.spatialstatistics.BShadeSamplingResult
-
- 所有已实现的接口:
- IDisposable
public class BShadeSamplingResult extends com.supermap.data.InternalHandleDisposable
BShade抽样结果。
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 void
dispose()
释放该对象所占用的资源。double
getEstimatedVariance()
返回估计方差。int
getSampleNumber()
返回抽样字段数目。String[]
getSolutionNames()
返回字段名称数组。double[]
getWeights()
返回权重数组。static void
setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
-
-
方法详细资料
-
dispose
public void dispose()
释放该对象所占用的资源。当调用该方法之后,此对象不再可用。
-
getSampleNumber
public int getSampleNumber()
返回抽样字段数目。- 返回:
- 抽样字段数目。
-
getEstimatedVariance
public double getEstimatedVariance()
返回估计方差。- 返回:
- 估计方差。
-
getWeights
public double[] getWeights()
返回权重数组。- 返回:
- 权重数组。
-
getSolutionNames
public String[] getSolutionNames()
返回字段名称数组。- 返回:
- 字段名称数组。
-
setIsDisposable
public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.