如何使用流阅读器转换形状文件的二进制数据? [英] how can i convert shape file's binary data using stream reader?

查看:78
本文介绍了如何使用流阅读器转换形状文件的二进制数据?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想读取.shp文件.通过哪种方式,我可以阅读?

I want to read .shp file. By which way I can read ?

推荐答案

使用BinaryReader,在Google上获取更多信息
use BinaryReader, google it for more info


除了其他帖子,您可以使用二进制读取器来访问二进制信息,但是您还需要知道要读取的文件格式是什么,因此您可以编写代码来解析文件并了解其内容的含义.
In addition to the other post, you can use a binary reader to access the binary info, but you also need to know what the file format you want to read consists of, so you can write code to parse the file and understand what it''s content means.


这篇关于如何使用流阅读器转换形状文件的二进制数据?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆