GeographicCoordinateSystemStyle 枚举 |
地理坐标系类型
命名空间:
GISShare.SMap.SpatialReference
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public enum GeographicCoordinateSystemStyle
Public Enumeration GeographicCoordinateSystemStyle
public enum class GeographicCoordinateSystemStyle
type GeographicCoordinateSystemStyle
成员
| 成员名称 | 值 | 说明 |
---|
| eUnKnown | -1 |
未知
|
| eGCS_Beijing_1954 | 4214 |
esriSRGeoCS_Beijing1954 4214 Beijing 1954.
|
| eGCS_China_Geodetic_Coordinate_System_2000 | 4490 |
中国2000
|
| eGCS_WGS_1984 | 4326 |
WGS84
|
| eGCS_Xian_1980 | 4610 |
esriSRGeoCS_Xian1980 4610 Xian 1980.
|
| eGCS_WGS_1984_GCJ02 | -1014326 |
GCJ02(WGS84火星加密坐标系)
|
| eGCS_WGS_1984_BD09LL | -1024326 |
BD09LL(WGS84百度密坐标系)
|
参见