OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Public Member Functions | List of all members
ossimIdentityGeoid Class Reference

Identity geoid. More...

#include <ossimGeoid.h>

Inheritance diagram for ossimIdentityGeoid:
ossimGeoid ossimObject ossimErrorStatusInterface ossimReferenced

Public Member Functions

virtual ossimString getShortName () const
 
virtual bool open (const ossimFilename &, ossimByteOrder)
 
virtual double offsetFromEllipsoid (const ossimGpt &)
 
- Public Member Functions inherited from ossimGeoid
 ossimGeoid ()
 
- Public Member Functions inherited from ossimObject
 ossimObject ()
 
virtual ~ossimObject ()
 
virtual ossimObjectdup () 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 &)
 
ossimReferencedoperator= (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
 
- Public Member Functions inherited from ossimErrorStatusInterface
 ossimErrorStatusInterface ()
 
virtual ~ossimErrorStatusInterface ()
 
virtual ossimErrorCode getErrorStatus () const
 
virtual ossimString getErrorStatusString () const
 
virtual void setErrorStatus (ossimErrorCode error_status) const
 
virtual void setErrorStatus () const
 
virtual void clearErrorStatus () const
 
bool hasError () const
 
virtual std::ostream & print (std::ostream &out) const
 Outputs theErrorStatus as an ossimErrorCode and an ossimString. More...
 

Additional Inherited Members

- Protected Member Functions inherited from ossimGeoid
virtual ~ossimGeoid ()
 
- Protected Member Functions inherited from ossimReferenced
virtual ~ossimReferenced ()
 
- Protected Attributes inherited from ossimErrorStatusInterface
ossimErrorCode theErrorStatus
 

Detailed Description

Identity geoid.

Definition at line 48 of file ossimGeoid.h.

Member Function Documentation

◆ getShortName()

virtual ossimString ossimIdentityGeoid::getShortName ( ) const
inlinevirtual

Reimplemented from ossimObject.

Definition at line 51 of file ossimGeoid.h.

52  {
53  return ossimString("identity");
54  }

◆ offsetFromEllipsoid()

virtual double ossimIdentityGeoid::offsetFromEllipsoid ( const ossimGpt gpt)
inlinevirtual
Returns
The offset from the ellipsoid to the geoid. Returns ossim::nan() if grid does not contain the point.

Implements ossimGeoid.

Definition at line 59 of file ossimGeoid.h.

60  {
61  return 0.0;
62  }

◆ open()

virtual bool ossimIdentityGeoid::open ( const ossimFilename ,
ossimByteOrder   
)
inlinevirtual

Implements ossimGeoid.

Definition at line 55 of file ossimGeoid.h.

56  {
57  return false; // can't be opened
58  }

The documentation for this class was generated from the following file: