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. zookeeper启动入口

    最近正在研究zookeeper,一些心得记录一下,如有错误,还请大神指正. zookeeper下载地址:http://zookeeper.apache.org/releases.html,百度一下就能 ...

  2. python数据库操作pymysql

    安装数据库: pip3 install pymysql 进行数据库的更新.插入.查询等操作: #!/usr/bin/python3.4 # -*- coding: utf-8 -*- #------- ...

  3. Spring MVC与Struts2的区别

    1. 机制:spring mvc的入口是servlet,而struts2是filter,这样就导致了二者的机制不同. 2. 性能:spring会稍微比struts快.spring mvc是基于方法的设 ...

  4. 分布式服务框架:Zookeeper

    Zookeeper是一个高性能,分布式的,开源分布式应用协调服务.它提供了简单原始的功能,分布式应用可以基于它实现更高级的服务,比如同步,配置管理,集群管理,名空间.它被设计为易于编程,使用文件系统目 ...

  5. Keepalived+MySQL实现高可用(转)

    http://www.cnblogs.com/wingsless/p/4033093.html   MHA高可用 http://www.cnblogs.com/gomysql/p/3856484.ht ...

  6. 日常维护管理-DBA运维交接清单

    序号 交接内容 交接目标与要点 交接物 交接状态 交接开始时间 交接结束时间 负责人 备注 1 人事关系 与开发项目组成员互识,并了解其职责 开发项目组成员清单 2016/2/29 2016/2/29 ...

  7. usb由于其配置信息(注册表中的)不完整或已损坏,Windows 无法启动这个硬件设备

    在设备管理器的usb设备的属性中,显示提示“由于其配置信息(注册表中的)不完整或已损坏,Windows 无法启动这个硬件设备”.注册表坏了.经过查询,解决方法如下: 方法:打开注册表编辑器(开始--& ...

  8. EventHandler委托与自定义委托

    http://blog.csdn.net/uuxyz/article/details/7175248 EventHandler委托与自定义委托 自定义委托: //1. public delegate ...

  9. 关于 xcode 工程编译报错 undefined symbol _res_9_init的解决办法

    将libresolv.dylib 添加到工程引用中(通过build phases中).补充:    _res_9_init定义在resolv.h中,可以参考http://www.opensource. ...

  10. 黄聪:Discuz X2.5、3.0、3.1、3.2 如何不用插件实现用户名只允许中文注册

    1.在后台--注册与访问--注册链接文字,把“注册”改为“中文注册”或“注册(请使用中文注册)”等   2.后台UCenter管理中心---注册设置---禁止的用户名:   *q* *w* *e* * ...