new UavMapTasking()
- Source:
Extends
Methods
buildLandRequest(props) → {String}
Builds the land SPS request.
Parameters:
Name | Type | Description |
---|---|---|
props |
Object | - |
- Source:
Returns:
the land SPS request
- Type
- String
buildLookAtRequest(props) → {String}
Builds the lookat SPS request.
Parameters:
Name | Type | Description |
---|---|---|
props |
Object | - |
- Source:
Returns:
the lookat SPS request
- Type
- String
buildOrbitRequest(props) → {String}
Builds the orbit SPS request.
Parameters:
Name | Type | Description |
---|---|---|
props |
Object | - |
- Source:
Returns:
the orbit SPS request
- Type
- String
buildTakeOffRequest(props) → {String}
Builds the take off SPS request.
Parameters:
Name | Type | Description |
---|---|---|
props |
Object | - |
- Source:
Returns:
the take off sps request
- Type
- String
getId() → {String}
Gets the data protocol default id.
- Overrides:
- Source:
Returns:
The id
- Type
- String
getName() → {String}
Gets the name.
- Overrides:
- Source:
Returns:
The name
- Type
- String
sendRequest(properties)
Sends the request.
Parameters:
Name | Type | Description |
---|---|---|
properties |
Object | - |
- Overrides:
- Source:
Events
onError
Called when an error is caught.
Parameters:
Name | Type | Description |
---|---|---|
response |
- Overrides:
- Source:
onSuccess
Called when the request succeeded.
Parameters:
Name | Type | Description |
---|---|---|
response |
- Overrides:
- Source: