TerraLib 4.1
TeRepresentation Struct Reference

A class to supporting a geometrical representation. More...

#include <TeRepresentation.h>

List of all members.

Public Member Functions

 TeRepresentation ()
 Constructor.

Public Attributes

int id_
 representation unique dabatase identifier
TeGeomRep geomRep_
 representation type (
std::string tableName_
 name of the table that stores the geometries associated to this representation
TeBox box_
 representation bounding box
std::string description_
 representation description
double resX_
 the x resolution of the layer cell set geometry
double resY_
 the y resolution of the layer cell set geometry
int nCols_
 number of columns in raster geometry
int nLins_
 number of columns in raster geometry

Detailed Description

A class to supporting a geometrical representation.

Examples:

addGeomRepresentation.cpp, databaseQuery.cpp, and databaseSQLQuery.cpp.


Constructor & Destructor Documentation

TeRepresentation::TeRepresentation ( ) [inline]

Constructor.


Member Data Documentation

representation bounding box

representation description

representation type (

representation unique dabatase identifier

number of columns in raster geometry

number of columns in raster geometry

the x resolution of the layer cell set geometry

the y resolution of the layer cell set geometry

name of the table that stores the geometries associated to this representation

Examples:
addGeomRepresentation.cpp, databaseQuery.cpp, and databaseSQLQuery.cpp.

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