te::ws::ogc::wcs::XMLParser Class Reference

A class responsible to parse WCS XML files to WCS TerraLib data types. More...

#include <XMLParser.h>

Public Member Functions

Capabilities parseCapabilities (const std::string &xmlPath)
 
CoverageDescription parseDescribeCoverage (const std::string &xmlPath)
 
 XMLParser ()
 
virtual ~XMLParser ()
 

Private Member Functions

TimeDomain parseTimeDomain (const std::auto_ptr< te::xml::Reader > &reader)
 

Detailed Description

A class responsible to parse WCS XML files to WCS TerraLib data types.

Definition at line 58 of file XMLParser.h.

Constructor & Destructor Documentation

te::ws::ogc::wcs::XMLParser::XMLParser ( )
virtual te::ws::ogc::wcs::XMLParser::~XMLParser ( )
virtual

Member Function Documentation

Capabilities te::ws::ogc::wcs::XMLParser::parseCapabilities ( const std::string &  xmlPath)
CoverageDescription te::ws::ogc::wcs::XMLParser::parseDescribeCoverage ( const std::string &  xmlPath)
TimeDomain te::ws::ogc::wcs::XMLParser::parseTimeDomain ( const std::auto_ptr< te::xml::Reader > &  reader)
private

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