#include <BufferMemory.h>
  
 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::DataSetTypeConverter > converter, 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 ©InputColumns, const int &levels) | 
| ~BufferMemory () | |
Protected Member Functions | |
| void | dissolveMemory (te::mem::DataSet *outDSet, const int &levels) | 
| te::da::DataSetType * | GetDataSetType () | 
| te::gm::GeomType | getGeomResultType (te::gm::GeomType geom) | 
| te::gm::Geometry * | setBuffer (te::gm::Geometry *geom, const double &distance, const int &level, te::gm::Geometry *&auxGeom) | 
Protected Attributes | |
| int | m_bufferBoundariesRule | 
| int | m_bufferPolygonRule | 
| std::auto_ptr < te::da::DataSetTypeConverter >  | m_converter | 
| bool | m_copyInputColumns | 
| double | m_distance | 
| std::string | m_inDsetName | 
| te::da::DataSourcePtr | m_inDsrc | 
| int | m_levels | 
| const te::da::ObjectIdSet * | m_oidSet | 
| std::string | m_outDsetName | 
| te::da::DataSourcePtr | m_outDsrc | 
Definition at line 55 of file BufferMemory.h.
| te::vp::BufferMemory::BufferMemory | ( | ) | 
| te::vp::BufferMemory::~BufferMemory | ( | ) | 
      
  | 
  protected | 
      
  | 
  protectedinherited | 
      
  | 
  protectedinherited | 
      
  | 
  virtualinherited | 
      
  | 
  virtual | |||||||||||||
Implements te::vp::BufferOp.
      
  | 
  protected | 
      
  | 
  inherited | 
      
  | 
  inherited | 
      
  | 
  inherited | 
      
  | 
  protectedinherited | 
Definition at line 94 of file BufferOp.h.
      
  | 
  protectedinherited | 
Definition at line 93 of file BufferOp.h.
      
  | 
  protectedinherited | 
Definition at line 89 of file BufferOp.h.
      
  | 
  protectedinherited | 
Definition at line 95 of file BufferOp.h.
      
  | 
  protectedinherited | 
Definition at line 92 of file BufferOp.h.
      
  | 
  protectedinherited | 
Definition at line 88 of file BufferOp.h.
      
  | 
  protectedinherited | 
Definition at line 87 of file BufferOp.h.
      
  | 
  protectedinherited | 
Definition at line 96 of file BufferOp.h.
      
  | 
  protectedinherited | 
Definition at line 90 of file BufferOp.h.
      
  | 
  protectedinherited | 
Definition at line 99 of file BufferOp.h.
      
  | 
  protectedinherited | 
Definition at line 98 of file BufferOp.h.