主页 > 知识库 > shp2sqlserver 用法简析

shp2sqlserver 用法简析

热门标签:奥维地图标注字体大小修改 电话机器人录音师薪资 无锡梁溪公司怎样申请400电话 北京智能外呼系统供应商家 中国地图标注省份用什么符号 江西稳定外呼系统供应商 智能电销机器人教育 孝感销售电销机器人厂家 高德地图标注电话怎么没了
shp2sqlserver用法简析

官方说明:
shp2sqlserver is a command line tool for loading shapefiles into Microsoft SQL Server 2008. It is modeled after PostGIS's shp2pgsql, except that it loads directly into the database instead of writing sql to stdout.

http://code.google.com/p/cumberland/wiki/shp2sqlserver

用法:
复制代码 代码如下:

shp2sqlserver.exe -h
Usage: shp2sqlserver.exe [OPTIONS]+ "connectionString" "path to shapefile"
Loads a shapefile into Microsoft SQL Server 2008

example: shp2sqlserver.exe "Data Source=.\SQLExpress2008;Initial Catalog=spatialtest;Integrated Security=true" myshape.shp

Options:
-s, --srid=VALUE The Spatial Reference ID (SRID). If not specified it defaults to -1.
-g, --geometry_column=VALUE The name of the geometry column
-t, --table_name=VALUE The table name to use
-k, --key_column=VALUE The name of the identity column to create for a primary key
-i, --index Create a spatial index
-l, --latlong Add spatial data as geography type
-a, --append Append data. If not specified, table will be created
-h, --help show this message and exit


示例:

shp2sqlserver -g="SHAPE" -s="4326" -i "Data Source=.;Initial Catalog=largesite;Integrated Security=false;user id=sa;password=123456;" "D:\data\xyz.shp"

作者 彭金华

标签:临沧 齐齐哈尔 阜阳 荆州 泰州 通化 那曲 海北

巨人网络通讯声明:本文标题《shp2sqlserver 用法简析》,本文关键词  shp2sqlserver,用法,简析,shp2sqlserver,;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 下面列出与本文章《shp2sqlserver 用法简析》相关的同类信息!
  • 本页收集关于shp2sqlserver 用法简析的相关信息资讯供网民参考!
  • 推荐文章