VRTDriver Class Reference

Inheritance diagram for VRTDriver:
GDALDriver GDALMajorObject

List of all members.

Public Member Functions

virtual char ** GetMetadata (const char *pszDomain="")
virtual CPLErr SetMetadata (char **papszMetadata, const char *pszDomain="")
VRTSourceParseSource (CPLXMLNode *psSrc, const char *pszVRTPath)
void AddSourceParser (const char *pszElementName, VRTSourceParser pfnParser)

Public Attributes

char ** papszSourceParsers

Member Function Documentation

char ** VRTDriver::GetMetadata ( const char *  pszDomain = ""  )  [virtual]

Fetch metadata.

The returned string list is owned by the object, and may change at any time. It is formated as a "Name=value" list with the last pointer value being NULL. Use the the CPL StringList functions such as CSLFetchNameValue() to manipulate it.

Note that relatively few formats return any metadata at this time.

This method does the same thing as the C function GDALGetMetadata().

Parameters:
pszDomain the domain of interest. Use "" or NULL for the default domain.
Returns:
NULL or a string list.

Reimplemented from GDALMajorObject.

CPLErr VRTDriver::SetMetadata ( char **  papszMetadataIn,
const char *  pszDomain = "" 
) [virtual]

Set metadata.

The C function GDALSetMetadata() does the same thing as this method.

Parameters:
papszMetadata the metadata in name=value string list format to apply.
pszDomain the domain of interest. Use "" or NULL for the default domain.
Returns:
CE_None on success, CE_Failure on failure and CE_Warning if the metadata has been accepted, but is likely not maintained persistently by the underlying object between sessions.

Reimplemented from GDALMajorObject.


The documentation for this class was generated from the following files:

Generated for GDAL by doxygen 1.6.2-20100208.