文章分类 -  GIS

Well-Known Text
摘要:坐标系的文字描述的扩展BN范式(EBNF)定义如下: = | | = PROJECTION[""] = PARAMETER["", ] = ... 阅读全文

posted @ 2009-03-27 10:56 Dormouse 阅读(723) 评论(0) 推荐(0)

WGS84坐标转BJ54坐标
摘要:int main(int argc, char* argv[]) { //WGS84坐标 double dLongitude = 117; double dLatitude =40; double EARTH_WGS84_A = 6378137.0000; double EARTH_WGS84_E2 = 0.00669437999013; double EARTH_WGS84_FLAT... 阅读全文

posted @ 2009-03-27 09:08 Dormouse 阅读(2524) 评论(1) 推荐(0)

二进制格雷码与自然二进制码的互换【转】
摘要:二进制格雷码与自然二进制码的互换 中国科学院光电技术研究所 游志宇 在精确定位控制系统中,为了提高控制精度,准确测量控制对象的位置是十分重要的。目前,检测位置的办法有两种:其一是使用位置传感器,测量到的位移量由变送器经A/D转换成数字量送至系统进行进一步处理。此方法精度高,但在多路、长距离位置监控系统中,由于其成本昂贵,安装困难,因此并不实用;其二是采用光电轴角编码器进行精确位置控制。光电... 阅读全文

posted @ 2009-03-27 09:01 Dormouse 阅读(917) 评论(0) 推荐(1)

DBF文件格式
摘要:DBF File structure A DBF file consists of a header record and data records. The header record defines the structure of the table and contains any other information related to the table. The header re... 阅读全文

posted @ 2009-03-26 17:51 Dormouse 阅读(1476) 评论(0) 推荐(0)

ArcSDE C API 在C#下的使用方法
摘要:一、首先,要肯定是在C#中是不能够直接的使用添加引用的方法来把DLL加到工程中来直接的使用的。而是通过用[DllImport()]方法来实现DLL中函数的调用。 在使用这个方法是要现在引用库:using System.Runtime.InteropServices; 例: [DllImport("sde.dll", SetLastError = true, ThrowOnUnmappableCh... 阅读全文

posted @ 2009-03-26 17:26 Dormouse 阅读(1440) 评论(2) 推荐(0)

Well-known binary 格式
摘要:The OpenGIS Consortium "Simple Features for SQL" specification defines the well-known binary representation. This representation is also defined by the International Organization for Standardizatio... 阅读全文

posted @ 2009-03-26 17:20 Dormouse 阅读(763) 评论(0) 推荐(0)

导航