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

#include <ossimWms.h>

Inheritance diagram for ossimWmsContactInformation:
ossimReferenced

Public Member Functions

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 thePrimaryContactPerson
 
ossimString thePrimaryContactOrganization
 
ossimString theContactPosition
 
ossimRefPtr< ossimWmsContactAdresstheContactAddress
 
ossimString theContactVoiceTelephone
 
ossimString theContactEmailAddress
 

Additional Inherited Members

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

Detailed Description

Definition at line 132 of file ossimWms.h.

Member Function Documentation

◆ read()

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

Definition at line 135 of file ossimWms.h.

136  {
137  return true;
138  }

Member Data Documentation

◆ theContactAddress

ossimRefPtr<ossimWmsContactAdress> ossimWmsContactInformation::theContactAddress
protected

Definition at line 144 of file ossimWms.h.

◆ theContactEmailAddress

ossimString ossimWmsContactInformation::theContactEmailAddress
protected

Definition at line 146 of file ossimWms.h.

◆ theContactPosition

ossimString ossimWmsContactInformation::theContactPosition
protected

Definition at line 143 of file ossimWms.h.

◆ theContactVoiceTelephone

ossimString ossimWmsContactInformation::theContactVoiceTelephone
protected

Definition at line 145 of file ossimWms.h.

◆ thePrimaryContactOrganization

ossimString ossimWmsContactInformation::thePrimaryContactOrganization
protected

Definition at line 142 of file ossimWms.h.

◆ thePrimaryContactPerson

ossimString ossimWmsContactInformation::thePrimaryContactPerson
protected

Definition at line 141 of file ossimWms.h.


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