TerraLib 4.1
TeGridElement Class Reference

#include <TeStatDataStructures.h>

List of all members.

Public Member Functions

 TeGridElement (TeRaster *rst=0, int col=0, int lin=0)
void setColLin (int col, int lin)
void setRaster (TeRaster *rst)
void addProperty (TeProperty propK)
bool getDoubleProperty (int idx, double &value)
bool setDoubleProperty (int idx, double value)
bool getPropertyValue (const string &, string &value)
bool setPropertyValue (const string &, const string &value)
bool centroid (TeCoord2D &loc)
bool area (double &a)

Public Attributes

int col_
int lin_

Constructor & Destructor Documentation

TeGridElement::TeGridElement ( TeRaster rst = 0,
int  col = 0,
int  lin = 0 
) [inline]

Member Function Documentation

void TeGridElement::addProperty ( TeProperty  propK) [inline]
bool TeGridElement::area ( double &  a) [inline]
bool TeGridElement::centroid ( TeCoord2D loc) [inline]
bool TeGridElement::getDoubleProperty ( int  idx,
double &  value 
) [inline]
bool TeGridElement::getPropertyValue ( const string ,
string value 
) [inline]
void TeGridElement::setColLin ( int  col,
int  lin 
) [inline]
bool TeGridElement::setDoubleProperty ( int  idx,
double  value 
) [inline]
bool TeGridElement::setPropertyValue ( const string ,
const string value 
) [inline]
void TeGridElement::setRaster ( TeRaster rst) [inline]

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines