C# Класс GeoprocessingInDotNet.Module1

Показать файл Открыть проект

Открытые методы

Метод Описание
ExecuteCustomGeoprocessingFunction ( System modelParametersHybridDictionary ) : System.String

Run the Geoprocessing model

ReadXMLConfigurationFile ( System xmlPathFile ) : System.Collections.Specialized.HybridDictionary

Read in the arguments from the .xml file that we be used to run our model

RunTheApp ( ) : void

Main execution of our application

Приватные методы

Метод Описание
Main ( string args ) : void

Описание методов

ExecuteCustomGeoprocessingFunction() публичный статический Метод

Run the Geoprocessing model
public static ExecuteCustomGeoprocessingFunction ( System modelParametersHybridDictionary ) : System.String
modelParametersHybridDictionary System A HybridDictionary that contains all of the arguments to run the model
Результат System.String

ReadXMLConfigurationFile() публичный статический Метод

Read in the arguments from the .xml file that we be used to run our model
public static ReadXMLConfigurationFile ( System xmlPathFile ) : System.Collections.Specialized.HybridDictionary
xmlPathFile System The full path and filename of the .xml file. Example: "C:\gp\RunModel.xml"
Результат System.Collections.Specialized.HybridDictionary

RunTheApp() публичный статический Метод

Main execution of our application
public static RunTheApp ( ) : void
Результат void