29 #include <ossim/base/ossimTrace.h> 30 static ossimTrace traceExec (
"ossimElevCellHandler:exec");
31 static ossimTrace traceDebug (
"ossimElevCellHandler:debug");
33 static const ossimKeyword DEM_FILENAME_KW (
"dem_filename",
34 "Name of DEM file to load.");
35 static const ossimIpt ZERO_SIZE_IPT (0, 0);
48 theFilename (src.theFilename),
49 theMeanSpacing (src.theMeanSpacing),
50 theAbsLE90 (src.theAbsLE90),
51 theAbsCE90 (src.theAbsCE90)
57 theFilename(filename),
bool canConnectMyInputTo(ossim_int32 inputIndex, const ossimConnectableObject *object) const
METHODS: accuracyLE90(), accuracyCE90() Returns the vertical and horizontal accuracy (90% confidence)...
virtual double getMeanSpacingMeters() const
METHOD: meanSpacingMeters() Implements pure virtual for.
virtual const ossimFilename & getFilename() const
bool hasValidAbsoluteError() const
virtual ~ossimElevCellHandler()
virtual bool getAccuracyInfo(ossimElevationAccuracyInfo &info, const ossimGpt &gpt) const
virtual std::ostream & print(std::ostream &out) const
Outputs theErrorStatus as an ossimErrorCode and an ossimString.
unsigned long long ossim_uint64
ossimFilename theFilename
Virtual method for reading.
#define RTTI_DEF1(cls, name, b1)
std::basic_ostream< char > ostream
Base class for char output streams.