MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches

Detailed Description

Represents the location of a WSDL document. It encodes the WSDL of the WPS schema.

Public Member Functions

 TSLWPSWSDL (const char *href="")
 
void destroy ()
 
const char * href () const
 
void href (const char *value) const
 
void * operator new (size_t size)
 
void * operator new (size_t size, char *filename, int line)
 

Constructor & Destructor Documentation

◆ TSLWPSWSDL()

TSLWPSWSDL::TSLWPSWSDL ( const char * href = "")

Basic constructor.

Parameters
hrefThe URL required to access the WSDL.

Member Function Documentation

◆ destroy()

void TSLWPSWSDL::destroy ( )

Used to delete this object

◆ href() [1/2]

const char * TSLWPSWSDL::href ( ) const

Returns the URL of the WSDL.

◆ href() [2/2]

void TSLWPSWSDL::href ( const char * value) const

Sets the WSDL URL.

Parameters
valueThe URL required to access the WSDL.

◆ operator new() [1/2]

void * TSLWPSWSDL::operator new ( size_t size)

◆ operator new() [2/2]

void * TSLWPSWSDL::operator new ( size_t size,
char * filename,
int line )

When included in an MFC applicaton in debug mode, the debug new expects this to be here. Override it and return the same as the normal one. The library must include it when compiled in release mode, since the users application may be in debug mode.