OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimWms.h>
Public Member Functions | |
virtual bool | read (const ossimRefPtr< ossimXmlNode > node) |
void | getNamedLayers (ossimWmsLayerListType &layers) |
ossimRefPtr< ossimWmsRequest > | getRequest () |
const ossimRefPtr< ossimWmsRequest > | getRequest () 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 | |
ossimRefPtr< ossimWmsRequest > | theRequest |
std::vector< ossimRefPtr< ossimWmsLayer > > | theLayers |
Additional Inherited Members | |
![]() | |
virtual | ~ossimReferenced () |
Definition at line 453 of file ossimWms.h.
void ossimWmsCapability::getNamedLayers | ( | ossimWmsLayerListType & | layers | ) |
Definition at line 352 of file ossimWms.cpp.
References theLayers.
|
inline |
Definition at line 458 of file ossimWms.h.
Referenced by ossimWmsCapabilitiesDocument::getRequestGetCapabilities(), and ossimWmsCapabilitiesDocument::getRequestGetMap().
|
inline |
Definition at line 462 of file ossimWms.h.
|
virtual |
Definition at line 326 of file ossimWms.cpp.
References ossimRefPtr< T >::get(), ossimXmlNode::getChildNodes(), ossimWmsRequest::read(), ossimWmsLayer::read(), theLayers, and theRequest.
Referenced by ossimWmsCapabilitiesDocument::read().
|
protected |
Definition at line 468 of file ossimWms.h.
Referenced by getNamedLayers(), and read().
|
protected |
Definition at line 467 of file ossimWms.h.
Referenced by read().