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) |
public int getLevel()
public void setLevel(int level)
public long getWidth()
public void setWidth(long width)
public long getHeight()
public void setHeight(long height)
public double getResolution()
public void setResolution(double resolution)
Copyright © 2021–2024 SuperMap. All rights reserved.