GIS
文章平均质量分 78
cnhome
Empty
展开
-
三种地理参考信息模型:WMS,WFS,WCS
一篇 2008年的老博文 转自 http://hi.baidu.com/_java/blog/item/c27090355467318da61e1296.html OGC1999年开始WMT1(Web Map Tested)和WMT2互操作项目。其中著名的GML来自WMT1的成果。在WMT2中OGC定义了三种地理参考信息模型:Web Map Server(WMS) , Web F转载 2012-05-10 13:25:32 · 1034 阅读 · 0 评论 -
在Spring Data MongoDB下做空间检索
彻底搞懂Spring Data MongoDB在空间检索方面的支持。Recently I was intrigued about a project discussion in which a high volume REST API was needed to store and retrieve location based information. A performant solut...翻译 2019-08-10 17:15:03 · 353 阅读 · 0 评论 -
ArcSDE C-API 开发:读取属性数据
很难得看到的Arcsde C API的sample,连官方网站上都是提供的java的,特此收录,转自http://www.gispower.org/article/arcgis/ao/2007/1113/0711132158575H3JBA9K9D4202D084ED.htm SE_CONNECTION Connection; SE_STREAM Stream; SE_S转载 2009-07-22 10:42:00 · 1622 阅读 · 0 评论 -
Arcsde API about Error handling
from http://edndoc.esri.com/arcsde/9.1/capi_concepts/error_handling.htmMost ArcSDE functions return a numeric error code. Passing the code to the SE_error_get_string function allows you to retrie转载 2009-07-22 13:45:00 · 1304 阅读 · 0 评论 -
ArcSDE Administration Command Reference
从ESRI官方了解的关于ArcSDE管理命令的清单说明Alphabetical listing of commandsCommandDescriptioncov2sdeConverts ArcInfo coverages to ArcSDE feature classes.sde2转载 2009-07-23 10:09:00 · 1213 阅读 · 0 评论 -
Feature class basics in ArcGIS
from http://webhelp.esri.com/arcgisdesktop/9.2/index.cfm?TopicName=Feature_class_basics&anchor=CB1 Feature classes are homogeneous collections of common features, each having the same spatial rep转载 2009-07-23 16:47:00 · 3071 阅读 · 0 评论 -
关于ArcSDE Transformation函数的使用
又拿起了曾经用过的东西,在一条线上取距离多远的点的坐标。记得曾经搞过,重新整理一下。 ArcSDE Transformation函数中包含函数SE_LocateAlong。 For geometries that have measures, the location of a particular measure can be found with原创 2011-11-11 17:32:46 · 1051 阅读 · 0 评论 -
一个关于ArcSDE for Oracle SQL function的问题
曾经自己在Esri论坛上提过的一个问题,整理出来已备参考。 现象:SQL> select SDE.ST_Point(10,14,3) from dual;select SDE.ST_Point(10,14,3) from dual *ERROR at line 1:ORA-06520: PL/SQL: Error loading external libra原创 2011-11-11 13:16:16 · 1827 阅读 · 2 评论 -
ArcGIS Editor for OSM
最近连续转了不少GIS方面的文章,没想到GIS在互联网上这么火,连排名都上得很快。转一篇ArcGIS数据方面的文章 转自 http://wiki.openstreetmap.org/wiki/ArcGIS_Editor_for_OSMArcGIS now has the ability to import and export OSM data via a free add-i转载 2012-07-20 09:48:00 · 5125 阅读 · 0 评论 -
GeoServer中使用SLD表现伪3D建筑
看到一篇博文,通过SLD来完成3D效果的,记得在OSM的站点上看到过这样的配置,还是值得一看的。转自:http://xml.iteye.com/blog/1666190原文链接:pseudo-3D buildings in Geoserver Pseudo-3D or 2.5D or 3/4 perspective can be done in Geoserver using转载 2015-01-08 17:31:22 · 3668 阅读 · 5 评论 -
GPS侦听器gpsd
转自:http://www.ggiiss.com/gis/fb/2322.htmlgpsd的官方站点:http://www.catb.org/gpsd/#downloads一、什么是GPSD GPSD是在Linux下实现动态获取GPS数据并发布到网络的一个服务引擎,它将获得的数据转至2947端口,使得一个GPS设备获取的数据能够为多个GPS数据处理终端共享。 gpsd是一转载 2011-12-01 15:47:19 · 4949 阅读 · 0 评论 -
开源社区里利用JTS库进行空间处理的代码参考
开源社区里对于JTS库的使用还是比较广泛的。 下面是一段引自网上的代码工具类,可以帮助大家理解JTS的各个功能操作。http://rsiaf.googlecode.com/svn/rs-gis-core/trunk/src/main/java/com/revolsys/gis/jts/JtsGeometryUtil.java package com.revolsys.gis原创 2012-05-11 02:43:22 · 2925 阅读 · 0 评论 -
postgis常见的空间数据的导入导出
本片文章简单记录了postgis涉及的常用数据导入导出的使用方法。1.将osm数据导入postgisosm2pgsql -c -d osm -l -E 4326 -S /usr/share/osm2pgsql/default.style xxxxx.osm这里要注意几个参数,是选用-c还是-a要看你的应用方式,-S这个是在ubuntu下路径不同时使用,espg可以不用再使用原创 2012-08-08 14:47:45 · 4328 阅读 · 0 评论 -
如何在GeoServer中使用OpenStreetMap数据
转自:http://blog.geoserver.org/2009/01/30/geoserver-and-openstreetmap/OpenStreetMap is a free and editable map of the world. Founded in 2004 in the United Kingdom in response to the need转载 2012-08-06 16:22:19 · 3671 阅读 · 0 评论 -
GeoWebCache参数之pixelSize(像素大小)
转自:http://www.cnblogs.com/cleverxy/archive/2012/04/28/2474624.html 如果你想搭建GeoWebCache,这个网址适合你http://geowebcache.org/docs/current/ 如果你对GeoWebCache.XML涉及到的参数有不理解或理解不透的,这个网址适合你http://geowe转载 2012-05-30 21:35:07 · 4320 阅读 · 0 评论 -
在ArcGIS中配准(TIF、JPEG)栅格图像并矢量化(ZT)
转自:http://blog.csdn.net/allun/article/details/5006956 图像最好不要压缩,越精确地图的矢量化原精确,使用ArcGIS 9.2 Desktop完成。栅格图像的校正和坐标系确定启动ArcMap,新建一个新工程,右键Layers选择Add Data…添加TIF图像,将出现如下提示(如果提示无法加载rester data时请安装Arc转载 2012-05-10 14:16:12 · 10370 阅读 · 0 评论 -
如何使用Spring Data Solr做空间检索并排序
解决方法一To set fl you have to use query.addProjectionOnField(String fieldname). SimpleQuery query = new SimpleQuery(conditions); query.addProjectionOnField("*"); query.addProjectionOnField("...原创 2019-08-10 18:02:47 · 594 阅读 · 0 评论