|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimOrthoIgen.h>
Public Types | |
| enum | ossimOrthoIgenProjectionType { OSSIM_UNKNOWN_PROJECTION = 0, OSSIM_UTM_PROJECTION, OSSIM_SRS_PROJECTION, OSSIM_GEO_PROJECTION, OSSIM_INPUT_PROJECTION, OSSIM_EXTERNAL_PROJECTION } |
| enum | OriginType { OSSIM_CENTER_ORIGIN = 0, OSSIM_UPPER_LEFT_ORIGIN = 1 } |
| typedef std::map< ossimString, ossimString, ossimStringLtstr > | PropertyMap |
Public Member Functions | |
| ossimOrthoIgen () | |
Public Member Functions inherited from ossimIgen | |
| ossimIgen () | |
| virtual | ~ossimIgen () |
| virtual void | initialize (const ossimKeywordlist &kwl) |
| virtual void | outputProduct () |
| Writes the output product image. Throws an ossimException if error encountered. More... | |
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 |
Definition at line 38 of file ossimOrthoIgen.h.
| typedef std::map<ossimString,ossimString, ossimStringLtstr> ossimOrthoIgen::PropertyMap |
Definition at line 55 of file ossimOrthoIgen.h.
| Enumerator | |
|---|---|
| OSSIM_CENTER_ORIGIN | |
| OSSIM_UPPER_LEFT_ORIGIN | |
Definition at line 50 of file ossimOrthoIgen.h.
| Enumerator | |
|---|---|
| OSSIM_UNKNOWN_PROJECTION | |
| OSSIM_UTM_PROJECTION | |
| OSSIM_SRS_PROJECTION | |
| OSSIM_GEO_PROJECTION | |
| OSSIM_INPUT_PROJECTION | |
| OSSIM_EXTERNAL_PROJECTION | |
Definition at line 41 of file ossimOrthoIgen.h.
| ossimOrthoIgen::ossimOrthoIgen | ( | ) |
Definition at line 150 of file ossimOrthoIgen.cpp.
References ossimString::empty(), ossimPreferences::findPreference(), ossimPreferences::instance(), and ossimString::toBool().
1.8.14