Skip to main content

edit geometry only from workflow

Comments

6 comments

  • Permanently deleted user

    We basically want to use the drag and drop functionality in editing the geometry of a feature, from and html5 workflow.

     

    0
  • Permanently deleted user

    Jeff,

    Not from the default product activity, but you can utilize one GVH product command 'StartEditingGraphicGeometry' and one event 'GeometryEditCompletedEvent'.

    You may pass FeatureSet to update its geometries, and feature server layer name to your custom client activity, and implement the custom client activity handler where you can utilize above one command and an event.

    wish you have guideline how to do it.

    Munhwan

    0
  • Permanently deleted user

    Munwhan, 

    oh a code sample would be oh so helpful.  I think that many workflow builders could use this functionality.

    J

    0
  • Permanently deleted user

    I need a bit more info on this post

    where to i exectute this command from?  can i use invoke method or something like that? or can i run this from the run external command?

    GVH product command 'StartEditingGraphicGeometry'   

    then use the listen for event activity for this:

     'GeometryEditCompletedEvent'.

    then run the update activity with this:

    pass FeatureSet to update its geometries, and feature server layer name 

     

    or you could give me some sample code or provide the code in the Code gallery?

    Jeff

     

     

     

     

    Jeff,

    Not from the default product activity, but you can utilize one GVH product command 'StartEditingGraphicGeometry' and one event 'GeometryEditCompletedEvent'.

    You may pass FeatureSet to update its geometries, and feature server layer name to your custom client activity, and implement the custom client activity handler where you can utilize above one command and an event.

    wish you have guideline how to do it.

    Munhwan

    0
  • Permanently deleted user

    how or where would i find out the arguments required by this command?

    "StartEditingGraphicGeometry"

    its seems like its looking for a featurelayer and a graphic geometry of the feature selected.

     

    is there a document that give the names of the commands and thier arguments?

     

    0
  • Stefan Schweigert

    Hello Jeff,

     

    In the GVH directory from the Support Center, the Geocortex Viewer for HTML5 Administrator and Developer Guide.pdf has reference appendicies which cover commands and events in the viewer.

    Thanks, Stefan

    0

Please sign in to leave a comment.