![]() |
TerraLib 4.1
|
This is the class for TeSqlServerSpatial driver factory. More...
#include <TeAdoSqlServerSpatial.h>
Public Member Functions | |
| TeSqlServerSpatialFactory () | |
| ~TeSqlServerSpatialFactory () | |
Protected Member Functions | |
| TeDatabase * | build (const TeDatabaseFactoryParams &arg) |
This is the class for TeSqlServerSpatial driver factory.
| TeSqlServerSpatialFactory::TeSqlServerSpatialFactory | ( | ) | [inline] |
Default constructor
| TeSqlServerSpatialFactory::~TeSqlServerSpatialFactory | ( | ) | [inline] |
Default Destructor
| TeDatabase* TeSqlServerSpatialFactory::build | ( | const TeDatabaseFactoryParams & | arg | ) | [inline, protected, virtual] |
Implementation for the abstract TeFactory::build.
| arg | A const reference to the parameters used by the database. |
Implements TeFactory< TeDatabase, TeDatabaseFactoryParams >.