Location:
Search - Arcgis D
Search list
Description: ArcGIS编程学习事例,表面分析,用AO完成。-ArcGIS learning programming examples, surface analysis, complete with AO.
Platform: |
Size: 218112 |
Author: gis_guoke |
Hits:
Description: 将我国标准的DEM格式GeoTin转换成ArcGIS支持的Grid格式,格式转换后能用ArcGIS或者Creator处理我国的dem数据。-to our standard format DEM GeoTin into ArcGIS support Grid format, format conversion can use ArcGIS or Creator dem handling the data.
Platform: |
Size: 19456 |
Author: 邵远征 |
Hits:
Description: 地理信息系统二次开发-C#和MapObjects实现程序源码,直接运行工程文件可以实现。-Secondary Development of GIS-C# And MapObjects program source code to achieve a direct run project file can be achieved.
Platform: |
Size: 1440768 |
Author: 王和 |
Hits:
Description: licence esri arcgis 9.3 dat
Platform: |
Size: 8220672 |
Author: juan carlos |
Hits:
Description: 采用AE组件式开发,实现wgs1984,xian1980,beijing1954的坐标系下高斯投影坐标转换及新旧图幅编号转换。
-It is a procedure to convert coordinate system and mapcode with different coding rule, vb.net language is employed for this work.
Platform: |
Size: 931840 |
Author: 蓝天 |
Hits:
Description: vs2008 + arcgis engine 9.3 环境下写的图例控件,可直接使用编译后的d-vs2008+ arcgis engine 9.3 environment to write the legend control, can be used directly compiled dll
Platform: |
Size: 1024 |
Author: demark |
Hits:
Description: C#+AE编译,实现的arcgis中经典的三类插值方法,克里格,IDW和样条曲线,导入点状shp文件,选择相应插值方法即可-C#+ AE compiled arcgis achieved in the classic three interpolation methods, Kriging, IDW and spline curves, dotted shp file import, you can select the appropriate interpolation
Platform: |
Size: 684032 |
Author: tiansong |
Hits:
Description: ESRI.ArcGIS.ArcDiagrammer 源码-ESRI.ArcGIS.ArcDiagrammer Source
Platform: |
Size: 1837056 |
Author: shijunfengm |
Hits:
Description: # Import system modules
import arcpy
from arcpy import env
from arcpy.sa import *
arcpy.CheckOutExtension("spatial")
arcpy.gp.overwriteOutput=1
# Set environment settings
arcpy.env.workspace = "D:\\Qinghai-Tibet Plateau\\2012Qing-tibet"
inConstant = 1000
rasters = arcpy.ListRasters()
for i in rasters:
# Check out the ArcGIS Spatial Analyst extension license
arcpy.CheckOutExtension("Spatial")
# Execute Times
outTimes = i*inConstant
# Save the output
out="D:/tibet_tongji/1000/"+i
arcpy.CheckOutExtension("3D")
arcpy.Times_3d(i,inConstant,out)
print(i[0:]+'...has done!')
#Int Function
import arcpy
from arcpy import env
# Set environment settings
env.workspace = "D:/tibet_tongji/1000"
rasters = arcpy.ListRasters()
for j in rasters:
# Set local variables
print j,'is doing'
outraster="D:/tibet_tongji/qz/"+j
Platform: |
Size: 1024 |
Author: kang06115
|
Hits:
Description: 基于arcgis 开发地图,2D,3D等。(Based on arcgis to develop map 2 D 3 D, and so on.)
Platform: |
Size: 39521280 |
Author: -54188- |
Hits:
Description: 实现数据库或shp文件的批量合并。
1.建立指定路径(D:\HB,文件夹名:HB ,内部放置需要合并的数据库mdb或gdb或shp)
2.在arcgis工具箱加载后直接使用(注意HB文件夹内的第一个数据库需完整的要素,只读取第一个数据库内的层,其他的数据库都是追加到此数据库中)(Realize the batch merging of database or SHP file.
1. Establish the specified path (D: \ Hb, folder name: Hb, place the database mdb or GDB or SHP to be merged internally)
2. Use it directly after the ArcGIS toolbox is loaded (note that the first database in the HB folder needs complete elements, only the layers in the first database are read, and other databases are appended to this database))
Platform: |
Size: 60416 |
Author: PPTT |
Hits: