All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
te::vp::BufferMemory Class Reference

#include <BufferMemory.h>

Inheritance diagram for te::vp::BufferMemory:
te::vp::BufferOp

Public Member Functions

 BufferMemory ()
 
virtual bool paramsAreValid ()
 
bool run () throw (te::common::Exception)
 
void setInput (te::da::DataSourcePtr inDsrc, std::string inDsetName, std::auto_ptr< te::da::DataSetType > inDsetType, const te::da::ObjectIdSet *oidSet=0)
 
void setOutput (te::da::DataSourcePtr outDsrc, std::string dsname)
 
void setParams (const double &distance, const int &bufferPolygonRule, const int &bufferBoundariesRule, const bool &copyInputColumns, const int &levels)
 
 ~BufferMemory ()
 

Protected Member Functions

void dissolveMemory (te::mem::DataSet *outDSet, const int &levels)
 
te::da::DataSetTypeGetDataSetType ()
 
te::gm::GeomType getGeomResultType (te::gm::GeomType geom)
 
te::gm::GeometrysetBuffer (te::gm::Geometry *geom, const double &distance, const int &level, te::gm::Geometry *&auxGeom)
 

Protected Attributes

int m_bufferBoundariesRule
 
int m_bufferPolygonRule
 
bool m_copyInputColumns
 
double m_distance
 
std::string m_inDsetName
 
std::auto_ptr
< te::da::DataSetType
m_inDsetType
 
te::da::DataSourcePtr m_inDsrc
 
int m_levels
 
const te::da::ObjectIdSetm_oidSet
 
std::string m_outDsetName
 
te::da::DataSourcePtr m_outDsrc
 

Detailed Description

Definition at line 55 of file BufferMemory.h.

Constructor & Destructor Documentation

te::vp::BufferMemory::BufferMemory ( )

Definition at line 63 of file BufferMemory.cpp.

te::vp::BufferMemory::~BufferMemory ( )

Definition at line 66 of file BufferMemory.cpp.

Member Function Documentation

te::gm::GeomType te::vp::BufferOp::getGeomResultType ( te::gm::GeomType  geom)
protectedinherited
bool te::vp::BufferOp::paramsAreValid ( )
virtualinherited

Definition at line 77 of file BufferOp.cpp.

Referenced by te::vp::BufferDialog::onOkPushButtonClicked().

te::gm::Geometry * te::vp::BufferMemory::setBuffer ( te::gm::Geometry geom,
const double &  distance,
const int &  level,
te::gm::Geometry *&  auxGeom 
)
protected
void te::vp::BufferOp::setInput ( te::da::DataSourcePtr  inDsrc,
std::string  inDsetName,
std::auto_ptr< te::da::DataSetType inDsetType,
const te::da::ObjectIdSet oidSet = 0 
)
inherited

Definition at line 47 of file BufferOp.cpp.

Referenced by te::vp::BufferDialog::onOkPushButtonClicked().

void te::vp::BufferOp::setOutput ( te::da::DataSourcePtr  outDsrc,
std::string  dsname 
)
inherited

Definition at line 71 of file BufferOp.cpp.

Referenced by te::vp::BufferDialog::onOkPushButtonClicked().

void te::vp::BufferOp::setParams ( const double &  distance,
const int &  bufferPolygonRule,
const int &  bufferBoundariesRule,
const bool &  copyInputColumns,
const int &  levels 
)
inherited

Definition at line 58 of file BufferOp.cpp.

Referenced by te::vp::BufferDialog::onOkPushButtonClicked().

Member Data Documentation

int te::vp::BufferOp::m_bufferBoundariesRule
protectedinherited

Definition at line 94 of file BufferOp.h.

int te::vp::BufferOp::m_bufferPolygonRule
protectedinherited

Definition at line 93 of file BufferOp.h.

bool te::vp::BufferOp::m_copyInputColumns
protectedinherited

Definition at line 95 of file BufferOp.h.

double te::vp::BufferOp::m_distance
protectedinherited

Definition at line 92 of file BufferOp.h.

std::string te::vp::BufferOp::m_inDsetName
protectedinherited

Definition at line 88 of file BufferOp.h.

std::auto_ptr<te::da::DataSetType> te::vp::BufferOp::m_inDsetType
protectedinherited

Definition at line 89 of file BufferOp.h.

te::da::DataSourcePtr te::vp::BufferOp::m_inDsrc
protectedinherited

Definition at line 87 of file BufferOp.h.

int te::vp::BufferOp::m_levels
protectedinherited

Definition at line 96 of file BufferOp.h.

const te::da::ObjectIdSet* te::vp::BufferOp::m_oidSet
protectedinherited

Definition at line 90 of file BufferOp.h.

std::string te::vp::BufferOp::m_outDsetName
protectedinherited

Definition at line 99 of file BufferOp.h.

te::da::DataSourcePtr te::vp::BufferOp::m_outDsrc
protectedinherited

Definition at line 98 of file BufferOp.h.


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