OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimElevSourceFactory.h>
Public Member Functions | |
ossimElevSourceFactory () | |
default constructor More... | |
virtual | ~ossimElevSourceFactory () |
virtual destructor More... | |
virtual ossimElevSource * | getNewElevSource (const ossimGpt &gpt) const =0 |
Pure virtual method. More... | |
virtual ossimFilename | getDirectory () const |
virtual void | setDirectory (const ossimFilename &directory) |
![]() | |
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) |
![]() | |
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 | |
ossimFilename | theDirectory |
Additional Inherited Members | |
![]() | |
virtual | ~ossimReferenced () |
ossimElevSourceFactory::ossimElevSourceFactory | ( | ) |
default constructor
Definition at line 26 of file ossimElevSourceFactory.cpp.
|
virtual |
|
virtual |
Definition at line 35 of file ossimElevSourceFactory.cpp.
References theDirectory.
|
pure 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.
Implemented in ossimGeneralRasterElevFactory, ossimSrtmFactory, and ossimDtedFactory.
|
virtual |
directory | The directory to return data from. |
Reimplemented in ossimGeneralRasterElevFactory.
Definition at line 40 of file ossimElevSourceFactory.cpp.
References theDirectory.
Referenced by ossimGeneralRasterElevFactory::setDirectory().
|
protected |
Definition at line 69 of file ossimElevSourceFactory.h.
Referenced by getDirectory(), ossimDtedFactory::ossimDtedFactory(), ossimSrtmFactory::ossimSrtmFactory(), ossimGeneralRasterElevFactory::setDirectory(), and setDirectory().