Aller au contenu principal

Arc GIS Pro coded domains in VertiGIS Studio Web

Commentaires

2 commentaires

  • Berend Veldkamp

    The ArcGIS datamodel itself does not force fields to contain only values from their domain. Even though a user interface (e.g. ArcGIS Pro) may show a dropdown that only lets you select a domain value, you could still use arcpy, or any other programming language, to store other values.

     

    The same goes for the Web viewer: The default editing functionality shows dropdowns with only values from the domain, so in that sense, domains are ‘transferred to VertiGIS Studio’. If you decide to use a workflow for feature editing, then you will have to design your own UI to limit the user's choices. In this case for instance, a dropdown which gets its values from a Get Coded Value Domain activity.

     

     

    1
  • S. Burgert

    Thank you for your reply. Today it also works with the dropdown selection, I don't know what was going on a few days ago. But now I also know what is technically possible. 

    0

Vous devez vous connecter pour laisser un commentaire.