Configuration flags for the PostGIS Driver Implementation of TerraLib. More...
Go to the source code of this file.
Macros | |
General Defines  | |
Configuring PostGIS support.  | |
| #define | PG__INT2_VECTOR_TYPE 1006 | 
| #define | PG_BOOL_ARRAY_TYPE 1000 | 
| #define | PG_BOOL_TYPE 16 | 
| #define | PG_BYTEA_ARRAY_TYPE 1001 | 
| #define | PG_BYTEA_TYPE 17 | 
| #define | PG_CHAR_ARRAY_TYPE 1002 | 
| #define | PG_CHAR_TYPE 18 | 
| #define | PG_CHARACTER_ARRAY_TYPE 1014 | 
| #define | PG_CHARACTER_TYPE 1042 | 
| #define | PG_DATE_ARRAY_TYPE 1182 | 
| #define | PG_DATE_TYPE 1082 | 
| #define | PG_FLOAT4_ARRAY_TYPE 1021 | 
| #define | PG_FLOAT4_TYPE 700 | 
| #define | PG_FLOAT8_ARRAY_TYPE 1022 | 
| #define | PG_FLOAT8_TYPE 701 | 
| #define | PG_INT2_ARRAY_TYPE 1005 | 
| #define | PG_INT2_TYPE 21 | 
| #define | PG_INT2_VECTOR_TYPE 22 | 
| #define | PG_INT4_ARRAY_TYPE 1007 | 
| #define | PG_INT4_TYPE 23 | 
| #define | PG_INT8_ARRAY_TYPE 1016 | 
| #define | PG_INT8_TYPE 20 | 
| #define | PG_NAME_ARRAY_TYPE 1003 | 
| #define | PG_NAME_TYPE 19 | 
| #define | PG_NUMERIC_ARRAY_TYPE 1231 | 
| #define | PG_NUMERIC_TYPE 1700 | 
| #define | PG_OID_ARRAY_TYPE 1028 | 
| #define | PG_OID_TYPE 26 | 
| #define | PG_OID_VECTOR_TYPE 1013 | 
| #define | PG_TEXT_ARRAY_TYPE 1009 | 
| #define | PG_TEXT_TYPE 25 | 
| #define | PG_TIME_ARRAY_TYPE 1183 | 
| #define | PG_TIME_TYPE 1083 | 
| #define | PG_TIMESTAMP_ARRAY_TYPE 1115 | 
| #define | PG_TIMESTAMP_TYPE 1114 | 
| #define | PG_TIMESTAMPTZ_ARRAY_TYPE 1185 | 
| #define | PG_TIMESTAMPTZ_TYPE 1184 | 
| #define | PG_TIMETZ_ARRAY_TYPE 1270 | 
| #define | PG_TIMETZ_TYPE 1266 | 
| #define | PG_UNKNOW_TYPE -1 | 
| #define | PG_VARCHAR_ARRAY_TYPE 1015 | 
| #define | PG_VARCHAR_TYPE 1043 | 
| #define | PGIS_DEFAULT_CLIENT_ENCODING "UTF8" | 
| The default client encoding when talking with the database.  More... | |
| #define | PGIS_DEFAULT_CONNECT_TIMEOUT "4" | 
| The default maximum wait for connection, in seconds.  More... | |
| #define | PGIS_DEFAULT_INITIAL_POOL_SIZE 4 | 
| This sets the default initial number of connections opened by a connection pool.  More... | |
| #define | PGIS_DEFAULT_MAX_IDLE_TIME 10 | 
| This sets the default maximum time that a connection can be in the pool without being used.  More... | |
| #define | PGIS_DEFAULT_MAX_POOL_SIZE 50 | 
| This sets the default maximum number of connections in the pool.  More... | |
| #define | PGIS_DEFAULT_MIN_POOL_SIZE 2 | 
| This sets the default minimum number of connections to be kept in the pool.  More... | |
| #define | PGIS_DEFAULT_PORT "5432" | 
| The default port used to connect to a PostgreSQL database server.  More... | |
| #define | PGIS_DRIVER_IDENTIFIER "POSTGIS" | 
| The PostGIS driver identifier string.  More... | |
| #define | PGIS_UNKNOWN_SRS -1 | 
| A numeric value to represent a unknown SRS identification in PostGIS.  More... | |
| #define | TERRALIB_RASTER_DRIVER_IDENTIFIER "TEPG" | 
| The TerraLib Raster driver identifier string.  More... | |
PostGIS Compatibility Flags  | |
Flags for constructing compatible WKB format with PostGIS  | |
| #define | TE_EWKB_BBOX_FLAG 0x10000000 | 
| #define | TE_EWKB_M_OFFSET 0x40000000 | 
| #define | TE_EWKB_SRID_FLAG 0x20000000 | 
| #define | TE_EWKB_Z_OFFSET 0x80000000 | 
| #define | TE_EWKB_ZM_OFFSET 0xC0000000 | 
DLL/LIB Module  | |
Flags for building TerraLib as a DLL or as a Static Library  | |
| #define | TEPGISEXPORT | 
| You can use this macro in order to export/import classes and functions from this module.  More... | |
| #define PGIS_DEFAULT_CLIENT_ENCODING "UTF8" | 
| #define PGIS_DEFAULT_CONNECT_TIMEOUT "4" | 
| #define PGIS_DEFAULT_INITIAL_POOL_SIZE 4 | 
| #define PGIS_DEFAULT_MAX_IDLE_TIME 10 | 
| #define PGIS_DEFAULT_MAX_POOL_SIZE 50 | 
| #define PGIS_DEFAULT_MIN_POOL_SIZE 2 | 
| #define PGIS_DEFAULT_PORT "5432" | 
| #define PGIS_DRIVER_IDENTIFIER "POSTGIS" | 
| #define PGIS_UNKNOWN_SRS -1 | 
A numeric value to represent a unknown SRS identification in PostGIS.
| #define TEPGISEXPORT | 
You can use this macro in order to export/import classes and functions from this module.