椭球体
命名空间:
GISShare.SMap.SpatialReference
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public Spheroid(
int iCode
)
Public Sub New (
iCode As Integer
)
public:
Spheroid(
int iCode
)
new :
iCode : int -> Spheroid
参数
- iCode
- 类型: SystemInt32
椭球编码(如果没有找到合适的椭球体,默认使用WGS84椭球)
参见