联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All GIS/地图编程(137) 
按平台查找All Java(137) 

[GIS/地图编程] OpenSearch-Engine

将数据索引到OpenSearch Server中的JavaApp,该服务器映射给定的数据并执行不同类型的查询。,
A JavaApp that index data into a OpenSearch Server, which map the given data and execute different kind of queries., (2023-05-31, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694070509593008.html

[GIS/地图编程] jts-geometry-utils

用于对JTS几何体对象进行常见操作的一组辅助器类。工厂方法、重新投影、坐标操作等。,
A set of helper classes for common operations with JTS Geometry objects. Factory methods, reprojections, coordinate manipulations etc., (2023-08-14, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1692061110987727.html

[GIS/地图编程] Input

该库管理一系列输入设备,并将设备组件映射到POJO上的字段,以监视控制器值。,
This library manages a series of input devices and maps device components to fields on POJOs for the monitoring of controller values., (2016-03-15, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689300873542939.html

[GIS/地图编程] google-map-marker-indicator

一个简单快速的库,用于在Android Google Map的标记上添加数字指示器,
A simple and quick library to add a number indicator on the marker of Android Google Map, (2018-09-22, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689300853540096.html

[GIS/地图编程] rich-snippets-mapping

与schema.org和data-vocabulary.org对应的富代码段pojo bean(用于将JSON数据映射到您最喜欢的JSON处理器Java库...,
Rich-snippets pojo/bean corresponding to schema.org and data-vocabulary.org (to map JSON datas with your favorite JSON processor Java library, like Jackson). (2016-07-24, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689300790956675.html

[GIS/地图编程] scribe-mapping

Scribe项目的附加组件:pojobean,用于将JSON数据映射到您最喜欢的JSON处理器Java库,如Jackson。,
Add-on for Scribe project : pojo bean to map JSON datas with your favorite JSON processor Java library, like Jackson., (2016-07-24, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689300775435354.html

[GIS/地图编程] anmap

这个库意味着是一个基于Java注释的映射器,这样您就不需要配置任何东西,只需导入并使用它。t...,
This library is meant to be a mapper based with Java annotations, this way you don t need to configure nothing, only import and use it. This is a need when you are working trying to isolate logical or critical classes from DTO or POJO s for example. This can be useful when you are following architectures or concepts like clean arch (2023-05-27, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689300768311875.html

[GIS/地图编程] EasyLocationPicker

EasyLocationPicker是一个库,允许您在地图上轻松选择用户位置,它集成了地理编码器和位置自动完成功能,
EasyLocationPicker is a library that allows you to pick user location easily on a map, It has geocoder and places autocomplete integrated, (2021-01-19, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689300130633032.html

[GIS/地图编程] java_leaflet

Leaflet的Java包装器,一个用于移动友好交互式地图的JavaScript库。
Java wrapper for Leaflet, a JavaScript library for mobile-friendly interactive maps. (2022-05-20, Java, 5323KB, 下载0次)

http://www.pudn.com/Download/item/id/1687182216928309.html

[GIS/地图编程] graphhopper

OpenStreetMap的开源路由引擎。将其用作Java库或独立web服务器。
Open source routing engine for OpenStreetMap. Use it as Java library or standalone web server. (2023-06-19, Java, 29977KB, 下载0次)

http://www.pudn.com/Download/item/id/1687181314361608.html

[GIS/地图编程] ExtendsDemo

* 继承关系 * 1.子类继承父类的属性和方法,父类的属性和方法被所有子类共享 * 2.子类多种多样,子类是多态的 * 业务案例:四格方块(Tetromino)有七种(I,J,L,S,Z,T,O) * 实现方式: * 利用继承关系实现,其中四格方块是父类,七种方块是 * 子类,在父类定义四格数组的属性,子类就自动继承了 * 四格属性。 * 定义四格方块类(Tetronimo),属性:4格子,方法:下落 * 子类型继承4格方块类的属性和方法 * 子类型每个方块都不同,所以要在子类添加构造器以便以初始化格子位置
* Inheritance* properties and methods 1. subclass inherits the parent class, properties and methods of the parent class is shared by all subclasses* 2. subclass diverse subclass is polymorphic* Business case: four grid squares ( Tetromino) There are seven (I, J, L, S, Z, T, O)* implementations:* use inheritance to achieve, which is the parent class four grid squares or seven square is* a subclass is defined in the parent class Properties fourfold array subclass automatically inherits* fourfold property.* Define a four-frame box type (Tetronimo), attribute: 4 lattice method: Drop* subtype inherits the properties and methods of the class* 4 grid squares subtype each box is different, so you want to add to the subclass constructor to initialize grid position (2015-02-15, Java, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/1424000479157094.html

[GIS/地图编程] LoadStaticMap

Google靜態地圖下載 這個範例是用來抓取我們所要求的經緯度座標的地圖,在經度與緯度的文字方塊內輸入座標,按下載入的時候,會向GoogleMap伺服器索取地圖圖片,如果索取失敗會顯示錯誤訊息。
Google Static Maps download this sample is used to capture the latitude and longitude coordinates of our requirements map, enter coordinates in longitude and latitude of the text box, press when loaded, to obtain map images from GoogleMap server, if the Request failed The error message is displayed. (2012-09-29, Java, 46KB, 下载2次)

http://www.pudn.com/Download/item/id/2005038.html

[GIS/地图编程] GMapDemo1214

自製Google MapView範例 地圖影像資料庫透過下載執行緒向GOOGLE MAP伺服器攝取地圖,客戶端遊戲執行緒進行畫面更新時,向地圖模組攝取地圖資料,而地圖模組會依照執行緒提供的經緯度將地圖影像從地圖影像資料庫引用後進行排列及位移。
Homemade the Google MapView example map image database thread by downloading intake map GOOGLE MAP server, client game thread for screen updates to the map module intake of map data, maps module in accordance with the latitude and longitude of the thread arrangement and displacement map image from the map image database references. (2012-09-29, Java, 77KB, 下载5次)

http://www.pudn.com/Download/item/id/2005034.html

[GIS/地图编程] Mobile-Atlas-Creator-Src

GIS网络地图/卫片下载器,源码,支持google、bing、qq、天地图等所有地图数据源,此为系统java代码,上述地图源的支持需自行编写数据源配置文件,系统具有很好的扩展性。
GIS network map / Satellite download, source code, support Google, Bing, QQ, day maps all map data source, the system java code, the above map source support needs to write the data source configuration file, the system has a good scalability. (2012-09-23, Java, 10512KB, 下载22次)

http://www.pudn.com/Download/item/id/2000147.html

[GIS/地图编程] MapXtremeJava_topic

MapXtreme for Java是基于J2EE技术、服务器端的为创建Web地图服务应用的市场上第一个100%Java跨平台解决方案,使用它可实现三种Web GIS模式.本文介绍了创建地图、显示地图专题分析等十个专题。
MapXtreme for Java is based on J2EE technology, server-map for the creation of Web services application of a market first 100% Java cross-platform solutions, It can use these three modes of Web GIS. This paper introduces the creation of maps. Show map analysis of 10 thematic topics. (2007-04-11, Java, 31KB, 下载152次)

http://www.pudn.com/Download/item/id/266324.html

[GIS/地图编程] 3dwebgis

java3d写的网络三维地理信息系统,支持三维地形显示,纹理影象加载,地形实时渲染,3ds模型的加灾,obj模型的加载.提供applet和jnlp两种浏览方式,服务器暂时只提供DEM数据服务
java3d write three-dimensional network of geographical information systems to support the three-dimensional terrain, texture image loading, terrain Real-time rendering, 3ds model increases disaster, obj loading model. Jnlp applet and provides two browser, server-only data services DEM (2006-01-12, Java, 121KB, 下载425次)

http://www.pudn.com/Download/item/id/140769.html

[GIS/地图编程] MapJ池代码

用Mapxtreme for java开发webgis,其中涉及地图服务器的多用户进程访问的问题,本程序提供了源码程序
with MapXtreme webgis for java development, which involves map server multi-user access to the process, the procedures provide a source programs (2005-12-02, Java, 3KB, 下载65次)

http://www.pudn.com/Download/item/id/129517.html
总计:137