28#ifndef __TERRALIB_ADDRESSGEOCODING_INTERNAL_ADDRESSGEOCODING_OP_H
29#define __TERRALIB_ADDRESSGEOCODING_INTERNAL_ADDRESSGEOCODING_OP_H
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);
86 bool save(std::unique_ptr<te::mem::DataSet> result, std::unique_ptr<te::da::DataSetType> outDsetName);
A class that models the description of a dataset.
This class represents a set of unique ids created in the same context. i.e. from the same data set.
It models a property definition.
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
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
std::unique_ptr< te::da::DataSetType > getOutputDataSetType()
te::da::DataSourcePtr m_inDsrc
std::string m_outDsetName
te::da::DataSourcePtr m_outDsrc
te::gm::LineString * getLineString(te::gm::Geometry *geom)
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.
A dataset is the unit of information manipulated by the data access module of TerraLib.
An abstract class for data providers like a DBMS, Web Services or a regular file.
Implementation of a random-access dataset class for the TerraLib In-Memory Data Access driver.
boost::shared_ptr< DataSource > DataSourcePtr
Enumerations related to Vector Processing module.
Configuration flags for the Terrralib Address Geocoding module.
#define TEADDRESSGEOCODINGEXPORT
You can use this macro in order to export/import classes and functions from this module.