|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
CLASS: ossimDtedFactory. More...
#include <ossimDtedFactory.h>
Public Member Functions | |
| ossimDtedFactory () | |
| ossimDtedFactory (const ossimFilename &dir) | |
| virtual ossimElevSource * | getNewElevSource (const ossimGpt &gpt) const |
| Pure virtual method. More... | |
| virtual void | createIndex () |
Public Member Functions inherited from ossimElevSourceFactory | |
| ossimElevSourceFactory () | |
| default constructor More... | |
| virtual | ~ossimElevSourceFactory () |
| virtual destructor More... | |
| virtual ossimFilename | getDirectory () const |
| virtual void | setDirectory (const ossimFilename &directory) |
Public Member Functions inherited from ossimObject | |
| ossimObject () | |
| virtual | ~ossimObject () |
| virtual ossimObject * | dup () const |
| virtual ossimString | getShortName () const |
| virtual ossimString | getLongName () const |
| virtual ossimString | getDescription () const |
| virtual ossimString | getClassName () const |
| virtual RTTItypeid | getType () const |
| virtual bool | canCastTo (ossimObject *obj) const |
| virtual bool | canCastTo (const RTTItypeid &id) const |
| virtual bool | canCastTo (const ossimString &parentClassName) const |
| virtual bool | saveState (ossimKeywordlist &kwl, const char *prefix=0) const |
| virtual bool | loadState (const ossimKeywordlist &kwl, const char *prefix=0) |
| virtual std::ostream & | print (std::ostream &out) const |
| Generic print method. More... | |
| virtual bool | isEqualTo (const ossimObject &obj, ossimCompareType compareType=OSSIM_COMPARE_FULL) const |
| virtual void | accept (ossimVisitor &visitor) |
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 Member Functions | |
| virtual | ~ossimDtedFactory () |
Protected Member Functions inherited from ossimReferenced | |
| virtual | ~ossimReferenced () |
Additional Inherited Members | |
Protected Attributes inherited from ossimElevSourceFactory | |
| ossimFilename | theDirectory |
CLASS: ossimDtedFactory.
Definition at line 22 of file ossimDtedFactory.h.
| ossimDtedFactory::ossimDtedFactory | ( | ) |
Definition at line 32 of file ossimDtedFactory.cpp.
| ossimDtedFactory::ossimDtedFactory | ( | const ossimFilename & | dir | ) |
Definition at line 36 of file ossimDtedFactory.cpp.
References ossimElevSourceFactory::theDirectory.
|
protectedvirtual |
Definition at line 42 of file ossimDtedFactory.cpp.
|
virtual |
Definition at line 185 of file ossimDtedFactory.cpp.
|
virtual |
Pure virtual method.
return an elevation source pointer that has elevation coverage for the ground point passed in. Note the caller of this method is responsible for managing the memory allocated.
Implements ossimElevSourceFactory.
Definition at line 45 of file ossimDtedFactory.cpp.
1.8.14