public class VectorPyramidConfigInfo
extends com.supermap.data.InternalHandleDisposable
矢量金字塔创建时有一些创建参数,该类存储矢量金字塔创建时使用的参数信息
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
释放当前对象。
|
int |
getMaxLevel()
获取金字塔的最大层级。
|
VectorPyramidCreateMethod |
getMethod()
获取金字塔的创建方式。
|
int |
getMinLevel()
获取金字塔的最小层级。
|
int |
getStep()
获取金字塔创建时使用的步长。
|
double |
getWeight()
获取金字塔创建时使用的分辨率。
|
public void dispose()
public int getMinLevel()
public int getMaxLevel()
public int getStep()
public double getWeight()
public VectorPyramidCreateMethod getMethod()
Copyright © 2021–2024 SuperMap. All rights reserved.