RVC::RASTERTREND Class Reference

Manages RVC::OBJTYPE_RasterTrend objects. More...

#include <rvc/rasttrnd.h>

Inheritance diagram for RVC::RASTERTREND:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 RASTERTREND (const RVC::RASTERTREND &rhs)
 RASTERTREND ()
virtual ~RASTERTREND ()
double GetOffset () const
INT16 GetOrder () const
double GetScale () const
const DOUBLE_ARRAY< double > & GetTrendList () const
RVC::RASTERTRENDoperator= (const RVC::RASTERTREND &rhs)
void SetOffset (double Offset)
void SetOrder (INT16 order)
void SetScale (double scale)
ERRVALUE SetTrendList (const DOUBLE_ARRAY< double > &TrendList)

Detailed Description

Manages RVC::OBJTYPE_RasterTrend objects.

The interface currently wraps the MfRasterTrend functions.

RVC Object Types that this class supports: RVC::OBJTYPE_RasterTrend.

Default RVC Object Type for this class: RVC::OBJTYPE_RasterTrend.

Valid parents for this class:

Read(), Make() and Write() methods inherited from RVC::SIMPLE class. View RVC::SIMPLE docs for inherited methods


Constructor & Destructor Documentation

RVC::RASTERTREND::RASTERTREND (  ) 
RVC::RASTERTREND::RASTERTREND ( const RVC::RASTERTREND rhs  ) 
virtual RVC::RASTERTREND::~RASTERTREND (  )  [virtual]

Member Function Documentation

double RVC::RASTERTREND::GetOffset (  )  const

Obtain raster trend offset.

Returns:
Raster trend offset
INT16 RVC::RASTERTREND::GetOrder (  )  const

Obtain raster trend order.

Returns:
Raster trend order
double RVC::RASTERTREND::GetScale (  )  const

Obtain raster trend scale.

Returns:
Raster trend scale
const DOUBLE_ARRAY<double>& RVC::RASTERTREND::GetTrendList (  )  const

Obtain raster trend list.

RVC::RASTERTREND& RVC::RASTERTREND::operator= ( const RVC::RASTERTREND rhs  ) 

Assignment.

Reimplemented from RVC::SIMPLE.

void RVC::RASTERTREND::SetOffset ( double  Offset  ) 

Set raster trend offset.

void RVC::RASTERTREND::SetOrder ( INT16  order  ) 

Set raster trend order.

void RVC::RASTERTREND::SetScale ( double  scale  ) 

Set raster trend scale.

ERRVALUE RVC::RASTERTREND::SetTrendList ( const DOUBLE_ARRAY< double > &  TrendList  ) 

Set raster trend list.


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

Generated on Sun Oct 7 21:37:57 2012 for TNTsdk 2012 by  doxygen 1.6.1