OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Public Member Functions | Protected Attributes | List of all members
ossimWmsService Class Reference

#include <ossimWms.h>

Inheritance diagram for ossimWmsService:
ossimReferenced

Public Member Functions

 ossimWmsService ()
 
virtual bool read (ossimRefPtr< ossimXmlNode >)
 
- Public Member Functions inherited from ossimReferenced
 ossimReferenced ()
 
 ossimReferenced (const ossimReferenced &)
 
ossimReferencedoperator= (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 theName
 
ossimString theTitle
 
ossimString theAbstract
 
std::vector< ossimStringtheKeywordList
 
ossimString theOnlineResource
 
ossimRefPtr< ossimWmsContactInformationtheContactInformation
 
ossimString theFees
 
ossimString theAccessConstraints
 

Additional Inherited Members

- Protected Member Functions inherited from ossimReferenced
virtual ~ossimReferenced ()
 

Detailed Description

Definition at line 149 of file ossimWms.h.

Constructor & Destructor Documentation

◆ ossimWmsService()

ossimWmsService::ossimWmsService ( )
inline

Definition at line 152 of file ossimWms.h.

153  {
154  }

Member Function Documentation

◆ read()

virtual bool ossimWmsService::read ( ossimRefPtr< ossimXmlNode )
inlinevirtual

Definition at line 156 of file ossimWms.h.

157  {
158  return true;
159  }

Member Data Documentation

◆ theAbstract

ossimString ossimWmsService::theAbstract
protected

Definition at line 164 of file ossimWms.h.

◆ theAccessConstraints

ossimString ossimWmsService::theAccessConstraints
protected

Definition at line 169 of file ossimWms.h.

◆ theContactInformation

ossimRefPtr<ossimWmsContactInformation> ossimWmsService::theContactInformation
protected

Definition at line 167 of file ossimWms.h.

◆ theFees

ossimString ossimWmsService::theFees
protected

Definition at line 168 of file ossimWms.h.

◆ theKeywordList

std::vector<ossimString> ossimWmsService::theKeywordList
protected

Definition at line 165 of file ossimWms.h.

◆ theName

ossimString ossimWmsService::theName
protected

Definition at line 162 of file ossimWms.h.

◆ theOnlineResource

ossimString ossimWmsService::theOnlineResource
protected

Definition at line 166 of file ossimWms.h.

◆ theTitle

ossimString ossimWmsService::theTitle
protected

Definition at line 163 of file ossimWms.h.


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