E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
shapefile
勘测定界坐标交换格式文本文件转换成
shapefile
格式
后来用纯C写了一个转换程序,不依赖任何GIS平台和其他DLL,只有64k大小方便携带和下载,转换3万个面的
shapefile
(大约150万个拐点)只需要不到10秒。
kowity
·
2013-11-23 12:00
arcgis之
shapefile
转grid
在做景观分析时,3.4版本的Fragstats只能加载Grid数据,需要将
shapefile
文件转换为grid格式。
UP19910522
·
2013-11-21 14:00
项目
arcgis
ArcMap投影转换遇到的小问题
今天一个问题需要对要素进行投影,但是一切都设置好了,比如大地坐标系,目标投影等等,但是一执行就是报错,说是执行函数出错,气死人了,后来忽然发现,我的
shapefile
命名有些问题,带了横杠……后来果断改名字
土匪强
·
2013-11-15 00:00
arcgis
投影
matlab绘制中国地图
使用mapshow+
shapefile
的方法:%%mapchina clc;clear;clf %
shapefile
中都包含了国界和省界 fnshp_L='E:\ChinaMap\国界与省界\bou2_
rumswell
·
2013-11-09 10:00
map
matlab
中国
地图
china
shp文件的读取
来自:http://blog.sina.com.cn/s/blog_6e51df7f0100ya11.html首先了解一下shp文件的一些简单知识
Shapefile
文件是美国环境系统研究所(ESRI)所研制的
yukin_xue
·
2013-09-10 15:00
使用Python 将
shapefile
导入mongodb
使用Python将
shapefile
导入mongodb随着bigdata时代的到来,各个行业都在考虑能不能把bigdata的思路、方法引入进来,GIS行业也不能免俗。
3echo
·
2013-08-16 16:00
使用Python 将
shapefile
导入mongodb
使用Python 将
shapefile
导入mongodb 随着big data时代的到来,各个行业都在考虑能不能把big data的思路、方法引入进来,GIS行业也不能免俗。
·
2013-08-16 16:00
mongodb
C++、GDAL创建
shapefile
,并向矢量文件中添加网格
//总体来说这个过程就是构建数据源->构建层->构建要素->构建形状->关闭数据源。 //要包含的GDAL头文件 #include #include #include usingnamespacestd; #pragmacomment(lib,"gdal_i.lib") boolCreatshape(constchar*pszFileName,intline,introw);
IvanLJF
·
2013-07-29 20:00
C++、GDAL创建
shapefile
文件
源代码网址:http://download.csdn.net/detail/ivanljf/5834823一、先贴出第一段代码: #include"ogrsf_frmts.h" #include usingnamespacestd; intmain() { constchar*pszDriverName="ESRIShapefile"; OGRSFDriver*poDriver;
IvanLJF
·
2013-07-29 18:00
用GDAL/OGR去读
shapefile
一、读
shapefile
1、首先,用Arcgis创建所要读的shp文件。
·
2013-07-27 20:00
shape
用GDAL/OGR去读
shapefile
一、读
shapefile
1、首先,用Arcgis创建所要读的shp文件。
IvanLJF
·
2013-07-26 14:00
qgis
Shapefile
cannot be saved if joined table ...
这是由于表中字段名称超过了10个字符,Qgis无法处理,所以暂时更改表中字段名称即可。ALTERTABLEsea_make --ALTERCOLUMNfeature_typeRENAMECOLUMNfeature_typeTOfeat_type;ALTERTABLEsea_make--ALTERCOLUMNdisplay_classRENAMECOLUMNdisplay_class TOdisp_
威武不能笑
·
2013-07-23 10:00
Field
10
names
qgis
characters
C#读取
shapefile
文件(不用AE)
1.创建工程文件,选窗体应用程序,命名为:EsriShpReader 2.添加SplitContainer控件到窗体 3.在SplitContainer.panel1中添加两个按钮Button,text属性分别改为“打开”,“刷新” 4. 在SplitContainer.panel2中添加panel容器,用来显示图像 Dock设置为Fill,背景颜色设置为白色 5.界面图
·
2013-07-09 21:00
shape
ARCGIS RUNTIME FOR IOS总结(六)
以下列举一二:1.1消息推送1.2移动端3D1.3地理编码1.4数据源支持1.4.1在线数据源1.4.2本地数据源1.4.2.1Tpk(切片包过大)1.4.2.2紧凑型切片1.4.2.3
Shapefile
1.4.2.4Geodatabase1.4.2.5Tif
Esri_GovIndTec_HB
·
2013-06-11 14:00
C#+AE读取
Shapefile
,raster,gdb,mdb,CAD图,自定义格式坐标数据
usingSystem; usingSystem.Collections.Generic; usingSystem.Text; usingESRI.ArcGIS.Carto; usingESRI.ArcGIS.DataSourcesGDB; usingESRI.ArcGIS.Display; usingESRI.ArcGIS.esriSystem; usingESRI.ArcGIS.Geodata
lysc_forever
·
2013-05-16 20:00
ObjectID,FID和OID字段有什么区别
---在一个
shapefile
中,'FID'字段包含ObjectID,并且值从零开始。--
·
2013-05-13 19:00
object
ArcGIS中的 Map 对象
地理数据包括矢量类型的要素数据,栅格数据,Tin等表面数据等,这些数据都保存在Geodatabase或数据文件如
shapefile
中,它们是用于GIS分析制图的源数据
·
2013-05-09 10:00
arcgis
Shapefile
文件
Shapefile
文件是美国环境系统研究所(ESRI)所研制的GIS文件系统格式文件,是工业标准的矢量数据文件。
wetnt
·
2013-05-06 15:00
File
GML
地图文件有两种格式(其实是多种,我只关注两种)
ShapeFile
,GML通过一种工具把数据库的数据读出来,转化成GML,就可以功过MapServer和OpenLayers访问了
hhhbbb
·
2013-01-27 23:00
cleanup failed because the file not under version control问题的解决
Cleanup才能更新,但一执行Cleanup操作就出现下面错误: 为解决这个问题上网搜索了一下资料,经过思考找到了解决办法,在上图提示的出错文件夹
Shapefile
clever101
·
2012-12-18 18:00
extra qualification ‘ContourLine::’ on member ‘GetLengthBetweenPoint’ [-fpermissive] 的解决方法
文章源代码如下:
Shapefile
.hclassContourLine { public: ContourLine(); //
ShapeFile
(char*); ~ContourLine(void);
longshengguoji
·
2012-12-05 09:00
linux
linux
linux
unix
unix
unix
extra
fpermissive
qualification
ArcGIS API for Silverlight应用开发系列(2)客户端读取
Shapefile
在客户端访问
Shapefile
,可以通过直接读取的方式,以及将数据传回服务器端读
esricd
·
2012-11-19 15:00
使用ESRI
shapefile
转自:http://book.51cto.com/art/200910/157532.htm http://www.gispark.com/html/jichu/2008/0326/2240.html http://www.gispark.com/html/jichu/2010/1008/3133.html使用ESRIshapefile(1)ESRIsh
sourthstar
·
2012-10-29 11:00
ArcGIS Engine中加载数据
1.加载
Shapefile
数据1IWorkspaceFactorypWorkspaceFactory;2IFeatureWorkspacepFeatureWorkspace;3IFeatureLayerpFeatureLayer
devgis
·
2012-10-21 09:00
Engine
arcgis
ArcGIS Engine中加载数据
1.加载
Shapefile
数据1IWorkspaceFactorypWorkspaceFactory;2IFeatureWorkspacepFeatureWorkspace;3IFeatureLayerpFeatureLayer
xitong
·
2012-10-21 09:00
Engine
arcgis
ArcGIS Engine中加载数据
1.加载
Shapefile
数据1IWorkspaceFactorypWorkspaceFactory;2IFeatureWorkspacepFeatureWorkspace;3IFeatureLayerpFeatureLayer
xitong
·
2012-10-21 09:00
Engine
arcgis
ArcGIS Engine中的数据访问
1.
Shapefile
2.Coverage 3.Personal Geo
xitong
·
2012-10-19 15:00
ArcGis Engine
ArcGIS Engine中的数据访问
1.
Shapefile
2.Coverage 3.Personal Geo
devgis
·
2012-10-19 15:00
ArcGis Engine
Python与开源GIS:获取要素信息
在
Shapefile
中,要素模型由点、线、面三种类型构成。要素类都带有属性信息,一个要素一般对应属性表中的一行。获取图层中的要素下面看一下如何获取图层中的要素(feature)。
MR_yuan24
·
2012-10-10 10:00
GDAL/ORG之Python获取与安装
也就是说,可以用ORG的库来读取、处理
shapefile
等矢量数据(如果想显示
shapefile
,还需要用其他工具)。 这里介绍GDA
sunny2038
·
2012-09-25 22:00
java
windows
linux
python
makefile
编译器
合并、拆分
shapefile
; 从
shapefile
导出ArcInfo generate format
阅读更多今天遇到的几个关于ArcGIS的问题,版本9.3,系统win7(很抱歉以下中英混合的文字给您阅读带来可能的不便)1.东德西德合并前各自的shapefileINPUT:ashapefileofGermanstates,DEU_admin1.shp.这个文件可在www.gadm.org下载。STEP1:增加一列attribute区分哪个州在东德哪个州在西德:ArcToolbox->DataMa
rachzhang
·
2012-09-25 10:00
ArcGIS
合并、拆分
shapefile
; 从
shapefile
导出ArcInfo generate format
阅读更多今天遇到的几个关于ArcGIS的问题,版本9.3,系统win7(很抱歉以下中英混合的文字给您阅读带来可能的不便)1.东德西德合并前各自的shapefileINPUT:ashapefileofGermanstates,DEU_admin1.shp.这个文件可在www.gadm.org下载。STEP1:增加一列attribute区分哪个州在东德哪个州在西德:ArcToolbox->DataMa
rachzhang
·
2012-09-25 10:00
ArcGIS
合并、拆分
shapefile
; 从
shapefile
导出ArcInfo generate format
东德西德合并前各自的
shapefile
INPUT: a shape file of German states, DEU_admin1.shp. 这个文件可在www.gadm.org下载。
rachzhang
·
2012-09-25 10:00
arcgis
Arcgis 安装部署发布关键问题(一)
1.获取数据源
shapefile
数据下载地址: http://www.census.gov/geo/www/cob/index.html 2.
烦K逸
·
2012-09-17 10:00
GIS的学习(十八)Openlayers+Geoserver使用纪要
Geoserver支持的数据源有很多种,如
shapefile
、postgis等
longgangbai
·
2012-08-30 16:00
android
geoserver
osmdroid
GIS的学习(十八)Openlayers+Geoserver使用纪要
Geoserver支持的数据源有很多种,如
shapefile
、postgis等
longgangbai
·
2012-08-30 16:00
android
geoserver
osmdroid
GIS的学习(十八)Openlayers+Geoserver使用纪要
Geoserver支持的数据源有很多种,如
shapefile
、postgis等
longgangbai
·
2012-08-30 16:00
android
geoserver
osmdroid
GIS的学习(十八)Openlayers+Geoserver使用纪要
Geoserver支持的数据源有很多种,如
shapefile
、postgis等
longgangbai
·
2012-08-30 16:00
android
geoserver
osmdroid
找了一个C库读取
shapefile
可以读取
shapefile
, 但是
shapefile
本身不含有topology,所以仍不能满足要求。
xitong
·
2012-08-03 12:00
shape
找了一个C库读取
shapefile
可以读取
shapefile
,但是
shapefile
本身不含有topology,所以仍不能满足要求。
wangeen
·
2012-08-03 12:00
ArcGIS 9 Desktop 中的CAD 数据操作(导入与导出)
由此,就必须将CAD数据转换成ArcGIS的数据格式(
shapefile
、coverage、geodatabasefeatureclass)。由于
@龙飞凤舞@
·
2012-08-03 10:00
VS2010 SilverLight4编译开源项目 ESRI Silverlight API Contrib
为了实现ArcGISAPIforSilverlight加载本地
Shapefile
文件用到开源的项目:http://esrislcontrib.codeplex.com/中的Vishcious.ArcGIS.SLContrib
llf88816
·
2012-05-31 11:00
api
application
concurrency
silverlight
reference
2010
ShapFile格式说明
http://blog.csdn.net/cleverysm/article/details/2114006
ShapeFile
格式说明1、Shape技术描述一个完整的ESRI的shape文件包括一个主文件
Witch_Soya
·
2012-05-25 14:00
【GIS】
Shapefile
文件格式详解
Shapefile
文件格式详解http://www.cppblog.com/alantop/archive/2008/08/14/58880.htmlShapefile文件是美国环境系统研究所(ESRI
Witch_Soya
·
2012-05-18 15:00
数据结构
存储
图形
Oracle Spatial的简单应用补充——
shapefile
导入ORACLE
Oracle Spatial的简单应用补充——
shapefile
导入ORACLE .
akycza
·
2012-05-03 15:00
oracle
Visual C++ 2010中GDAL的配置问题
这几天在用GDAL读取一个
shapefile
数据,一直纠结于网上没有合适的配置教程,经过探索找到了一个配置步骤:1.GDAL的编译 GDAL的安装网上有一大堆教程,这个我就不细说了,但是值得一提的时
longshengguoji
·
2012-04-21 10:00
C++
C++
配置
GDAL
Visual
Studio
Visual
Studio
Visual
Studio
ArcPad 10 使用与同步 ArcGIS Server 的数据全攻略(一)
首先,先了解下ArcPad支持哪些数据格式:1.
ShapeFile
;2.
kikitaMoon
·
2012-04-09 14:00
[置顶] 在开发中使用GDAL读取空间数据的使用心得一
今天不知道怎么的,有点不想写代码,可能是这几天写多,写伤着了吧.既然这样那就写写最近的一些心得吧 最近在我做空间数据共享这方面的,所以要读取一些空间数据,比如
shapefile
,mif之类的.这些空间数据的存储格式不是很复杂
guoyilongedu
·
2012-03-15 11:00
String
File
测试
null
dll
layer
个人数据库与文件数据库在SQL WHERE子句写法的区别
-----------------------------------摘抄于ArcGIS10帮助查询文件地理数据库所使用的SQLWHERE子句语法与查询coverage、
shapefile
及其他基于文件的数据源的语法相同
linghe301
·
2012-03-06 10:00
GPS采集到的数据经过一系列的转换后最终在MapInfo中显示
打开QuantumGIS0.9.1软件,菜单插件->GPS->GPS工具,选择需要转换的文件,如上面的*.gpx文件,右击图例,选择”存储为
shapefile
”,将其保存
taomanman
·
2011-12-13 13:00
存储
工具
上一页
10
11
12
13
14
15
16
17
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他