为满足无人机飞行实时监测和控制的要求,在Windows 平台下,嵌入GIS(地理信息系统) ,设计了一套地面测控系统,实现了导航参数实时获取、飞行航迹实时显示、参数在线调整、航迹规划与回显、数据纪录与分析等功能。实际联调表明,该系统运行可靠稳定,直观、方便地实现了航迹信息的管理,具有一定的实用性和推广价值。
2021-11-26 09:34:35 238KB 无人机 GIS 地面站 MapX
1
12m、30m、90m分辨率的DEM样例数据,用来进行DEM相关数据处理的对比。对课程作业以及小型软件开发有用。
2021-11-25 09:34:06 17.07MB DEM数据 GIS 12M/30M/90M 数字高程数据
1
Quickstart 代码如下: import java.io.File; import org.geotools.data.FileDataStore; import org.geotools.data.FileDataStoreFinder; import org.geotools.data.simple.SimpleFeatureSource; import org.geotools.map.FeatureLayer; import org.geotools.map.Layer; import org.geotools.map.MapContent; import org.geotools.styling.SLD; import org.geotools.styling.Style; import org.geotools.swing.JMapFrame; import org.geotools.swing.data.JFileDataStoreChooser; /** * Prompts the user for a shapefile and displays the contents on the screen in a map frame. * * This is the GeoTools Quickstart application used in documentationa and tutorials. * */ public class Quickstart { /** * GeoTools Quickstart demo application. Prompts the user for a shapefile and displays its * contents on the screen in a map frame */ public static void main(String[] args) throws Exception { // display a data store file chooser dialog for shapefiles File file = JFileDataStoreChooser.showOpenFile("shp", null); if (file == null) { return; } FileDataStore store = FileDataStoreFinder.getDataStore(file); SimpleFeatureSource featureSource = store.getFeatureSource(); // Create a map content and add our shapefile to it MapContent map = new MapContent(); map.setTitle("Quickstart"); Style style = SLD.createSimpleStyle(featureSource.getSchema()); Layer layer = new FeatureLayer(featureSource, style); map.addLayer(layer); // Now display the map JMapFrame.showMap(map); } }
2021-11-24 22:24:42 89.26MB gis geotoo
1
用arcgis做的校园导航系统,内容详细,教程明了!
2021-11-24 17:07:09 7.13MB gis 校园导航
1
完整的中国国家基础gis地图数据库,是Arcgis\arcview使用者和操作者理想的素材。
2021-11-24 15:29:08 43.79MB 地图 arcview
1
伴随遥感技术飞速发展,影像分辨率越来越高,其在嵌入式环境下离线组织、渲染等效率问题日益突出,难以满足特定用户需求。本文提出一种适用于多种嵌入式平台的影像地图组织存储模型,并以WinCE、Android系统为例设计影像地图跨平台显示模式,降低内存占用的同时极大地提高了空间利用率。
2021-11-24 09:01:30 11.22MB gis 高分影像 VGI 道路数据
1
GIS程序设计教程中所包含的部分程序设计,包括创建书签,访问图层数据,简单渲染器,创建SHP文件与要素编辑,空间查询,缓冲区分析,栅格转换等操作的开发代码。
2021-11-23 15:51:49 258KB GIS二次开发
1
Arcgis中等高线标注时是默认每条标注,对于山地地区标注会很密集,不美观。通过编写脚本语言后可按每500米(间隔可按照实际图幅确定)标注,简洁美观。
2021-11-23 14:41:54 138B GIS 等高线标注 间隔标注
1
GIS软件应用教材中数据的采集和组织方面的内容,有详细的实例和一步一步的操作过程。
2021-11-23 11:05:36 20.67MB GIS
1
GIS for Web应用开发之道
2021-11-22 21:24:52 37.4MB gis web
1