esriSRProjCS3Type Constants
![]() |
ArcGIS Developer Help (Geometry) | ![]() |
esriSRProjCS3Type Constants
More projected coordinate systems.
Constant | Value | Description |
---|---|---|
esriSRProjCS_World_Aitoff | 54043 | Aitoff. |
esriSRProjCS_World_CrasterParabolic | 54046 | Craster Parabolic. |
esriSRProjCS_World_FlatPolarQuartic | 54045 | Flat Polar Quartic. |
esriSRProjCS_World_HammerAitoff | 54044 | Hammer-Aitoff. |
esriSRProjCS_World_Times | 54048 | Times. |
esriSRProjCS_World_VerticalPerspective | 54049 | Vertical Near-side Perspective - geosynchronous orbit. |
esriSRProjCS_World_WinkelTripelNGS | 54042 | Winkel Tripel (NGS). |
esriSRProjCS_Sphere_Aitoff | 53043 | Aitoff. |
esriSRProjCS_Sphere_CrasterParabolic | 53046 | Craster Parabolic. |
esriSRProjCS_Sphere_FlatPolarQuartic | 53045 | Flat Polar Quartic. |
esriSRProjCS_Sphere_HammerAitoff | 53044 | Hammer-Aitoff. |
esriSRProjCS_Sphere_Times | 53048 | Times. |
esriSRProjCS_Sphere_VerticalPerspective | 53049 | Vertical Near-side Perspective - geosynchronous orbit. |
esriSRProjCS_Sphere_WinkelTripelNGS | 53042 | Winkel Tripel (NGS). |
esriSRProjCS_WGS1984_NPoleGnomonic | 102034 | North Pole Gnomonic. |
esriSRProjCS_WGS1984_SPoleGnomonic | 102036 | South Pole Gnomonic. |
esriSRProjCS_WGS1984_NPoleOrthographic | 102035 | North Pole Orthographic. |
esriSRProjCS_WGS1984_SPoleOrthographic | 102037 | South Pole Orthographic. |
esriSRProjCS_TheWorldFromSpace | 102038 | The World from Space. |
Product Availability
Remarks
This enumeration contains entries for some of the predefined projected coordinate systems. Please see esriSRProjCSType, esriSRProjCS2Type, and esriSRProjCS4Type for other predefined projected coordinate systems. A value corresponds to the factory code used in the Projection Engine library.
See Also
esriSRProjCSType Constants | esriSRProjCS2Type Constants | esriSRProjCS4Type Constants

esriSRProjCS3Type Constants的更多相关文章
- esriSRProjCS4Type Constants
ArcGIS Developer Help (Geometry) esriSRProjCS4Type Constants See Also esriSRProjCSType Constants ...
- esriSRProjCS2Type Constants
ArcGIS Developer Help (Geometry) esriSRProjCS2Type Constants See Also esriSRProjCSType Constants ...
- esriSRProjCSType Constants
ArcGIS Developer Help (Geometry) esriSRProjCSType Constants See Also esriSRProjCS2Type Constant ...
- some OpenGL constants
some OpenGL constants This is from (https://github.com/peterderivaz/pyopengles/blob/master/gl2.py) G ...
- CLR via C# 3rd - 07 - Constants and Fields
1. Constants A constant is a symbol that has a never-changing value. When defining a constant ...
- JavaScript Patterns 5.7 Object Constants
Principle Make variables shouldn't be changed stand out using all caps. Add constants as static prop ...
- 深入浅出OOP(五): C#访问修饰符(Public/Private/Protected/Internal/Sealed/Constants)
访问修饰符(或者叫访问控制符)是面向对象语言的特性之一,用于对类.类成员函数.类成员变量进行访问控制.同时,访问控制符也是语法保留关键字,用于封装组件. Public, Private, Protec ...
- Effective Java 30 Use Enums instead of int constants
Enumerated type is a type whose legal values consist of a fixed set of constants, such as the season ...
- Task Scheduler Error and Success Constants (Windows)
If an error occurs, the Task Scheduler APIs can return one of the following error codes as an HRESUL ...
随机推荐
- Openjudge计算概论-角谷猜想
/*===================================== 角谷猜想 总时间限制: 1000ms 内存限制: 65536kB 描述 所谓角谷猜想,是指对于任意一个正整数,如果是奇数 ...
- js停止冒泡和阻止浏览器默认行为
停止冒泡通用方法: function stopBubble(e) { //如果提供了事件对象,是非IE浏览器 if ( e && e.stopPropagation ) //使用W3C ...
- spring-boot支持双数据源mysql+mongo
这里,首先想说的是,现在的web应用,处理的数据对象,有结构化的,也有非结构化的.同时存在.但是在spring-boot操作数据库的时候,若是在properties文件中配置数据源的信息,通过默认配置 ...
- 如何通过源码生成Gatling可执行工具
其实,这个对于不是很熟系sbt的人来说,或者对scala语言没有什么了解的人,接触Gatling这个开源的性能测试框架,还是有些茫然的. 因为GitHub上提供的Gatling (最新版本:2.2.0 ...
- ASP.NET环境下配置FCKEditor并上传图片及其它文件
文章转自:http://blog.sina.com.cn/s/blog_568e66230100hy6a.html FCKEditor于2009年被更名为新一代的CKEditor和CKFinder,见 ...
- Redis系统管理相关指令简介
常用命令列表 DBSIZE 返回当前数据库 Key 的数量 INFO ...
- 138. Copy List with Random Pointer
A linked list is given such that each node contains an additional random pointer which could point t ...
- \r\n的坑
\r回车符 \n换行符 由于历史原因,windows下的换行符为\r\n linux或者html等开源或公开标准的换行符是\n ---- 为什么windows下的回车换行是\r\n? 第一台打印机,每 ...
- [Android实例] Scroll原理-附ScrollView源码分析
想象一下你拿着放大镜贴很近的看一副巨大的清明上河图, 那放大镜里可以看到的内容是很有限的, 而随着放大镜的上下左右移动,就可以看到不同的内容了 android中手机屏幕就相当于这个放大镜, 而看到的内 ...
- MFC的类层次结构图