程序包 | 说明 |
---|---|
com.supermap.analyst.spatialanalyst |
限定符和类型 | 字段和说明 |
---|---|
static SearchMode |
SearchMode.KDTREE_FIXED_COUNT
变长查找方式,即距离栅格单元最近的指定数目的采样点参与插值运算。
|
static SearchMode |
SearchMode.KDTREE_FIXED_RADIUS
定长查找方式,即指定半径范围内所有的采样点都参与栅格单元的插值运算。
|
static SearchMode |
SearchMode.NONE
不进行查找,使用所有的输入点进行内插分析。
|
static SearchMode |
SearchMode.QUADTREE
块查找方式,即根据设置的每个块内的点的最多数量对数据集进行分块,使用块内的点进行插值运算。
|
限定符和类型 | 方法和说明 |
---|---|
SearchMode |
InterpolationParameter.getSearchMode()
返回在插值运算时,查找参与运算点的方式。
|
限定符和类型 | 方法和说明 |
---|---|
void |
InterpolationDensityParameter.setSearchMode(SearchMode searchMode)
设置查找模式。
|
void |
InterpolationIDWParameter.setSearchMode(SearchMode searchMode)
设置查找方式。
|
void |
InterpolationParameter.setSearchMode(SearchMode searchMode)
设置在插值运算时,查找参与运算点的方式。
|
构造器和说明 |
---|
InterpolationIDWParameter(double resolution,
SearchMode mode,
double searchRadius,
int expectedCount)
根据指定的参数构造一个 InterpolationIDWParameter 的新对象。
|
InterpolationIDWParameter(double resolution,
SearchMode mode,
double searchRadius,
int expectedCount,
int power)
根据指定的参数构造一个 InterpolationIDWParameter 的新对象。
|
InterpolationKrigingParameter(double resolution,
SearchMode searchMode,
double searchRadius,
int expectedCount,
VariogramMode variogramMode)
根据指定的参数来构造一个 InterpolationKrigingParameter 的新对象。
|
InterpolationKrigingParameter(InterpolationAlgorithmType type,
double resolution,
SearchMode searchMode,
double searchRadius,
int expectedCount,
VariogramMode variogramMode)
根据指定的参数来构造一个 InterpolationKrigingParameter 的新对象。
|
InterpolationRBFParameter(double tension,
double smooth,
double resolution,
SearchMode mode,
double searchRadius,
int expectedCount)
根据指定的参数构造一个 InterpolationRBFParameter 的新对象。
|
Copyright © 2021–2024 SuperMap. All rights reserved.