|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimWms.h>
Public Member Functions | |
| ossimWmsBoundingBox () | |
| virtual bool | read (ossimRefPtr< ossimXmlNode > node) |
| void | clearFields () |
| bool | isGeographic () const |
| const ossimString & | getSrs () const |
| double | getMinX () const |
| double | getMinY () const |
| double | getMaxX () const |
| double | getMaxY () const |
Public Member Functions inherited from ossimReferenced | |
| 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 | theSrs |
| double | theMinX |
| double | theMinY |
| double | theMaxX |
| double | theMaxY |
Additional Inherited Members | |
Protected Member Functions inherited from ossimReferenced | |
| virtual | ~ossimReferenced () |
Definition at line 273 of file ossimWms.h.
|
inline |
Definition at line 276 of file ossimWms.h.
|
inline |
Definition at line 280 of file ossimWms.h.
|
inline |
Definition at line 304 of file ossimWms.h.
|
inline |
Definition at line 308 of file ossimWms.h.
|
inline |
Definition at line 296 of file ossimWms.h.
|
inline |
Definition at line 300 of file ossimWms.h.
|
inline |
Definition at line 292 of file ossimWms.h.
|
inline |
Definition at line 288 of file ossimWms.h.
|
virtual |
Definition at line 199 of file ossimWms.cpp.
References ossimXmlNode::getAttributeValue(), ossimXmlNode::getTag(), theMaxX, theMaxY, theMinX, theMinY, theSrs, and ossimString::toDouble().
Referenced by ossimWmsLayer::read().
|
protected |
Definition at line 316 of file ossimWms.h.
Referenced by read().
|
protected |
Definition at line 317 of file ossimWms.h.
Referenced by read().
|
protected |
Definition at line 314 of file ossimWms.h.
Referenced by read().
|
protected |
Definition at line 315 of file ossimWms.h.
Referenced by read().
|
protected |
Definition at line 313 of file ossimWms.h.
Referenced by read().
1.8.14