OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimWms.h>
Public Member Functions | |
ossimWmsGetMap () | |
virtual bool | read (ossimRefPtr< ossimXmlNode > node) |
ossimWmsStringListType & | getFormatTypes () |
const ossimWmsStringListType & | getFormatTypes () const |
bool | hasFormats () const |
bool | hasFormat (const ossimString &format, bool caseSensitive=true) const |
Will do an exact compare on the input format. More... | |
bool | containsFormat (const ossimString &format, bool caseSensitive=true) const |
Will not do an exact compare but instead will test if the passed in string is contained within the formats. More... | |
void | clearFields () |
const ossimString & | getUrl () const |
const ossimString & | getPostUrl () const |
![]() | |
ossimReferenced () | |
ossimReferenced (const ossimReferenced &) | |
ossimReferenced & | operator= (const ossimReferenced &) |
void | ref () const |
increment the reference count by one, indicating that this object has another pointer which is referencing it. More... | |
void | unref () const |
decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
void | unref_nodelete () const |
decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
int | referenceCount () const |
Protected Attributes | |
ossimString | theUrl |
ossimString | thePostUrl |
ossimWmsStringListType | theFormatTypes |
Additional Inherited Members | |
![]() | |
virtual | ~ossimReferenced () |
Definition at line 20 of file ossimWms.h.
|
inline |
Definition at line 23 of file ossimWms.h.
|
inline |
bool ossimWmsGetMap::containsFormat | ( | const ossimString & | format, |
bool | caseSensitive = true |
||
) | const |
Will not do an exact compare but instead will test if the passed in string is contained within the formats.
You can also specify case sensitive.
Definition at line 89 of file ossimWms.cpp.
References ossimString::contains(), ossimString::downcase(), and theFormatTypes.
|
inline |
Definition at line 29 of file ossimWms.h.
|
inline |
Definition at line 33 of file ossimWms.h.
|
inline |
Definition at line 62 of file ossimWms.h.
|
inline |
Definition at line 58 of file ossimWms.h.
bool ossimWmsGetMap::hasFormat | ( | const ossimString & | format, |
bool | caseSensitive = true |
||
) | const |
Will do an exact compare on the input format.
You can also specify if you want case sensitive compares
Definition at line 66 of file ossimWms.cpp.
References ossimString::downcase(), and theFormatTypes.
|
inline |
Definition at line 37 of file ossimWms.h.
|
virtual |
Definition at line 10 of file ossimWms.cpp.
References clearFields(), ossim::convertHtmlSpecialCharactersToNormalCharacter(), ossimString::empty(), ossimXmlNode::findFirstNode(), ossimXmlNode::getAttributeValue(), ossimXmlNode::getChildNodes(), theFormatTypes, theUrl, ossimString::trim(), and ossimRefPtr< T >::valid().
Referenced by ossimWmsRequest::read().
|
protected |
Definition at line 69 of file ossimWms.h.
Referenced by containsFormat(), hasFormat(), and read().
|
protected |
Definition at line 68 of file ossimWms.h.
|
protected |
Definition at line 67 of file ossimWms.h.
Referenced by read().