com.supermap.data
类 VectorPyramidConfigInfo
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.data.VectorPyramidConfigInfo
-
- 所有已实现的接口:
- IDisposable
public class VectorPyramidConfigInfo extends com.supermap.data.InternalHandleDisposable
矢量金字塔创建信息类。矢量金字塔创建时有一些创建参数,该类存储矢量金字塔创建时使用的参数信息
-
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 void
dispose()
释放当前对象。int
getMaxLevel()
获取金字塔的最大层级。VectorPyramidCreateMethod
getMethod()
获取金字塔的创建方式。int
getMinLevel()
获取金字塔的最小层级。int
getStep()
获取金字塔创建时使用的步长。double
getWeight()
获取金字塔创建时使用的分辨率。
-
-
-
方法详细资料
-
dispose
public void dispose()
释放当前对象。
-
getMinLevel
public int getMinLevel()
获取金字塔的最小层级。- 返回:
- 层级。
-
getMaxLevel
public int getMaxLevel()
获取金字塔的最大层级。- 返回:
- 层级。
-
getStep
public int getStep()
获取金字塔创建时使用的步长。- 返回:
- 步长。
-
getWeight
public double getWeight()
获取金字塔创建时使用的分辨率。- 返回:
- 分辨率。
-
getMethod
public VectorPyramidCreateMethod getMethod()
获取金字塔的创建方式。- 返回:
- 金字塔创建方式。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.