程序包 | 说明 |
---|---|
com.supermap.analyst.spatialanalyst |
限定符和类型 | 字段和说明 |
---|---|
static VectorPyramidMethod |
VectorPyramidMethod.GRID
网格法创建矢量金字塔,枚举值为2。
|
static VectorPyramidMethod |
VectorPyramidMethod.TOPOLOGY
拓扑法创建矢量金字塔,枚举值为1。
|
限定符和类型 | 方法和说明 |
---|---|
static DatasetVector |
Generalization.createVectorPyramid(DatasetVector targetDataset,
int nMinLevel,
int nMaxLevel,
int nStep,
double weight,
VectorPyramidMethod method,
boolean separateStorage,
SteppedListener... listeners)
创建矢量金字塔。
|
static DatasetVector |
Generalization.createVectorPyramid(DatasetVector targetDataset,
int nMinLevel,
int nMaxLevel,
int nStep,
double weight,
VectorPyramidMethod method,
SteppedListener... listeners)
创建矢量金字塔。
|
Copyright © 2021–2024 SuperMap. All rights reserved.