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. 【转】纯CSS设置Checkbox复选框控件的样式

    Checkbox复选框是一个可能每一个网站都在使用的HTML元素,但大多数人并不给它们设置样式,所以在绝大多数网站它们看起来是一样的.为什么不把你的网站中的Checkbox设置一个与众不同的样式,甚至 ...

  2. yii 获取当前ip 常用的调用变量

    echo Yii::app()->request->hostInfo; //除域名外的URL echo Yii::app()->request->getUrl(); //除域名 ...

  3. Android软键盘遮挡的四种解决方案

    问题概述 在编辑框输入内容时会弹出软键盘,而手机屏幕区域有限往往会遮住输入界面,我们先看一下问题效果图: 输入用户名和密码时,系统会弹出键盘,造成系统键盘会挡住文本框的问题,如图所示: 输入密码时输入 ...

  4. Mysqldump参数大全(转)

    参数 参数说明 --all-databases  , -A 导出全部数据库. mysqldump  -uroot -p --all-databases --all-tablespaces  , -Y ...

  5. 用c#读取文件内容中文是乱码的解决方法:

    用c#读取文件内容中文是乱码的解决方法: //方法1: StreamReader din = new StreamReader(@"C:\1.txt", System.Text.E ...

  6. Java ArrayList操作

    import java.util.ArrayList; import java.util.List; import java.util.Iterator; public class Study { p ...

  7. 关于jquery插件 入门

    关于 JavaScript & jQuery 的插件开发   最近在温故 JavaScript 的面向对象,于是乎再次翻开了<JavaScript高级程序设计>第3版,了解到其中常 ...

  8. MySQL时间戳和时间格式转换函数

    MySQL时间戳和时间格式转换函数:unix_timestamp and from_unixtime unix_timestamp将时间转化成时间戳格式.from_unixtime将时间戳转化成时间格 ...

  9. Zabbix agent on Microsoft Windows

    1.在Windows上创建目录: C:\Windows\zabbix\ 2.下载安装包并解压到新建的目录 3.下载地址:http://www.zabbix.com/downloads/3.0.0/za ...

  10. poj1160 post office

    题目大意:有n个乡村,现在要建立m个邮局,邮局只能建在乡村里.现在要使每个乡村到离它最近的邮局距离的总和尽量小,求这个最小距离和. n<300,p<30,乡村的位置不超过10000. 分析 ...