Config.h File Reference

Configuration flags for the Terrralib Spatial Analysis module. More...

Go to the source code of this file.

Macros

#define TE_SA_BAYES_ATTR_NAME   "Bayes"
 
#define TE_SA_BAYESEVENT_ATTR_NAME   "Neigh_Event"
 
#define TE_SA_BAYESPOP_ATTR_NAME   "Neigh_Pop"
 
#define TE_SA_BOXMAP_ATTR_NAME   "BoxMap"
 
#define TE_SA_DISTANCE_ATTR_NAME   "distance"
 
#define TE_SA_G_ATTR_NAME   "G"
 
#define TE_SA_GEOMETRY_ATTR_NAME   "coord"
 
#define TE_SA_GPM_ATTR_PK_NAME   "pk_id"
 
#define TE_SA_GSTAR_ATTR_NAME   "GStar"
 
#define TE_SA_LISAMAP_ATTR_NAME   "LisaMap"
 
#define TE_SA_LISASIGNIFICANCE_ATTR_NAME   "LISASig"
 
#define TE_SA_LOCALMEAN_ATTR_NAME   "LocalMean"
 
#define TE_SA_LOCALMEANWZ_ATTR_NAME   "WZ"
 
#define TE_SA_MODULE_NAME   "te.sa"
 
#define TE_SA_MORANINDEX_ATTR_NAME   "MoranIndex"
 
#define TE_SA_MORANMAP_ATTR_NAME   "MoranMap"
 
#define TE_SA_NUMNEIGHBORS_ATTR_NAME   "NumNeighbors"
 
#define TE_SA_SKATER_ATTR_CLASS_NAME   "cluster"
 
#define TE_SA_SKATER_ATTR_WEIGHT_NAME   "gpm_weight"
 
#define TE_SA_SPG_ATTR_CLASS_NAME   "class"
 
#define TE_SA_SPG_ATTR_GEOM_NAME   "point"
 
#define TE_SA_SPG_ATTR_ID_NAME   "id"
 
#define TE_SA_SPG_ATTR_PK_NAME   "pk_id"
 
#define TE_SA_STDDEVZ_ATTR_NAME   "Z"
 
#define TE_SA_WEIGHT_ATTR_NAME   "weight"
 
DLL/LIB Module

Flags for building TerraLib as a DLL or as a Static Library

#define TESAEXPORT
 You can use this macro in order to export/import classes and functions from this module. More...
 

Detailed Description

Configuration flags for the Terrralib Spatial Analysis module.

Definition in file Config.h.

Macro Definition Documentation

#define TE_SA_BAYES_ATTR_NAME   "Bayes"

Defines the attribute name Bayes used in Bayes operation

Definition at line 77 of file Config.h.

#define TE_SA_BAYESEVENT_ATTR_NAME   "Neigh_Event"

Defines the attribute name NeighEvent used in Local Bayes operation

Definition at line 80 of file Config.h.

#define TE_SA_BAYESPOP_ATTR_NAME   "Neigh_Pop"

Defines the attribute name NeighPop used in Local Bayes operation

Definition at line 83 of file Config.h.

#define TE_SA_BOXMAP_ATTR_NAME   "BoxMap"

Defines the attribute name Box Map used in BoxMap operation

Definition at line 68 of file Config.h.

#define TE_SA_DISTANCE_ATTR_NAME   "distance"

Defines the attribute name used in gpm to identigy the distance information

Definition at line 35 of file Config.h.

#define TE_SA_G_ATTR_NAME   "G"

Defines the attribute name G used in GStatistics operation

Definition at line 44 of file Config.h.

#define TE_SA_GEOMETRY_ATTR_NAME   "coord"

Defines the attribute name used in gpm to identigy the distance information

Definition at line 41 of file Config.h.

#define TE_SA_GPM_ATTR_PK_NAME   "pk_id"

Defines the primary key name pk_id used in Generalized Proximity Matrix operation

Definition at line 32 of file Config.h.

#define TE_SA_GSTAR_ATTR_NAME   "GStar"

Defines the attribute name G* used in GStatistics operation

Definition at line 47 of file Config.h.

#define TE_SA_LISAMAP_ATTR_NAME   "LisaMap"

Defines the attribute name Lisa Map used in LISAMap operation

Definition at line 71 of file Config.h.

#define TE_SA_LISASIGNIFICANCE_ATTR_NAME   "LISASig"

Defines the attribute name LISA Significance used in LisaStatisticalSignificance operation

Definition at line 65 of file Config.h.

#define TE_SA_LOCALMEAN_ATTR_NAME   "LocalMean"

Defines the attribute name LocalMean used in Local Mean operation

Definition at line 50 of file Config.h.

#define TE_SA_LOCALMEANWZ_ATTR_NAME   "WZ"

Defines the attribute name Local Mean of Z (WZ) used in ZAndWZ operation

Definition at line 59 of file Config.h.

#define TE_SA_MODULE_NAME   "te.sa"

Definition at line 29 of file Config.h.

#define TE_SA_MORANINDEX_ATTR_NAME   "MoranIndex"

Defines the attribute name Moran Index used in MoranIndex operation

Definition at line 62 of file Config.h.

#define TE_SA_MORANMAP_ATTR_NAME   "MoranMap"

Defines the attribute name Moran Map used in MoranMap operation

Definition at line 74 of file Config.h.

#define TE_SA_NUMNEIGHBORS_ATTR_NAME   "NumNeighbors"

Defines the attribute name NumNeighbors used in Local Mean operation

Definition at line 53 of file Config.h.

#define TE_SA_SKATER_ATTR_CLASS_NAME   "cluster"

Defines the attribute name SkaterClass used in Skater operation

Definition at line 101 of file Config.h.

#define TE_SA_SKATER_ATTR_WEIGHT_NAME   "gpm_weight"

Defines the attribute name gpm_weight used in Skater operation

Definition at line 98 of file Config.h.

#define TE_SA_SPG_ATTR_CLASS_NAME   "class"

Defines the attribute name class used in Sample Points Generator operation

Definition at line 89 of file Config.h.

#define TE_SA_SPG_ATTR_GEOM_NAME   "point"

Defines the attribute name Point used in Sample Points Generator operation

Definition at line 92 of file Config.h.

#define TE_SA_SPG_ATTR_ID_NAME   "id"

Defines the attribute name Id used in Sample Points Generator operation

Definition at line 86 of file Config.h.

#define TE_SA_SPG_ATTR_PK_NAME   "pk_id"

Defines the primary key name pk_id used in Sample Points Generator operation

Definition at line 95 of file Config.h.

#define TE_SA_STDDEVZ_ATTR_NAME   "Z"

Defines the attribute name Standard Deviation Z used in ZAndWZ operation

Definition at line 56 of file Config.h.

#define TE_SA_WEIGHT_ATTR_NAME   "weight"

Defines the attribute name used in gpm to identigy the distance information

Definition at line 38 of file Config.h.

#define TESAEXPORT

You can use this macro in order to export/import classes and functions from this module.

Note
If you want to compile TerraLib as DLL in Windows, remember to insert TESADLL into the project's list of defines.
If you want to compile TerraLib as an Static Library under Windows, remember to insert the TESASTATIC flag into the project list of defines.

Definition at line 133 of file Config.h.