Transcript ppt

Writing Geoprocessing Scripts
With ArcGIS
Topic 7c
04/17/2007
GIS System
Development tool
The ArcGIS system is built and extended
using ArcObjects software components.
ArcObjects includes a wide variety of
programmable components.
Developers work with ArcObjects using
standard programming frameworks to
extend ArcGIS Desktop, build custom
applications with ArcGIS Engine, and
implement server GIS applications for
various enterprise purposes using ArcGIS
sever.
VBA and Python
ArcMap Objects Link
Python Basics
Variable index
Word =





Word[0]=‘H’
Word[2:4]=‘lp’
Word[:3]=‘Hel’
Word[-2:-4]=‘el’
Word[-3:]=‘lpA’
Scripts Examples
Exploring more ArcGIS

Teaching yourself.