#include <ossimWms.h>
Definition at line 212 of file ossimWms.h.
◆ ossimWmsStyle()
ossimWmsStyle::ossimWmsStyle |
( |
| ) |
|
|
inline |
◆ clearFields()
void ossimWmsStyle::clearFields |
( |
| ) |
|
|
inline |
◆ getAbstract()
const ossimString& ossimWmsStyle::getAbstract |
( |
| ) |
const |
|
inline |
◆ getName()
◆ getTitle()
◆ read()
Definition at line 159 of file ossimWms.cpp.
References ossimXmlNode::getChildNodes(), theAbstract, theName, and theTitle.
Referenced by ossimWmsLayer::read().
161 const vector<ossimRefPtr<ossimXmlNode> >& childNodes = node->
getChildNodes();
163 for(idx = 0; idx < childNodes.size();++idx)
165 if(childNodes[idx]->getTag() ==
"Name")
167 theName = childNodes[idx]->getText();
169 else if(childNodes[idx]->getTag() ==
"Title")
171 theTitle = childNodes[idx]->getText();
173 else if(childNodes[idx]->getTag() ==
"Abstract")
const ossimXmlNode::ChildListType & getChildNodes() const
unsigned int ossim_uint32
◆ theAbstract
◆ theName
◆ theTitle
The documentation for this class was generated from the following files: