src/terralib/ado/Globals.cpp
Go to the documentation of this file.
1 /* Copyright (C) 2008 National Institute For Space Research (INPE) - Brazil.
2 
3  This file is part of the TerraLib - a Framework for building GIS enabled applications.
4 
5  TerraLib is free software: you can redistribute it and/or modify
6  it under the terms of the GNU Lesser General Public License as published by
7  the Free Software Foundation, either version 3 of the License,
8  or (at your option) any later version.
9 
10  TerraLib is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  GNU Lesser General Public License for more details.
14 
15  You should have received a copy of the GNU Lesser General Public License
16  along with TerraLib. See COPYING. If not, write to
17  TerraLib Team at <terralib-team@terralib.org>.
18  */
19 
20 /*!
21  \file terralib/ado/Globals.cpp
22 
23  \brief An static class with global definitions.
24 */
25 
26 // TerraLib
27 #include "Globals.h"
28 
30 
33 
34 const std::string te::ado::Globals::sm_geometryTypeName("GEOMETRY");
35 const std::string te::ado::Globals::sm_pointTypeName("POINT");
36 const std::string te::ado::Globals::sm_lineStringTypeName("LINESTRING");
37 const std::string te::ado::Globals::sm_polygonTypeName("POLYGON");
38 const std::string te::ado::Globals::sm_multiPointTypeName("MULTIPOINT");
39 const std::string te::ado::Globals::sm_multiLineStringTypeName("MULTILINESTRING");
40 const std::string te::ado::Globals::sm_multiPolygonTypeName("MULTIPOLYGON");
41 const std::string te::ado::Globals::sm_curvePolygonTypeName("CURVE");
42 const std::string te::ado::Globals::sm_polyhedralSurfaceTypeName("POLYHEDRALSURFACE");
43 const std::string te::ado::Globals::sm_geometryZTypeName("GEOMETRYZ");
44 const std::string te::ado::Globals::sm_pointZTypeName("POINTZ");
45 const std::string te::ado::Globals::sm_lineStringZTypeName("LINESTRINGZ");
46 const std::string te::ado::Globals::sm_polygonZTypeName("POLYGONZ");
47 const std::string te::ado::Globals::sm_multiPointZTypeName("MULTIPOINTZ");
48 const std::string te::ado::Globals::sm_multiLineStringZTypeName("MULTILINESTRINGZ");
49 const std::string te::ado::Globals::sm_multiPolygonZTypeName("MULTIPOLYGONZ");
50 const std::string te::ado::Globals::sm_curvePolygonZTypeName("CURVEZ");
51 const std::string te::ado::Globals::sm_polyhedralSurfaceZTypeName("POLYHEDRALSURFACEZ");
52 const std::string te::ado::Globals::sm_geometryMTypeName("GEOMETRYM");
53 const std::string te::ado::Globals::sm_pointMTypeName("POINTM");
54 const std::string te::ado::Globals::sm_lineStringMTypeName("LINESTRINGM");
55 const std::string te::ado::Globals::sm_polygonMTypeName("POLYGONM");
56 const std::string te::ado::Globals::sm_multiPointMTypeName("MULTIPOINTM");
57 const std::string te::ado::Globals::sm_multiLineStringMTypeName("MULTILINESTRINGM");
58 const std::string te::ado::Globals::sm_multiPolygonMTypeName("MULTIPOLYGONM");
59 const std::string te::ado::Globals::sm_curvePolygonMTypeName("CURVEM");
60 const std::string te::ado::Globals::sm_polyhedralSurfaceMTypeName("POLYHEDRALSURFACEM");
61 const std::string te::ado::Globals::sm_geometryZMTypeName("GEOMETRYZM");
62 const std::string te::ado::Globals::sm_pointZMTypeName("POINTZM");
63 const std::string te::ado::Globals::sm_lineStringZMTypeName("LINESTRINGZM");
64 const std::string te::ado::Globals::sm_polygonZMTypeName("POLYGONZM");
65 const std::string te::ado::Globals::sm_multiPointZMTypeName("MULTIPOINTZM");
66 const std::string te::ado::Globals::sm_multiLineStringZMTypeName("MULTILINESTRINGZM");
67 const std::string te::ado::Globals::sm_multiPolygonZMTypeName("MULTIPOLYGONZM");
68 const std::string te::ado::Globals::sm_curvePolygonZMTypeName("CURVEZM");
69 const std::string te::ado::Globals::sm_polyhedralSurfaceZMTypeName("POLYHEDRALSURFACEZM");
70 
static const std::string sm_multiPointZTypeName
static te::da::DataSourceCapabilities * sm_capabilities
The query dialect supported by ADO driver.
static const std::string sm_multiPolygonZMTypeName
static const std::string sm_lineStringZMTypeName
static const std::string sm_polyhedralSurfaceTypeName
static const std::string sm_polyhedralSurfaceZTypeName
static const std::string sm_geometryZTypeName
static const std::string sm_polygonZTypeName
static const std::string sm_polygonTypeName
It represents the SQL query dialect accepted by a given data source.
Definition: SQLDialect.h:55
An static class with global definitions.
static const std::string sm_multiPointZMTypeName
A class that represents the known capabilities of a specific data source, i.e. this class informs all...
static const std::string sm_curvePolygonZMTypeName
static const std::string sm_pointTypeName
static const std::string sm_polyhedralSurfaceMTypeName
static const std::string sm_polygonZMTypeName
static const std::string sm_geometryZMTypeName
static const std::string sm_multiLineStringTypeName
static const std::string sm_pointMTypeName
static te::da::SQLDialect * sm_queryDialect
The query dialect supported by ADO driver.
static const std::string sm_pointZTypeName
static const std::string sm_multiPointTypeName
static const std::string sm_lineStringMTypeName
static const std::string sm_multiLineStringZTypeName
static const std::string sm_geometryTypeName
static const std::string sm_geometryMTypeName
static const std::string sm_lineStringZTypeName
static const std::string sm_multiPolygonTypeName
static const std::string sm_multiLineStringZMTypeName
static const std::string sm_multiPointMTypeName
static const std::string sm_driverIdentifier
The ADO driver identifier.
static const std::string sm_multiPolygonZTypeName
static const std::string sm_polygonMTypeName
static const std::string sm_polyhedralSurfaceZMTypeName
static const std::string sm_pointZMTypeName
#define ADO_DRIVER_IDENTIFIER
The ADO driver identifier string.
static const std::string sm_multiLineStringMTypeName
static const std::string sm_curvePolygonMTypeName
static const std::string sm_lineStringTypeName
static const std::string sm_multiPolygonMTypeName
static const std::string sm_curvePolygonZTypeName
static const std::string sm_curvePolygonTypeName