Vous allez créer la boîte à outils et enregistrer le fichier Python .py de l'outil de script dans ce dossier. Cliquez avec le bouton droit sur la connexion au dossier et sélectionnez New (Nouveau) > Toolbox (.atbx) (Boîte à outils (.atbx)). Un fichier de boîte à...
import arcpy import time import urllib # Add a toolbox from a server # arcpy.ImportToolbox(http://flame7/arcgis/services;GP/BufferByVal, mytools) # Use GetParameterValue to get a featureset object with the default schema of the # first parameter of the tool bufferpoints # inFeatureSet ...
下例中,使用了 ImportToolbox 函数,以便使用 Python 访问自定义工具箱中包含的工具。导入该工具箱后,即能够以 arcpy.工具名称_别名 形式访问自定义工具。 arcpy.ImportToolbox(c:/mytools/geometrytools.tbx) arcpy.CreateRegularPolygons_geometry( 通过 ArcPy 站点包访问某个工具时,该工具所在的工具箱的别名是...
Vous allez créer la boîte à outils et enregistrer le fichierPython.pyde l'outil de script dans ce dossier. Cliquez avec le bouton droit sur la connexion au dossier et sélectionnezNew (Nouveau)>Toolbox (.atbx) (Boîte à outils (.atbx)). ...