cobber
路人甲
路人甲
  • 注册日期2008-01-14
  • 发帖数25
  • QQ
  • 铜币187枚
  • 威望0点
  • 贡献值0点
  • 银元0个
阅读:2686回复:1

《基于MapInfo平台的 mifmid文件成图方法》.pdf

楼主#
更多 发布于:2008-02-22 09:16
<P>基于MapInfo平台的 mifmid文件成图方法.pdf</P>

<P>无法上传</P>


<P><FONT size=5>测绘信息网网友--测绘人提供</FONT></P>
<P >基于MapInfo 平台的mif/mid 文件成图方法</P>
<P >赵从欣</P>
<P ><IMG> 华东师范大学河口海岸国家重点实验室<IMG> 上海 200062 </P>
<P><IMG> </P>
<P >[摘要]本文分析了生成Mapinfo Tab 图的另类方法— — mif/mid 文件法<IMG> 避开了复杂的Mapbasic 语言<IMG> 只需用简单的Visual Basic 语言即可在Mapinfo 中成图<IMG> 并举例说明这种方法的实现过程[关键词] Mapinfo; Visual Basic; mif 文件[中图分类号]P283.7 [文献标识码] B [文章编号]1001-8379(2003)01-0028-05 </P>
<DIV class=Part>
<H3>THE MAP-MAKING METHOD WITH THE FILE OF .MIF OR .MID BASED ON MAPINFO </H3>
<DIV class=Sect>
<P >ZHAO Cong-xin </P></DIV>
<P >(The State Key Laboratory of Estuarine and Coastal Research, </P>
<DIV class=Sect>
<P >East China Normal University, Shanghai 200062, China) </P></DIV>
<P >Abstract: This paper analyzed a new method of making Mapinfo Tab map— the method of using files of .mif or .mid. It avoids complicated Mapbasic in computer language and only needs simple Visual Basic in the process of map-making based on Mapinfo. At last , there is an example to explain the procedure of using this method. Key words: Mapinfo; Visual Basic; the file of .mif </P>
<DIV class=Sect>
<P ><SUB><SUB>1 </SUB><SUB>引言</SUB></SUB>2 mif/mid 的文件结构</P></DIV>
<P >在河口海岸工程的测量中
<DIV class=Sect style="MARGIN-BOTTOM: -4px; TEXT-INDENT: 28px"><IMG> </DIV>常需据已知的经
<DIV class=Sect style="MARGIN-BOTTOM: -4px; TEXT-INDENT: 28px"><IMG> </DIV>纬度坐标生成岸界或航迹图,用于<SUP><SUP>2.1 mif </SUP><SUP>文件结构</SUP></SUP>导航或成图
<DIV class=Sect style="MARGIN-BOTTOM: -4px; TEXT-INDENT: 28px"><IMG> </DIV>一种普遍的方法是用VC++
<DIV class=Sect style="MARGIN-BOTTOM: -4px; TEXT-INDENT: 28px"><IMG> </DIV><SUP><SUP>mif </SUP><SUP>文件可以分为两大块第一块在文</SUP></SUP><IMG>
<br>
<P >
<DIV class=Sect><IMG> </DIV>通常定义字符集
<p>
<P >
<DIV class=Sect><IMG> </DIV>投影与表结构
<p>
<P >VB <IMG> VBA <IMG> PowerBuilder 和Delphi 等自行<SUP>件头</SUP></P>
<DIV class=Sect>
<P >编程</P></DIV>
<P ><IMG> 还有一种方法是借助于GIS 软件平</P>
<DIV class=Sect>
<P >Version 300 </P></DIV>
<P >台<IMG> 如在ArcView 中用Avenue <IMG> 在Mapinfo </P>
<DIV class=Sect>
<P >定义字符集</P></DIV>
<P >中用Mapbasic 等<IMG> 还有的混合使用这些</P>
<P >Charset "WindowsSimpChinese"</P>
<DIV class=Sect>
<P >方法能实现动态数据的接收与交换</P></DIV>
<P ><IMG> 用户</P>
<P ><IMG> 定义字符分格符</P>
<DIV class=Sect>
<P >界面的二次开发</P></DIV>
<P ><IMG> 特别是利用第三方厂家</P>
<DIV class=Sect>
<P >Delimiter "," </P></DIV>
<P >的专业控件<IMG> 如Mapobject <IMG> MapX <IMG> GeoMap </P>
<DIV class=Sect>
<P >有两个索引值</P>
<P >等还能开发出更灵活的面向对象的独立平</P>
<P >Index 2 </P>
<P >台但是</P></DIV>
<P ><IMG> 在工作中通常只需要绘出点</P>
<P ><IMG> 投影选择</P>
<P >线<IMG> 面及文字标注即可<IMG> Mapinfo 可以接受</P>
<P >CoordSys Earth Projection 1, 0</P>
<P >标准数据交换文件mif/mid <IMG> 前者贮存图形</P>
<P ><IMG> 表中含有两个字段</P>
<DIV class=Sect>
<P >数据</P></DIV>
<P ><IMG> 后者存放属性数据<IMG> 两者都能用文</P>
<DIV class=Sect>
<P >Columns 2 </P></DIV>
<P >本编辑工具进行编辑<IMG> 可用其它程序生成</P>
<P ><IMG> 第一字段<IMG> 整型</P>
<DIV class=Sect>
<P >结合测量的信息可以方便地生成点</P></DIV>
<P ><IMG> 线</P>
<P ><IMG> ID Integer</P>
<P >面状图形<IMG> 必要时可转成Shape 或dxf 等格</P>
<P >
<DIV class=Sect><IMG> </DIV>第二字段
<DIV class=Sect><IMG> </DIV>字符型<IMG> 长度为7
<p>
<DIV class=Sect>
<P >式</P>
<P >No Char(7) </P></DIV>
<P ><IMG> 进入数据区</P>
<DIV class=Sect>
<P >Data </P></DIV>
<P ><IMG> 该折线由9 条折线合并而成Pline Multiple 9 </P>
<DL><IMG>
<DD>第一条折线由31 个点依次相连而成 <IMG>
<DD >各点的坐标 </DD></DL>
<DIV class=Sect>
<P >121.500657 31.407574 121.498987 31.405751 121.499969 31.405521 121.501619 31.404571 </P>
<P >…… </P>
<P >第二块为数据区</P></DIV>
<P ><IMG> 由数据点坐标和极简单的语法构成<IMG> 语法简要说明如下</P>
<DIV class=Sect><IMG>
<P >2.1.1 点的创建Point coor_x coor_y </P></DIV>
<P ><IMG> 定位</P>
<DIV class=Sect>
<P >Symbol (style_code,color,size,style_name, effects, rotation_angle) </P></DIV>
<P ><IMG> 点的形状</P>
<P >其中coor_x 指点的经度<IMG> coor_y 指点的纬度<IMG> style 指符号样式<IMG> color 指点的颜色</P>
<P ><IMG> size 指点的大小</P>
<DL>
<DL><IMG>
<DD >三者均为整型style_code 是点符号在MapInfo 的内部编码<IMG> color 是RGB 表示的颜色<IMG> 如为黑色为0 <IMG> 红色为16711680 <IMG> size 为点数<IMG> 表示大小<IMG> style_name 为字符串型<IMG> 表示调用的点符号库 <IMG> effects 为点的效果 <IMG> 整型 </DD></DL>
<DL><IMG>
<DD >它是background <IMG> drop shadow <IMG> bold 三者之和background 中None 为0 Halo 为256 <IMG> Border 为16 <IMG> drop shadow 为32 <IMG> bold 为1 <IMG> 如一个点符号需表示成Border+drop shadow+bold <IMG> 其effects 值为49 <IMG> 16+32+1 rotation_angle 为旋转角 <IMG> 以度为单位 </DD></DL><IMG>
<DD >值为0-360 <IMG> 水平方向为0 度<IMG> 以左下角为原点按逆时针方向旋转 <IMG>
<DD >如果省去style_name ,effects, rotation_angle 三项 <IMG>
<DD >则采用MapInfo 的当前设置 </DD></DL>
<DIV class=Sect><IMG> <IMG> <IMG> <IMG> </DIV>
<P >在MapInfo 中点对象的建立还有一个非常方便的方法<IMG> 用Table>create points 方法, 它支持txt </P>
<P ><IMG> xls <IMG> dbf 等格式</P>
<DIV class=Sect><IMG>
<P >2.1.2 线的创建</P>
<P >直线</P><IMG> </DIV>
<P >line coor_x1coor_y1coor_x2coor_y2</P>
<P >pen(width,style,color) </P>
<DIV class=Sect>
<P >折线</P><IMG>
<P >Pline n </P></DIV>
<P >coor_x1 coor_y1 coor_x2 coor_y2 </P>
<P >coor_xn coor_yn </P>
<P >pen(width,style,color) </P>
<DIV class=Sect>
<P >其中</P></DIV>
<P >
<DIV class=Sect><IMG> </DIV>coor_x1 coor_y1 coor_x2 coor_y2 coor_xn coor_yn 表示坐标点pen()表示线的样式
<DIV class=Sect><IMG> </DIV>width 为线宽<IMG> style 为线型
<DIV class=Sect><IMG> </DIV>整型
<DIV class=Sect><IMG> </DIV>color 为RGB 表示的颜色<IMG> n 为折线的点数
<DIV class=Sect><IMG> </DIV>Width有两种表示方法<IMG> pixels 和points
<DIV class=Sect><IMG> </DIV>Pixels 从细到粗分1-7 个档次在pen()中直接用1-7 的数即可<IMG> points 中的值可自行输入
<DIV class=Sect><IMG> </DIV>如用points 表示的线粗为2.5 的线
<DIV class=Sect><IMG> </DIV>在pen()中的width 为35 <IMG> 换算公式width=(points+1)
<DIV class=Sect><IMG> </DIV>10 <IMG> Style 为MapInfo 中的线型从左到右从上到下按0<IMG> 1<IMG> 2 取值
<p><IMG> <IMG>
<DIV class=Sect><IMG> </DIV><IMG>
<DIV class=Sect>
<P >当表示合并时</P></DIV>
<P ><IMG> 格式稍有变动情况如下</P>
<DIV class=Sect><IMG> </DIV>
<P >Pline Multiple n </P>
<P >
<DIV class=Sect style="TEXT-ALIGN: center"><IMG> </DIV>由n 根折线合成一个对象
<p>
<DIV class=Sect>
<P >n1 </P></DIV>
<P >
<DIV class=Sect style="TEXT-ALIGN: center"><IMG> </DIV>第一根折线由n1 个点依次连成
<p>
<P >coor_x1 coor_y1coor_x2 coor_y2</P>
<P >coor_xn1 coor_yn1<BR>n2<BR></P>
<P >
<DIV class=Sect style="TEXT-ALIGN: center"><IMG> </DIV>第二根折线由n2 个点依次连成
<p>
<P >coor_x1 coor_y1coor_x2 coor_y2</P>
<P >coor_xn2 coor_yn2 nn </P>
<P ><IMG> 第n 根折线由nn 个点依次连成</P>
<DIV class=Sect>
<P >coor_x1 coor_y1coor_x2 coor_y2</P>
<P >coor_xnn coor_ynn </P>
<P >pen(width,style,color) </P></DIV>
<P >2.1.3 面的创建MapInfo 中有几种面状事物<IMG> 最常用的</P>
<P >是polygon <IMG> 它的句法为Region 1 </P>
<DIV class=Sect><IMG> </DIV>
<DL><IMG>
<DD >表示一个面域
<DIV class=Sect>
<DL >
<DD >n </DD></DL></DIV></DD></DL>
<P ><IMG> 这个面域由n 个点依次相连而成</P>
<DIV class=Sect>
<P >coor_x1 coor_y1coor_x2 coor_y2</P>
<P >coor_xn-1 coor_yn-1coor_x1 coor_y1</P>
<P >‘同第一个点表示封闭pen(width, style, color)</P></DIV>
<P ><IMG> 边界线的样式</P>
<DIV class=Sect>
<P >Brush (style, color, background) </P></DIV>
<P ><IMG> 填充的样式</P>
<DIV class=Sect>
<P >Center coor_x coor_y </P></DIV>
<P ><IMG> 面域的中心点</P>
<P >其中Brush (style, color, background)中的style 表填充样式<IMG> 内部编码</P>
<DL>
<DL><IMG>
<DD >整型<IMG> 是MapInfo 中填充样式从左到右<IMG> 从上到下的排序<IMG> color 为RGB 表示的颜色<IMG> background 表示有无背景 <IMG> 其值为16777215 </DD></DL><IMG>
<DD >无背景时省去此项 </DD></DL>
<P >如表示由若干个区域组成一个大区域<IMG> 格式类似于线对象的合并<IMG> 把region 1 改成region m m 指合并区域的个数<IMG> 其它地方做少许改动即可</P>
<DIV class=Sect>
<P >2.1.4 文本的创建Text </P>
<P >String_text </P></DIV>
<P ><IMG> 标注的字符串</P>
<DIV class=Sect>
<P >coor_x1 coor_y1coor_x2 coor_y2</P></DIV>
<P ><IMG> 字符串的左下角<IMG> 右上角坐标</P>
<P >Font ("Font_style",effects,color,</P>
<P >background_color) </P>
<P >
<DIV class=Sect style="TEXT-ALIGN: center"><IMG> </DIV>字符串样式
<p>
<DIV class=Sect>
<P >Angle degree </P></DIV>
<P ><IMG> 转角</P>
<DIV class=Sect>
<P >Justify Right </P></DIV>
<P ><IMG> 对齐方式</P>
<DIV class=Sect>
<P >Spacing width </P></DIV>
<P ><IMG> 行距</P>
<P >Label Line_stylecoor_x coor_y</P>
<P >
<DIV class=Sect><IMG> </DIV>标注线与标注点
<p>
<P >文本的创建比较繁琐<IMG> 对于少量的文本输</P>
<P >入
<DIV class=Sect><IMG> </DIV>最好在转成Tab 文件后在地图窗口中操
<p>
<DIV class=Sect>
<P >作</P></DIV>
<P >
<DIV class=Sect><IMG> </DIV>如果是大量的标注
<p>
<P ><IMG> 如采样点等</P>
<DL>
<DL><IMG>
<DD >可以与点建立拓朴关系 <IMG> 也可通过 </DD></DL><IMG>
<DD >地理编码
<DIV class=Sect style="MARGIN-LEFT: 412px; TEXT-INDENT: -411px"><IMG> </DIV>的方式实现 </DD></DL>
<DIV class=Sect>
<P >2.2 mid 文件结构</P></DIV>
<P >mid 文件存贮的是地图中每个obj 的属性数据</P>
<P >
<DIV class=Sect style="MARGIN-BOTTOM: -20px"><IMG> </DIV>这个文件是可选的
<p>
<DL><IMG>
<DD >如没有这个文件或是个空文件
<DL><IMG>
<DD >则属性表中所有字段的记录都是空白的mid 的文件结构按字段从左到右排列
<DIV class=Sect style="MARGIN-BOTTOM: -20px; MARGIN-LEFT: 0px"><IMG> </DIV>每一行即为一个记录 </DD></DL><IMG>
<DD >分隔方式以mif 文件中delimiter 语句定义的字符分隔如在一个mif 文件中声明了创建两个字段 </DD></DL>
<DIV class=Sect>
<P >Columns 2<BR>ID Char(4)<BR></P></DIV>
<P >
<DIV class=Sect style="MARGIN-RIGHT: 103px"><IMG> </DIV>ID 为4 位字符型No Integer
<p>
<P ><IMG> No 为整型</P>
<P >对应的mid 文件可创建如下格式</P><IMG>
<DIV class=Sect>
<P >"a",1"b",2"e",23"f",8</P>
<P >如有必要</P></DIV>
<P >
<DIV class=Sect style="MARGIN-BOTTOM: -20px; MARGIN-RIGHT: 16px"><IMG> </DIV>最好在创建一个图形对象时同时创建它的属性
<p><IMG>
<DIV class=Sect>
<P >3 应用实例</P>
<P >本例的岸界坐标数据是文本文件即下面程序中用到的data.txt </P></DIV>
<P ><IMG> 文件的输入格式为三列<IMG> 点编号<IMG> 纬度<IMG> 度分格式</P>
<P ><IMG> 经度</P>
<P ><IMG> 度分格式每线段之间以-1 分开<IMG> 用VB 编程生成mif/mid 文件<IMG> 如果是ASCII 格式也可用其它语言实现<IMG> 由于一个mif 文件对应一个图层</P>
<P ><IMG> 为了便于修改</P>
<P ><IMG> 最好不同属性的对象生成不同的mif 文件<IMG> 创建折线的主要语句如下</P>
<DIV class=Sect><IMG>
<P >Option Explicit </P>
<P >Sub main() </P>
<P >Dim x(1 To 30000), y(1 To 30000) As </P>
<P >Double </P>
<P >Dim no(0 To 1000) As Integer </P>
<P >' every line's points </P>
<P >'Dim mysheet As Worksheet </P>
<P >Dim i As Integer </P>
<P >Dim j As Integer </P>
<P >Dim k As Integer </P>
<P >Dim m As Integer </P>
<P >Dim npoints As Integer </P>
<P >Dim nline As Integer </P>
<P >Dim nrow As Integer </P>
<P >Dim tempx As Double </P>
<P >Dim tempy As Double </P>
<P >Dim Ncode As Long </P>
<P >Dim Lname As String </P>
<P >Open "c:\data.txt" For Input As #3 </P>
<P >i = 1 </P>
<P >k = 1 </P>
<P >m = 0 </P>
<P >npoints = 0 </P>
<P >Do While Not EOF(3)</P>
<P >Input #3, Ncode</P>
<P >If Ncode <> -1 Then</P>
<P >If m = 0 Then m = 1</P>
<P >Input #3, tempy, tempx </P>
<P >x(npoints + k) = Left(tempx, 3) + </P>
<P >(tempx - Left(tempx, 3) </P>
<P >* 100) / 60 y(npoints + k) = Left(tempy,2) + (tempy </P></DIV>
<P >- Left(tempy, 2) * 100) / 60 no(m) = k k = k + 1 Else</P>
<P >Line Input #3, Lname npoints = npoints + no(m) k = 1</P>
<P >m = m + 1 End If i = i + 1 Loop </P>
<DIV class=Sect>
<P >Close #3 </P></DIV>
<P >i = 1 Do While no(i) <> 0 nline = nline + 1 i = i + 1 Loop </P>
<P >Open "c:\demo.mif" For Output As #1<BR>Open "c:\demo.mid" For Output As #2<BR>Print #1, "Version 300"<BR>Print #1,"Charset"<BR></P>
<P >"WindowsSimpChinese""" Print #1, "Delimiter "",""" Print #1, "Index 1" Print #1, "CoordSys Earth</P>
<P >Projection 1, 0" Print #1, "Columns 1" Print #1, "Line Char(10)" Print #1, "Data" </P>
<P >Dim ntemp As Integer ntemp = 0 For i = 1 To nline 'nline 为折线的条数</P>
<P >Print #1, "pline", no(i) For j = 1 To no(i) 'no(i)为第i 条直线的坐标点数</P>
<P >Print #1, x(j + ntemp), y(j + ntemp) Next j ntemp = ntemp + no(i) </P>
<DIV class=Sect>
<P >Print #1, "Pen(1,2,0)" '细黑实线创建点</P></DIV>
<P ><IMG> 面</P>
<P >
<DIV class=Sect style="MARGIN-BOTTOM: -20px"><IMG> </DIV>文本的语句类似
<p>
<P ><IMG> 生成Next i 各种mif 文件以后
<DIV class=Sect style="MARGIN-BOTTOM: 4px"><IMG> </DIV>即可调入MapInfo 中Close #1 以上程序在Pwindows Professional 2002, Close #2 Visual basic6.0
<DIV class=Sect style="MARGIN-BOTTOM: 4px"><IMG> </DIV>MapInfo5.0 下已经运行通
<p><IMG>
<P >'创建一个空的mid 文件过
<DIV class=Sect style="MARGIN-BOTTOM: -4px"><IMG> </DIV>生成的图如左图<IMG> 图1
<p><IMG>
<DIV class=Sect>
<P >End Sub </P>
<P >4 小结</P></DIV>
<P >用生成mif/mid 文件的方法</P>
<DL><IMG>
<DD >借助MapInfo 平台可以很方便地生成矢量图<IMG> 它避开了繁琐的专用语言语法结构 <IMG>
<DD >对于没有MapBasic 软件的用户而言更是一大方便 </DD></DL>
<DIV class=Sect><IMG> </DIV>
<P >[收稿日期] 2002-02-28 [作者简介] 赵从欣
<DIV class=Sect style="MARGIN-BOTTOM: -20px; MARGIN-RIGHT: 120px"><IMG> </DIV>1976
<p>
<P ><IMG> 女<IMG> 自然地理专业硕士</P><IMG>
<DIV class=Sect>
<P >GPS 综合服务系统</P><IMG> </DIV><IMG> <IMG>
<P >GPS 综合服务是指在一定地域内建立若干个GPS 连续运行站
<DIV class=Sect style="MARGIN-BOTTOM: 4px"><IMG> </DIV>固定跟踪站<IMG> 并通过数
<p>
<DIV class=Sect><IMG> </DIV>
<P >据通信网络将这些连续运行站的观测数据传送至一个或多个数据处理和监测中心<IMG> 以集中进</P>
<P >行数据处理和监控
<DIV class=Sect><IMG> </DIV>然后通过通信网络
<DIV class=Sect><IMG> </DIV>将处理结果分发或发布给用户<IMG> 向社会提供的服务
<p>
<P >这种以连续运行网站为核心
<DIV class=Sect style="TEXT-ALIGN: justify"><IMG> </DIV>通信网络为骨干
<DIV class=Sect style="TEXT-ALIGN: justify"><IMG> </DIV>以用户接收站为终端的集成系统通常称其为全球卫星定位综合服务系统
<DIV class=Sect style="TEXT-ALIGN: justify"><IMG> </DIV>简称GPS 综合服务系统
<p>
<DIV class=Sect><IMG> </DIV>
<P >GPS 综合服务系统的作用主要表现在以下几个方面
<DIV class=Sect style="MARGIN-BOTTOM: 4px; TEXT-ALIGN: justify"><IMG> </DIV>为用户提供静态和动态定位<IMG> 导
<p>
<P >航
<DIV class=Sect><IMG> </DIV>测速
<DIV class=Sect><IMG> </DIV>测时
<DIV class=Sect><IMG> </DIV>测方位
<DIV class=Sect><IMG> </DIV>测位移
<DIV class=Sect><IMG> </DIV>气象
<DIV class=Sect><IMG> </DIV>降水
<DIV class=Sect><IMG> </DIV>和电离层预报
<DIV class=Sect><IMG> </DIV>实时跟踪定位等服务<IMG> 以
<p>
<P >满足国土资源管理
<DIV class=Sect><IMG> </DIV>环境监测
<DIV class=Sect><IMG> </DIV>基础测绘
<DIV class=Sect><IMG> </DIV>工程测量
<DIV class=Sect><IMG> </DIV>精细农业
<DIV class=Sect><IMG> </DIV>气象预报<IMG> 交通管理等方面的要求
<DIV class=Sect><IMG> </DIV>同时GPS 综合服务系统可以精化大地水准面
<DIV class=Sect><IMG> </DIV>通过GPS 高程实现水准测量的现代化
<DIV class=Sect><IMG> </DIV>为大地水准测量
<DIV class=Sect><IMG> </DIV>地球动态
<DIV class=Sect><IMG> </DIV>地震监测
<DIV class=Sect><IMG> </DIV>地面沉降监测等提供精密数据服务
<p><IMG>
<P >建立GPS 综合服务系统是区域和城市社会经济发展的需要
<DIV class=Sect style="MARGIN-BOTTOM: -20px; TEXT-INDENT: 28px"><IMG> </DIV>是区域和城市现代化资源和环境管理
<DIV class=Sect style="MARGIN-BOTTOM: -20px; TEXT-INDENT: 28px"><IMG> </DIV>规划和建设的需要
<DIV class=Sect style="MARGIN-BOTTOM: -20px; TEXT-INDENT: 28px"><IMG> </DIV>国家测绘局在十五<IMG> 测绘科技工作重点中明确提出建立信息化测绘技术体系之一
<DIV class=Sect style="MARGIN-BOTTOM: -20px; TEXT-INDENT: 28px"><IMG> </DIV>就是以多种卫星定位技术等为基础
<DIV class=Sect style="MARGIN-BOTTOM: -20px; TEXT-INDENT: 28px"><IMG> </DIV>建立高精度动态大地测量基准和新一代大地控制系统
<DIV class=Sect style="MARGIN-BOTTOM: -20px; TEXT-INDENT: 28px"><IMG> </DIV>进一步精化高精度大地水准面
<DIV class=Sect style="MARGIN-BOTTOM: -20px; TEXT-INDENT: 28px"><IMG> </DIV>发展GPS 连续运行跟踪站建立网络化空间定位动态服务体系
<DIV class=Sect style="MARGIN-BOTTOM: -20px; TEXT-INDENT: 28px"><IMG> </DIV>发展多种定位卫星数据的联合处理技术
<p><IMG> <IMG>
<P >GPS 综合服务系统在信息化程度较高的发达国家已有成功建设的实例</P>
<P ><IMG> 如美国的CORS
<DIV class=Sect style="MARGIN-BOTTOM: -20px"><IMG> </DIV>日本的COSMOS
<DIV class=Sect style="MARGIN-BOTTOM: -20px"><IMG> </DIV>德国的GNS 等
<DIV class=Sect style="MARGIN-BOTTOM: -20px"><IMG> </DIV>我国GPS 综合服务系统建设正在起步<IMG> 深圳香港等已经建成运行
<DIV class=Sect style="MARGIN-BOTTOM: -20px"><IMG> </DIV>上海
<DIV class=Sect style="MARGIN-BOTTOM: -20px"><IMG> </DIV>北京今年已开始对建设这一系统进行可行性研究
<p><IMG> <IMG> <IMG> </DIV>
喜欢0 评分0
cl991036
管理员
管理员
  • 注册日期2003-07-25
  • 发帖数5913
  • QQ14265545
  • 铜币29654枚
  • 威望213点
  • 贡献值0点
  • 银元0个
  • GIS帝国居民
  • GIS帝国铁杆
1楼#
发布于:2008-02-22 17:37
<P>图片均无法观看</P>
<P>可以给我发短消息</P>
没钱又丑,农村户口。头可断,发型一定不能乱。 邮箱:gisempire@qq.com
举报 回复(0) 喜欢(0)     评分
游客

返回顶部