工程测量中坐标系与坐标转换算法的实现

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

随着测绘事业的迅速发展,全球一体化的形成,要求测绘资料形成统一规范,坐标系统的统一就是其中的一方面。现在国家采用的坐标系统有北京54坐标系、西安80坐标系、WGS84坐标系,国家2000坐标系以及各地方坐标系,它们选择的椭球参考系不同,通过不同坐标系之间的转换来满足不同工程测量的需求。在同一坐标系下又有不同的坐标表示方式,例如大地坐标、空间直角坐标、平面坐标。不同坐标系之间的相互转换,相同坐标系下不同坐标之间的转换,都会运用各自对应的转换模型进行转换。

不同坐标系之间的相互转换,本文中主要采用了三种模型,即三参数模型、四参数模型和七参数模型。相同坐标系下的坐标转换,通过选择相应的参考椭球运用相应的转换模型进行转换。坐标转换数据处理过程复杂,模型参数计算涉及最小二乘原理和矩阵运算,所以利用计算机进行坐标转换,既节省了时间,又能提高计算结果的准确性。本文就基于MATLAB平台编写坐标转换程序以及设计坐标转换系统用户界面,利用MATLAB强大的矩阵运算能力以及丰富的函数,能够方便快捷的实现坐标转换。

关键词:坐标系,坐标转换,参数模型,MATLAB

With the rapid development of the cause of the surveying and mapping, the formation of global integration, of surveying and mapping material form a unified and standard requirement, coordinate system of unified is one of the hand. Now countries adopt of coordinate system has Beijing 54 coordinate system, xian 80 coordinate system, WGS84 coordinate system, the national 2000 coordinate system, and the local coordinate system, they choose different frame of reference ellipsoid, through the different coordinate conversion between to meet different demand of engineering measurement. In the same coordinate system and the coordinates of different means, such as the earth coordinate, space rectangular, plane coordinates. The transformation between different coordinate system, the same coordinate conversion between different coordinates, will use their corresponding transformation model for conversion.

The interaction between the different coordinate system transformation, this paper mainly adopts three model, that is, three parameters model, four parameter model and seven parameter model. The same coordinate coordinate transformation, through the selection of the corresponding reference by the transformation model of the corresponding ellipsoid for conversion. Coordinate conversion of data processing complex, model parameter calculation involved in least square principle and matrix computation, so use computer coordinate transformation, both to save time, and can improve the accuracy of the calculation results. This paper based on MATLAB platform of coordinate transformation and write program design coordinate transformation system user interface, use of MATLAB strong matrix operation ability and rich function, can facilitate quickly realize the coordinate transformation.

Keywords:coordinate, coordinate transformation, the parameters of model, MATLAB

摘要 (Ⅰ)

ABSTRACT(英文摘要) (Ⅱ)

目录 (Ⅲ)

第一章引言 (1)

1.1 研究的背景及意义 (1)

1.2 坐标系间转换的研究现状 (2)

1.3 研究的内容和目标 (2)

第二章大地测量坐标系统 (3)

2.1 地球表面、大地水准面和椭球体 (3)

2.2 三种常用坐标 (6)

2.2.1 空间坐标 (6)

2.2.2 大地坐标 (8)

2.2.3 平面坐标 (8)

2.3 基准 (9)

2.4 常用坐标系 (10)

2.4.1 1954年北京坐标系 (10)

2.4.2 1980年国家坐标系 (10)

2.4.3 WGS-84坐标系 (11)

2.4.4 2000国家大地坐标系 (11)

2.4.5 地方独立坐标系 (12)

第三章坐标转换的理论及其方法 (13)

3.1 坐标转换模型 (13)

3.1.1 三参数模型 (13)

3.1.2 四参数模型 (13)

3.1.3 七参数模型 (14)

3.2 坐标转换中参数的求解方法 (16)

3.2.1 三点法 (16)

3.2.2 多点法 (16)

3.3 大地坐标与空间直角坐标间的转换 (17)

3.3.1 大地坐标转换成空间直角坐标 (17)

3.3.2 空间直角坐标转换成大地坐标 (17)

相关文档
最新文档