new GoNexusInfo()
Interactions/ExternalsConnections/interact/Nexus/GoNexusInfo.ts, line 69
Extends
- GOInteractionTool
- undefined
Methods
-
getTagviewHistoricValues(uid, token, bindingUrl){config}
Interactions/ExternalsConnections/interact/Nexus/GoNexusInfo.ts, line 78 -
This function return the daily information from a specific Nexus sensor.
Name Type Description uidstring UID from specific Nexus sensor.
tokenstring Token provided by Nexus
bindingUrlstring The url of the api
Returns:
Type Description config Return a config object -
getTagviewsFromLocation(location, token, bindingUrl){any}
Interactions/ExternalsConnections/interact/Nexus/GoNexusInfo.ts, line 104 -
This function return all the sensors information from Nexus API
Name Type Description locationstring Project location variable for API call (example "Sacmex").
tokenstring Token provided by Nexus
bindingUrlstring The url of the api
Returns:
Type Description any Return a config object -
inherited typeLayerHidraulic(feature){string}
Interactions/utils/GoInteractionTool.ts, line 20 -
This function allow to create a style for the hidraulic layer.
Name Type Description featuremodule:types~FeatureLike The feature to style
Returns:
Type Description string Return the new style of the feature.
