28 #ifndef __TERRALIB_ADDRESSGEOCODING_INTERNAL_ADDRESSGEOCODING_OP_H 
   29 #define __TERRALIB_ADDRESSGEOCODING_INTERNAL_ADDRESSGEOCODING_OP_H 
   33 #include "../dataaccess/dataset/DataSet.h" 
   34 #include "../dataaccess/dataset/DataSetType.h" 
   35 #include "../dataaccess/dataset/ObjectIdSet.h" 
   36 #include "../dataaccess/datasource/DataSource.h" 
   38 #include "../datatype/Property.h" 
   40 #include "../memory/DataSet.h" 
   41 #include "../statistics/core/Enums.h" 
   53   namespace addressgeocoding
 
   64                     std::string inDsetName,
 
   67                     std::string inAddressDsetName);
 
   69       void setParams( std::vector<std::string> associatedProps,
 
   70                       std::string streetNumber);
 
   73                             std::string finalLeft,
 
   74                             std::string initialRight,
 
   75                             std::string finalRight);
 
   78                       std::string m_outDsetName);
 
   86       bool save(std::unique_ptr<te::mem::DataSet> result, std::unique_ptr<te::da::DataSetType> outDsetName);
 
void getLines(te::gm::GeometryCollection *gc, std::vector< te::gm::LineString * > &lines)
 
std::vector< std::string > m_associatedProps
File attributes.
 
void setNumAttributes(std::string initialLeft, std::string finalLeft, std::string initialRight, std::string finalRight)
 
std::string m_initialRight
 
std::unique_ptr< te::da::DataSetType > getOutputDataSetType()
 
te::da::DataSourcePtr m_inAddressDsrc
 
bool save(std::unique_ptr< te::mem::DataSet > result, std::unique_ptr< te::da::DataSetType > outDsetName)
 
std::string m_streetNumber
File attribute that represents the address number.
 
void setOutput(te::da::DataSourcePtr outDsrc, std::string m_outDsetName)
 
void setParams(std::vector< std::string > associatedProps, std::string streetNumber)
 
std::string m_initialLeft
 
void setInput(te::da::DataSourcePtr inDsrc, std::string inDsetName, int inSRID, te::da::DataSourcePtr inAddressDsrc, std::string inAddressDsetName)
 
void getLines(te::gm::Geometry *geom, std::vector< te::gm::LineString * > &lines)
 
void getLines(te::gm::LineString *l, std::vector< te::gm::LineString * > &lines)
 
std::string m_inAddressDsetName
 
te::gm::LineString * getLineString(te::gm::Geometry *geom)
 
te::da::DataSourcePtr m_inDsrc
 
std::string m_outDsetName
 
te::da::DataSourcePtr m_outDsrc
 
It is a collection of other geometric objects.
 
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards.
 
LineString is a curve with linear interpolation between points.
 
boost::shared_ptr< DataSource > DataSourcePtr
 
#define TEADDRESSGEOCODINGEXPORT
You can use this macro in order to export/import classes and functions from this module.
 
Proxy configuration file for TerraView (see terraview_config.h).