|
| enum | ComputeFailureInformation {
None,
NoAirportQueryFound,
NoAirportBoundaryQueryFound,
NoRunwayQueryFound,
NoAirportDataFound,
NoAirportBoundaryDataFound,
NoRunwayDataFound,
NoAirportFound,
NoAirportBoundaryFound,
NoRunwayFound,
NoAerodromesCreated
} |
| |
| Enumerator |
|---|
| None |
|
| NoAirportQueryFound |
|
| NoAirportBoundaryQueryFound |
in case MAK_AIRPORTS feature query is not configured
|
| NoRunwayQueryFound |
in case MAK_AIRPORTS_BOUNDARY feature query is not configured
|
| NoAirportDataFound |
in case MAK_RUNWAYS feature query is not configured
|
| NoAirportBoundaryDataFound |
in case MAK_AIRPORTS returns has no feature
|
| NoRunwayDataFound |
in case MAK_AIRPORTS_BOUNDARY has no feature
|
| NoAirportFound |
in case MAK_RUNWAYS returns has no feature
|
| NoAirportBoundaryFound |
in case no airport feature data matched the request
|
| NoRunwayFound |
in case no airport boundary feature data matched the request
|
| NoAerodromesCreated |
in case no runway feature matched the request
In the case where the airportcode that wants to be created has already been created
|
| DtIfComputeAerodromeResponse::DtIfComputeAerodromeResponse |
( |
| ) |
|
| virtual DtIfComputeAerodromeResponse::~DtIfComputeAerodromeResponse |
( |
| ) |
|
|
overridevirtual |
| virtual int DtIfComputeAerodromeResponse::type |
( |
| ) |
const |
|
overridevirtual |
| virtual unsigned long DtIfComputeAerodromeResponse::requestId |
( |
| ) |
const |
|
virtual |
Set/get the request Id for the message. Request Id is used to associate this message with the DtIfComputeAerodrome message.
| virtual void DtIfComputeAerodromeResponse::setRequestId |
( |
unsigned long |
requestId | ) |
|
|
virtual |
| virtual void DtIfComputeAerodromeResponse::setSuccess |
( |
bool |
| ) |
|
|
virtual |
| virtual bool DtIfComputeAerodromeResponse::success |
( |
| ) |
const |
|
virtual |
Set/get information enum.
| virtual int DtIfComputeAerodromeResponse::netRepSize |
( |
| ) |
const |
|
overridevirtual |
| virtual bool DtIfComputeAerodromeResponse::setFromNet |
( |
const char * |
contentBuffer, |
|
|
unsigned |
contentSize |
|
) |
| |
|
overridevirtual |
| virtual bool DtIfComputeAerodromeResponse::setToNet |
( |
| ) |
|
|
overridevirtual |
| virtual void DtIfComputeAerodromeResponse::printDataToString |
( |
DtString & |
str | ) |
|
|
overridevirtual |
| DtU32 DtIfComputeAerodromeResponse::myRequestId |
|
protected |
| bool DtIfComputeAerodromeResponse::mySuccessFlag |
|
protected |
The documentation for this class was generated from the following file: