ArcGIS for Desktop

  • 文档
  • 合约
  • 支持

  • My Profile
  • 帮助
  • Sign Out
ArcGIS for Desktop

ArcGIS Online

专为贵组织打造的制图平台

ArcGIS for Desktop

全面的专业性 GIS

ArcGIS for Server

面向企业的 GIS

ArcGIS for Developers

用于构建位置感知应用程序的工具

ArcGIS Solutions

适用于行业的免费模板地图和应用程序

ArcGIS Marketplace

获取适用于组织的应用程序和数据

  • 文档
  • 合约
  • 支持
Esri
  • 登录
user
  • 我的个人资料
  • 登出

帮助

  • 主页
  • 入门
  • 制图
  • 分析
  • 管理数据
  • 工具
  • 更多...

SpatialReference

  • 摘要
  • 讨论
  • 语法
  • 属性
  • 方法概述
  • 方法
  • 代码实例

摘要

空间参考的每一部分都具有多个属性,特别是坐标系,它定义了哪些地图投影选项用于定义水平坐标。

讨论

也可使用 Describe spatialReference 属性从现有数据集访问 SpatialReference 对象。

dataset = "c:/data/landbase.gdb/Wetlands"
spatial_ref = arcpy.Describe(dataset).spatialReference
注:

空间参考属性的可用性取决于所使用的坐标系。在下面的属性列表中,只可用于投影坐标系的属性以 1 表示;只可用于地理坐标系的属性以 2 表示。

语法

 SpatialReference  ({item})
参数说明数据类型
item

可以通过三种方式创建空间参考:

  • 使用坐标系的名称

    sr = arcpy.SpatialReference("Hawaii Albers Equal Area Conic")
    
  • 使用投影文件 (.prj)
    sr = arcpy.SpatialReference("c:/coordsystems/NAD 1983.prj")
    
  • 使用坐标系工厂代码(或权限代码)

    # 32145 is the code for: 
    #  NAD 1983 StatePlane Vermont FIPS 4400 (Meters)
    sr = arcpy.SpatialReference(32145)
    

有关坐标系名称和工厂代码的详细信息,请参阅 geographic_coordinate_systems.pdf 和 projected_coordinate_systems.pdf ArcGIS 文档文件夹中的文件。

有关详细信息,请参阅使用空间参考类。

String

属性

属性说明数据类型
GCS
(只读)

If a projected coordinate system, returns a SpatialReference object for the geographic coordinate system it is based on. If a geographic coordinate system, returns the same SpatialReference.

SpatialReference
MDomain
(只读)

The extent of the measure domain.

String
MFalseOriginAndUnits
(只读)

The measure false origin and units.

String
MResolution
(读写)

The measure resolution.

Double
MTolerance
(读写)

The measure tolerance.

Double
XYResolution
(读写)

The xy resolution.

Double
XYTolerance
(读写)

The xy tolerance.

Double
ZDomain
(只读)

The extent of the Z domain.

String
ZFalseOriginAndUnits
(只读)

The Z false origin and units.

String
ZResolution
(读写)

The Z resolution property.

Double
ZTolerance
(读写)

The Z tolerance property.

Double
abbreviation
(读写)

The abbreviated name of the spatial reference.

String
alias
(读写)

The alias of the spatial reference.

String
domain
(只读)

The extent of the xy domain.

String
factoryCode
(读写)

The factory code of the spatial reference.

Integer
falseOriginAndUnits
(只读)

The false origin and units.

String
hasMPrecision
(只读)

Indicates whether or not m-value precision information has been defined.

Boolean
hasXYPrecision
(只读)

Indicates whether or not xy precision information has been defined.

Boolean
hasZPrecision
(只读)

Indicates whether or not z-value precision information has been defined.

Boolean
isHighPrecision
(读写)

Indicates whether or not the spatial reference has high precision set.

Boolean
name
(读写)

The name of the spatial reference.

String
remarks
(读写)

The comment string of the spatial reference.

String
type
(读写)

The type of the spatial reference.

String
usage
(只读)

The usage notes.

String
PCSCode
(读写)

投影坐标系代码。1

Integer
PCSName
(读写)

投影坐标系名称。1

String
azimuth
(读写)

投影坐标系的方位角。1

Double
centralMeridian
(读写)

投影坐标系的中央经线。1

Double
centralMeridianInDegrees
(读写)

投影坐标系的中央经线 (Lambda0)(以度为单位)。1

Double
centralParallel
(读写)

投影坐标系的中央纬线。1

Double
classification
(只读)

地图投影的分类。1

String
falseEasting
(读写)

投影坐标系的东偏移量。1

Double
falseNorthing
(读写)

投影坐标系的北偏移量。1

Double
latitudeOf1st
(读写)

投影坐标系第一个点的纬度。1

Double
latitudeOf2nd
(读写)

投影坐标系第二个点的纬度。1

Double
latitudeOfOrigin
(读写)

投影坐标系原点的纬度。1

Double
linearUnitCode
(读写)

线性单位代码。1

Integer
linearUnitName
(读写)

线性单位名称。1

String
longitude
(读写)

此本初子午线的经度值。1

Double
longitudeOf1st
(读写)

投影坐标系第一个点的经度。1

Double
longitudeOf2nd
(读写)

投影坐标系第二个点的经度。1

Double
longitudeOfOrigin
(读写)

投影坐标系原点的经度。1

Double
metersPerUnit
(只读)

米/线性单位。1

Double
projectionCode
(读写)

投影代码。1

Integer
projectionName
(读写)

投影名称。1

String
scaleFactor
(读写)

投影坐标系的比例因子。1

Double
standardParallel1
(读写)

投影坐标系的第一条纬线。1

Double
standardParallel2
(读写)

投影坐标系的第二条纬线。1

Double
GCSCode
(读写)

The geographic coordinate system code.2

Integer
GCSName
(读写)

The geographic coordinate system name.2

String
angularUnitCode
(读写)

The angular unit code.2

Integer
angularUnitName
(读写)

The angular unit name.2

String
datumCode
(读写)

The datum code.2

Integer
datumName
(读写)

The datum name.2

String
flattening
(读写)

The flattening ratio of this spheroid.2

Double
longitude
(读写)

The longitude value of this prime meridian.2

Double
primeMeridianCode
(读写)

The prime meridian code.2

Integer
primeMeridianName
(读写)

The prime meridian name.2

String
radiansPerUnit
(只读)

The radians per angular unit.2

Double
semiMajorAxis
(读写)

The semi-major axis length of this spheroid.2

Double
semiMinorAxis
(读写)

The semi-minor axis length of this spheroid.2

Double
spheroidCode
(读写)

The spheroid code.2

Integer
spheroidName
(读写)

The spheroid name.2

String

方法概述

方法说明
create ()

使用属性创建空间参考对象。

createFromFile (prj_file)

从投影文件创建一个空间参考对象。

exportToString ()

将对象导出至其字符串表示。

loadFromString (string)

使用对象的字符串表示来恢复对象。可以使用 exportToString 方法创建字符串表示。

setDomain (x_min, x_max, y_min, y_max)

设置 XY 属性域。

setFalseOriginAndUnits (false_x, false_y, xy_units)

设置 XY 的假定原点和单位。

setMDomain (m_min, m_max)

设置 M 属性域。

setMFalseOriginAndUnits (false_m, m_units)

设置 M 的假定原点和单位。

setZDomain (z_min, z_max)

设置 Z 属性域。

setZFalseOriginAndUnits (false_z, z_units)

设置 Z 的假定原点和单位。

方法

create ()
createFromFile (prj_file)
参数说明数据类型
prj_file

该投影文件用于填充此空间参考对象。

String
exportToString ()

返回值

数据类型说明
String

对象的字符串表示。

loadFromString (string)
参数说明数据类型
string

对象的字符串表示。

String
setDomain (x_min, x_max, y_min, y_max)
参数说明数据类型
x_min

The minimum x-value.

Double
x_max

The maximum x-value.

Double
y_min

The minimum y-value.

Double
y_max

The maximum y-value.

Double
setFalseOriginAndUnits (false_x, false_y, xy_units)
参数说明数据类型
false_x

假定的 x 值。

Double
false_y

假定的 y 值。

Double
xy_units

xy 的单位。

String
setMDomain (m_min, m_max)
参数说明数据类型
m_min

最小 m 值。

Double
m_max

最大 m 值。

Double
setMFalseOriginAndUnits (false_m, m_units)
参数说明数据类型
false_m

The false m-value.

Double
m_units

The m units.

Double
setZDomain (z_min, z_max)
参数说明数据类型
z_min

最小 z 值。

Double
z_max

最大 z 值。

Double
setZFalseOriginAndUnits (false_z, z_units)
参数说明数据类型
false_z

The false z-value.

Double
z_units

The false z units.

Double

代码实例

SpatialReference 示例

对工作空间中的每个要素类,输出其空间参考的名称。

import arcpy

# Set the workspace environment
arcpy.env.workspace = "c:/base/base.gdb"

# Get a list of the feature classes in the input folder
feature_classes = arcpy.ListFeatureClasses()

# Loop through the list
for fc in feature_classes:
    # Create the spatial reference object
    spatial_ref = arcpy.Describe(fc).spatialReference

    # If the spatial reference is unknown
    if spatial_ref.name == "Unknown":
        print("{0} has an unknown spatial reference".format(fc))

    # Otherwise, print out the feature class name and
    # spatial reference
    else:
        print("{0} : {1}".format(fc, spatial_ref.name))

相关主题

  • 通过 Python 使用类
  • 使用空间参考类
有关此主题的反馈?

ArcGIS for Desktop

  • 主页
  • 文档
  • 合约
  • 支持

ArcGIS 平台

  • ArcGIS Online
  • ArcGIS for Desktop
  • ArcGIS for Server
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

关于 Esri

  • 关于我们
  • 招贤纳士
  • 内部人员博客
  • 用户大会
  • 开发者峰会
Esri
© Copyright 2016 Environmental Systems Research Institute, Inc. | 隐私政策 | 法律声明