OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimWms.h>
Public Member Functions | |
ossimWmsGetCapabilities () | |
virtual bool | read (ossimRefPtr< ossimXmlNode > node) |
const ossimString & | getUrl () 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 |
Additional Inherited Members | |
![]() | |
virtual | ~ossimReferenced () |
Definition at line 72 of file ossimWms.h.
|
inline |
Definition at line 75 of file ossimWms.h.
|
inline |
Definition at line 80 of file ossimWms.h.
|
virtual |
Definition at line 112 of file ossimWms.cpp.
References ossimXmlNode::findFirstNode(), ossimXmlNode::getAttributeValue(), theUrl, and ossimRefPtr< T >::valid().
Referenced by ossimWmsRequest::read().
|
protected |
Definition at line 85 of file ossimWms.h.
Referenced by read().