Optional
layerStatic
flowStatic
invocationStatic
nameStatic
versionStatic
Optional
webhooksPost an Alert to the Layer Alert API
The Response from the Layer Alert API
Get all information about the layer being processed
most importantly the user-defined environment
object
A Layer Config Object
The extended class should override this function if it needs additional user-defined config values or wants to provide a Schema
Input: By default it simply adds a DEBUG
boolean which will conditionally print
CoT GeoJSON in the logs if true.
Output: Does not provide a defined schema. Providing a schema allow the User to perform mapping and styling operations
A JSON Schema Object
Submit a GeoJSON Feature collection to be submitted to the TAK Server as CoTs
A boolean representing the success state
Create a new TaskBase instance - Usually not called directly but instead inherited via an
extends TaskBase
callCurrently settings are configured based on the environment that will be provided by the ETL server. As such the following environment variables must be set.
ETL_API
- The URL of the API to useETL_LAYER
- The Integer Layer ID to get config information and post results toETL_TOKEN
- The access token specific to the Layer