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

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

 


Send feedback on this page
 

esriSRProjCS3Type Constants的更多相关文章

  1. esriSRProjCS4Type Constants

    ArcGIS Developer Help  (Geometry)   esriSRProjCS4Type Constants See Also esriSRProjCSType Constants ...

  2. esriSRProjCS2Type Constants

    ArcGIS Developer Help  (Geometry)   esriSRProjCS2Type Constants See Also esriSRProjCSType Constants ...

  3. esriSRProjCSType Constants

    ArcGIS Developer Help  (Geometry)     esriSRProjCSType Constants See Also esriSRProjCS2Type Constant ...

  4. some OpenGL constants

    some OpenGL constants This is from (https://github.com/peterderivaz/pyopengles/blob/master/gl2.py) G ...

  5. 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 ...

  6. JavaScript Patterns 5.7 Object Constants

    Principle Make variables shouldn't be changed stand out using all caps. Add constants as static prop ...

  7. 深入浅出OOP(五): C#访问修饰符(Public/Private/Protected/Internal/Sealed/Constants)

    访问修饰符(或者叫访问控制符)是面向对象语言的特性之一,用于对类.类成员函数.类成员变量进行访问控制.同时,访问控制符也是语法保留关键字,用于封装组件. Public, Private, Protec ...

  8. 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 ...

  9. 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 ...

随机推荐

  1. 九度OJ 1010:计算A+B【字符串和数组】

    /*======================================================================== 题目1010:A + B 时间限制:1 秒内存限制 ...

  2. OpenJudge计算概论-鸡尾酒疗法

    /*===================================== 鸡尾酒疗法 总时间限制: 1000ms 内存限制: 65536kB 描述 鸡尾酒疗法,原指“高效抗逆转录病毒治疗”(HA ...

  3. python file operation

    file.open(name[,mode[,buffering]]) 模式的类型有: r 默认只读 w     以写方式打开,如果文件不存在则会先创建,如果文件存在则先把文件内容清空(truncate ...

  4. 配置android模拟器

    配置android模拟器 1. 将android-sdk-windows.rar和eclipse_android.rar解压到D盘根目标下 直接将两个压缩文件解压到当前分区(D盘)即可 2. 配置环境 ...

  5. Debian 环境下安装Tomcat记录

    1.安装JAVA运行环境 Debian默认带了OpenJDK,有人说不好用,我没有验证就从ORACLE官网上下载了最新的JDK安装包,直接解压并设置环境变量就行了: # tar zxvf jdk-8u ...

  6. 【1-5】jQuery对象和DOM对象

    1 jQuery对象转化为DOM对象: var $cr = $("#cr");//获得jQuery对象 var cr = $cr[0];//转化为DOM对象 或者:var cr = ...

  7. android学习笔记19——对话框(DatePickerDialog、TimePickerDialog)

    DatePickerDialog.TimePickerDialog ==> DatePickerDialog.TimePickerDialog功能.用法都比较简单,操作步骤: 1.通过new关键 ...

  8. android学习笔记八——SeekBar

    SeekBar——拖动条 拖动条(SeekBar)组件与ProgressBar水平形式的显示进度条类似,不过其最大的区别在于,拖动条可以由用户自己进行手工的调节,例如当用户需要调整播放器音量或者电影的 ...

  9. FrameWork启动流程

    Android启动过程包含从Linux内核加载到Home应用程序启动的整个过程.整体流程如下: Android是基于Linux内核的系统平台.启动时,首先通过bootloader(系统加载器),加载L ...

  10. c# 函数及out传值

    使用 out传值的时候仅仅是将变量名(箱子)拿过来,并不会管之前是什么值函数体结束之前必须对该out的参数进行赋值,否则报错(不好意思还回去)out传值,可以进行多个值的传回 public void ...