55 #include <cpl_error.h> 60 #define OGC_WCS_OperationNotSupported 300 61 #define OGC_WCS_MissingParameterValue 301 62 #define OGC_WCS_InvalidParameterValue 302 63 #define OGC_WCS_VersionNegotiationFailed 303 64 #define OGC_WCS_InvalidUpdateSequence 304 65 #define OGC_WCS_OptionNotSupported 305 66 #define OGC_WCS_NoApplicableCode 306 68 #define OGC_WCS_NoSuchCoverage 307 69 #define OGC_WCS_InvalidAxisLabel 308 70 #define OGC_WCS_InvalidSubsetting 309 72 void CPL_DLL CPL_STDCALL WCS_Error(CPLErr,
int,
const char*, ...);
73 void CPL_DLL CPL_STDCALL SetWCS_ErrorLocator(
const char* loc);
74 void CPL_DLL CPL_STDCALL WCS_ErrorHandler(CPLErr,
int,
const char*);
75 string CPL_DLL CPL_STDCALL GetWCS_ErrorMsg();
77 int WCST_GetSoapMsgTrns();
78 void WCST_SetSoapMsgTrns(
int);
80 #define WCS_Error CPLError