com.supermap.tilestorage
类 TileStorageLevelInfo
- java.lang.Object
-
- com.supermap.tilestorage.TileStorageLevelInfo
-
public class TileStorageLevelInfo extends Object
-
-
构造器概要
构造器 构造器和说明 TileStorageLevelInfo()
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 long
getHeight()
int
getLevel()
double
getResolution()
long
getWidth()
void
setHeight(long height)
void
setLevel(int level)
void
setResolution(double resolution)
void
setWidth(long width)
-
-
-
方法详细资料
-
getLevel
public int getLevel()
-
setLevel
public void setLevel(int level)
-
getWidth
public long getWidth()
-
setWidth
public void setWidth(long width)
-
getHeight
public long getHeight()
-
setHeight
public void setHeight(long height)
-
getResolution
public double getResolution()
-
setResolution
public void setResolution(double resolution)
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.