OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimWms.h>
Public Member Functions | |
virtual bool | read (ossimRefPtr< ossimXmlNode > node) |
void | clearFields () |
void | getMinMax (double &min, double &max) |
double | getMin () const |
double | getMax () 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 | |
double | theMin |
double | theMax |
Additional Inherited Members | |
![]() | |
virtual | ~ossimReferenced () |
Definition at line 245 of file ossimWms.h.
|
inline |
Definition at line 250 of file ossimWms.h.
|
inline |
Definition at line 264 of file ossimWms.h.
|
inline |
Definition at line 260 of file ossimWms.h.
|
inline |
Definition at line 255 of file ossimWms.h.
|
virtual |
Definition at line 182 of file ossimWms.cpp.
References ossimXmlNode::getAttributeValue(), theMax, theMin, and ossimString::toDouble().
Referenced by ossimWmsLayer::read().
|
protected |
Definition at line 270 of file ossimWms.h.
Referenced by read().
|
protected |
Definition at line 269 of file ossimWms.h.
Referenced by read().