Select to view content in your preferred language

Support the use of 'type Field' for input features in a widget/geoprocessing service

665
0
06-22-2021 02:00 PM
Status: Open
Labels (2)
JamesShively
New Contributor III

Add support in a widget (geoprocessing service) for the use of 'type Field'  (FC attributes) from selected input features. The geoprocessing service published to Portal creates a wedge-shaped polygon extending out from a point feature class and uses three separate fields with two numeric values for wedge edge and a textual field for the extent of the wedge: 1) Direction degree of 1st edge of wedge (e.g., 42); 2) Direction degree of 2nd edge of wedge (e.g., 65) and; 3) Distance from point feature of the extent of the wedge (e.g., 15 NAUTICALMILES).

This geoprocessing service will be run on multiple point features and so requires the capability of the service to read values from a field and not a simple, manual input from the user.