public class TileVersion
extends com.supermap.data.InternalHandleDisposable
构造器和说明 |
---|
TileVersion()
默认构造函数,构造一个新的 TileVersion 对象
|
TileVersion(String name,
String desc,
String parent,
Date timetense,
double[] resolutions,
Rectangle2D bounds)
构造函数,构造一个指定的 TileVersion 对象
|
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
释放对象
|
Rectangle2D |
getBounds() |
String |
getDesc() |
String |
getName() |
String |
getParent() |
double[] |
getResolutions() |
double[] |
getScales() |
Date |
getTimetense() |
void |
setBounds(Rectangle2D bounds) |
void |
setDesc(String desc) |
void |
setName(String name) |
void |
setParent(String parent) |
void |
setResolutions(double[] resolutions) |
void |
setTimetense(Date timetense) |
public TileVersion()
public TileVersion(String name, String desc, String parent, Date timetense, double[] resolutions, Rectangle2D bounds)
public String getName()
public void setName(String name)
public String getDesc()
public void setDesc(String desc)
public String getParent()
public void setParent(String parent)
public Date getTimetense()
public void setTimetense(Date timetense)
public double[] getResolutions()
public void setResolutions(double[] resolutions)
public Rectangle2D getBounds()
public void setBounds(Rectangle2D bounds)
public double[] getScales()
public void dispose()
Copyright © 2021–2024 SuperMap. All rights reserved.