Display Name: Table To Domain
Description: Geoprocessing tool that creates or updates a coded value domain with values from a table.
Category:
Help URL: http://webgis2.ar-tel.it/arcgis/rest/directories/arcgisoutput/TableToDomain_GPServer/TableToDomain/TableToDomain.htm
Execution Type: esriExecutionTypeAsynchronous
Parameters:
Parameter: in_table
Data Type: GPRecordSet
Display Name Input Table
Description: The database table from which to derive domain values.
Direction: esriGPParameterDirectionInput
Default Value:
Fields:
-
tpo_cont
(
type: esriFieldTypeInteger
, alias: tpo_cont
)
-
tpo_id
(
type: esriFieldTypeString
, alias: tpo_id
, length: 10
)
-
tpo_descr
(
type: esriFieldTypeString
, alias: tpo_descr
, length: 100
)
-
tpo_codifica
(
type: esriFieldTypeString
, alias: tpo_codifica
, length: 5
)
-
tpo_scadenza
(
type: esriFieldTypeInteger
, alias: tpo_scadenza
)
-
ObjectId
(
type: esriFieldTypeOID
, alias: ObjectId
)
Features: None.
Parameter Type: esriGPParameterTypeRequired
Category:
Parameter: code_field
Data Type: GPString
Display Name Code Field
Description: The field in the database table from which to derive domain code values.
Direction: esriGPParameterDirectionInput
Default Value: tpo_id
Parameter Type: esriGPParameterTypeRequired
Category:
Choice List: [ tpo_cont, tpo_id, tpo_descr, tpo_codifica, tpo_scadenza ]
Parameter: description_field
Data Type: GPString
Display Name Description Field
Description: The field in the database table from which to derive domain description values.
Direction: esriGPParameterDirectionInput
Default Value: tpo_descr
Parameter Type: esriGPParameterTypeRequired
Category:
Choice List: [ tpo_cont, tpo_id, tpo_descr, tpo_codifica, tpo_scadenza ]
Parameter: domain_name
Data Type: GPString
Display Name Domain Name
Description: The name of the domain to be created or updated.
Direction: esriGPParameterDirectionInput
Default Value: tpo_id
Parameter Type: esriGPParameterTypeRequired
Category:
Parameter: domain_description
Data Type: GPString
Display Name Domain Description
Description: The description of the domain to be created or updated. Domain descriptions of existing domains are not updated.
Direction: esriGPParameterDirectionInput
Default Value: tpo_descr
Parameter Type: esriGPParameterTypeOptional
Category:
Parameter: update_option
Data Type: GPString
Display Name Update Option
Description: If the domain already exists, specifies how the domain will be updated.APPEND—Appends to the domain values from the database table. REPLACE—Replaces the values in the domain with values from the database table.
Direction: esriGPParameterDirectionInput
Default Value: APPEND
Parameter Type: esriGPParameterTypeOptional
Category:
Choice List: [ APPEND, REPLACE ]
Supported Operations:
Submit Job