com.supermap.realspace
类 CityGMLLoadParameter
- java.lang.Object
-
- com.supermap.realspace.CityGMLLoadParameter
-
public class CityGMLLoadParameter extends Object
加载CityGML需要的参数
-
-
构造器概要
构造器 构造器和说明 CityGMLLoadParameter()
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 int
getEpsgCode()
获取epsg编号String
getFilePath()
获取文件路径String
getProjectionInfo()
获取投影信息void
setEpsgCode(int code)
设置epsg编号void
setFilePath(String path)
设置文件路径void
setProjectionInfo(String info)
设置投影信息
-
-
-
方法详细资料
-
getFilePath
public String getFilePath()
获取文件路径- 返回:
- 文件路径
-
setFilePath
public void setFilePath(String path)
设置文件路径- 参数:
path
- 文件路径
-
getEpsgCode
public int getEpsgCode()
获取epsg编号- 返回:
- epsg编号
-
setEpsgCode
public void setEpsgCode(int code)
设置epsg编号- 参数:
code
- epsg编号
-
getProjectionInfo
public String getProjectionInfo()
获取投影信息- 返回:
- 投影信息
-
setProjectionInfo
public void setProjectionInfo(String info)
设置投影信息- 参数:
info
- 投影信息
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.