new GoWatershed()
Interactions/geoTools/watershed/index.ts, line 21
Methods
-
getLayerWatershedData(){VectorLayer}
Interactions/geoTools/watershed/index.ts, line 135 -
Get the layer of watershed
Returns:
Type Description VectorLayer Vector layer of the watershed -
init(idWatershed, dataWatershed, map, style){CancelablePromise.<(GeoJSON|undefined)>}
Interactions/geoTools/watershed/index.ts, line 49 -
Method to init the watershed tool
Name Type Description idWatershedString The id from a tool
dataWatershedmodule:types~watershedDataParams The info where we want to compute the Watershed
mapGOStagingMap Map
stylemodule:types~styleFromUser The style we want to put on the Watershed layer
Returns:
Type Description CancelablePromise.<(GeoJSON|undefined)> CancelablePromise with the buffer info
