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. vs2010 clickone 工程安装后的路径 win7

    C:\Users\xuan\AppData\Local\Apps\2.0\DX16T5JV.MLO\1H1ZAND1.1ZY\test..tion_f74974f651f2573b_0001.0000 ...

  2. python数据类型之str用法

    1.首字母大写 语法:S.capitalize() -> str title = "today is a good day" title_ca = title.capital ...

  3. ASP.NET MVC 中的ViewData与ViewBag

    在Asp.net MVC 3 web应用程序中,我们会用到ViewData与ViewBag,对比一下: ViewData ViewBag 它是Key/Value字典集合 它是dynamic类型对像 从 ...

  4. [oracle] 解决X64操作系统PL/SQL连接报错问题 make sure you have the 32 bits oracle client installed

    Windows 64位下装Oracle 11g 64位,PLSQL Developer使用出现以下问题: 1.Database下拉框为空: 2.强制输入用户名.密码及Database,登录弹出: In ...

  5. 用javacsv API 来操作csv文件

    javacsv是国外开发的一个比较好的操作csv文件的API,这里简单讲一下用法. 先下载javacsv2.0.zip的文件,解压后,把javacsv.jar 添加到项目中.  本站下载地址: htt ...

  6. WPF性能改善---之化整为零(蜂窝的衍生应用)

    在有的项目中,有这样的需求,由于显示器的显示区域是有限的,而软件却要展示一个远大于显示区域的一些元素,此时就要引入放大.缩小.拖动等UI控制技术,而在使用这些技术的同时,在后台有效的控制渲染元素的个数 ...

  7. wcf 获取客户端 IP

    http://stackoverflow.com/questions/3937773/wcf-security-using-client-ip-address var context = Operat ...

  8. java ScriptEngine 使用 (支持JavaScript脚本,eval()函数等)

    Java SE 6最引人注目的新功能之一就是内嵌了脚本支持.在默认情况下,Java SE 6只支持JavaScript,但这并不以为着Java SE 6只能支持JavaScript.在Java SE ...

  9. Env:ctags和Taglist安装与配置

    注:文章参照http://blog.csdn.net/vaqeteart/article/details/4146618 想必用过Source Insight的人都记得这样一个功能: SI能够把当前文 ...

  10. 64. Minimum Path Sum

    Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which ...