public class CacheTileParameter extends Object
构造器和说明 |
---|
CacheTileParameter(Double scale,
int row,
int col,
Rectangle2D bounds,
String path) |
限定符和类型 | 方法和说明 |
---|---|
Rectangle2D |
getTileBounds() |
int |
getTileCol() |
String |
getTilePath() |
int |
getTileRow() |
Double |
getTileScale() |
public CacheTileParameter(Double scale, int row, int col, Rectangle2D bounds, String path)
public Double getTileScale()
public int getTileRow()
public int getTileCol()
public Rectangle2D getTileBounds()
public String getTilePath()
Copyright © 2021–2024 SuperMap. All rights reserved.