Configuration flags for the Terrralib Spatial Analysis module. More...
#include "../Config.h"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... | |
Configuration flags for the Terrralib Spatial Analysis module.
Definition in file Config.h.
| #define TE_SA_BAYES_ATTR_NAME "Bayes" | 
Defines the attribute name Bayes used in Bayes operation
Definition at line 80 of file Config.h.
Referenced by te::sa::CreateBayesGrouping(), te::sa::BayesGlobalOperation::createDataSet(), te::sa::BayesLocalOperation::createDataSet(), te::sa::BayesGlobalOperation::createDataSetType(), te::sa::BayesLocalOperation::createDataSetType(), te::sa::BayesGlobalOperation::execute(), and te::sa::BayesLocalOperation::execute().
| #define TE_SA_BAYESEVENT_ATTR_NAME "Neigh_Event" | 
Defines the attribute name NeighEvent used in Local Bayes operation
Definition at line 83 of file Config.h.
Referenced by te::sa::BayesLocalOperation::createDataSet(), te::sa::BayesLocalOperation::createDataSetType(), and te::sa::BayesLocalOperation::execute().
| #define TE_SA_BAYESPOP_ATTR_NAME "Neigh_Pop" | 
Defines the attribute name NeighPop used in Local Bayes operation
Definition at line 86 of file Config.h.
Referenced by te::sa::BayesLocalOperation::createDataSet(), te::sa::BayesLocalOperation::createDataSetType(), and te::sa::BayesLocalOperation::execute().
| #define TE_SA_BOXMAP_ATTR_NAME "BoxMap" | 
Defines the attribute name Box Map used in BoxMap operation
Definition at line 71 of file Config.h.
Referenced by te::sa::BoxMap(), and te::sa::MoranMap().
| #define TE_SA_DISTANCE_ATTR_NAME "distance" | 
Defines the attribute name used in gpm to identigy the distance information
Definition at line 38 of file Config.h.
Referenced by te::sa::GPMConstructorAbstractStrategy::createDistanceAttribute(), and te::sa::GPMWeightsAbstractStrategy::getDistanceAttributeIndex().
| #define TE_SA_G_ATTR_NAME "G" | 
Defines the attribute name G used in GStatistics operation
Definition at line 47 of file Config.h.
Referenced by te::sa::GStatistics().
| #define TE_SA_GEOMETRY_ATTR_NAME "coord" | 
Defines the attribute name used in gpm to identigy the distance information
Definition at line 44 of file Config.h.
Referenced by te::sa::SpatialWeightsExchanger::associateGeometry(), te::sa::GeneralizedProximityMatrix::createDataSetType(), te::sa::GPMConstructorAbstractStrategy::createVertexObjects(), and te::sa::GeneralizedProximityMatrix::getGPMPropertyMap().
| #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 35 of file Config.h.
Referenced by te::sa::GeneralizedProximityMatrix::createDataSetType().
| #define TE_SA_GSTAR_ATTR_NAME "GStar" | 
Defines the attribute name G* used in GStatistics operation
Definition at line 50 of file Config.h.
Referenced by te::sa::GStatistics().
| #define TE_SA_LISAMAP_ATTR_NAME "LisaMap" | 
Defines the attribute name Lisa Map used in LISAMap operation
Definition at line 74 of file Config.h.
Referenced by te::sa::LISAMap(), and te::sa::MoranMap().
| #define TE_SA_LISASIGNIFICANCE_ATTR_NAME "LISASig" | 
Defines the attribute name LISA Significance used in LisaStatisticalSignificance operation
Definition at line 68 of file Config.h.
Referenced by te::sa::LISAMap(), and te::sa::LisaStatisticalSignificance().
| #define TE_SA_LOCALMEAN_ATTR_NAME "LocalMean" | 
Defines the attribute name LocalMean used in Local Mean operation
Definition at line 53 of file Config.h.
Referenced by te::sa::LocalMean().
| #define TE_SA_LOCALMEANWZ_ATTR_NAME "WZ" | 
Defines the attribute name Local Mean of Z (WZ) used in ZAndWZ operation
Definition at line 62 of file Config.h.
Referenced by te::sa::BoxMap(), te::sa::MoranIndex(), and te::sa::ZAndWZ().
| #define TE_SA_MODULE_NAME "te.sa" | 
Definition at line 32 of file Config.h.
Referenced by te::sa::Module::Module(), and te::sa::Module::~Module().
| #define TE_SA_MORANINDEX_ATTR_NAME "MoranIndex" | 
Defines the attribute name Moran Index used in MoranIndex operation
Definition at line 65 of file Config.h.
Referenced by te::sa::LisaStatisticalSignificance(), and te::sa::MoranIndex().
| #define TE_SA_MORANMAP_ATTR_NAME "MoranMap" | 
Defines the attribute name Moran Map used in MoranMap operation
Definition at line 77 of file Config.h.
Referenced by te::sa::MoranMap().
| #define TE_SA_NUMNEIGHBORS_ATTR_NAME "NumNeighbors" | 
Defines the attribute name NumNeighbors used in Local Mean operation
Definition at line 56 of file Config.h.
Referenced by te::sa::LisaStatisticalSignificance(), and te::sa::LocalMean().
| #define TE_SA_SKATER_ATTR_CLASS_NAME "cluster" | 
Defines the attribute name SkaterClass used in Skater operation
Definition at line 104 of file Config.h.
Referenced by te::sa::SkaterOperation::createDataSet(), te::sa::SkaterOperation::createDataSetType(), and te::sa::CreateSkaterGrouping().
| #define TE_SA_SKATER_ATTR_WEIGHT_NAME "gpm_weight" | 
Defines the attribute name gpm_weight used in Skater operation
Definition at line 101 of file Config.h.
Referenced by te::sa::SkaterOperation::execute(), and te::sa::MinimumSpanningTree::kruskal().
| #define TE_SA_SPG_ATTR_CLASS_NAME "class" | 
Defines the attribute name class used in Sample Points Generator operation
Definition at line 92 of file Config.h.
Referenced by te::sa::SamplePointsGeneratorStratified::createDataSetType(), te::sa::CreateSampleGeneratorStratifiedGrouping(), and te::sa::SamplePointsGeneratorStratified::generateSamples().
| #define TE_SA_SPG_ATTR_GEOM_NAME "point" | 
Defines the attribute name Point used in Sample Points Generator operation
Definition at line 95 of file Config.h.
Referenced by te::sa::SamplePointsGeneratorRandom::createDataSetType(), te::sa::SamplePointsGeneratorStratified::createDataSetType(), te::sa::SamplePointsGeneratorRandom::generateSamples(), and te::sa::SamplePointsGeneratorStratified::generateSamples().
| #define TE_SA_SPG_ATTR_ID_NAME "id" | 
Defines the attribute name Id used in Sample Points Generator operation
Definition at line 89 of file Config.h.
Referenced by te::sa::SamplePointsGeneratorRandom::createDataSetType(), te::sa::SamplePointsGeneratorStratified::createDataSetType(), te::sa::SamplePointsGeneratorRandom::generateSamples(), and te::sa::SamplePointsGeneratorStratified::generateSamples().
| #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 98 of file Config.h.
Referenced by te::sa::SamplePointsGeneratorRandom::createDataSetType(), and te::sa::SamplePointsGeneratorStratified::createDataSetType().
| #define TE_SA_STDDEVZ_ATTR_NAME "Z" | 
Defines the attribute name Standard Deviation Z used in ZAndWZ operation
Definition at line 59 of file Config.h.
Referenced by te::sa::BoxMap(), te::sa::LisaStatisticalSignificance(), te::sa::MoranIndex(), and te::sa::ZAndWZ().
| #define TE_SA_WEIGHT_ATTR_NAME "weight" | 
Defines the attribute name used in gpm to identigy the distance information
Definition at line 41 of file Config.h.
Referenced by te::sa::GPMWeightsAbstractStrategy::createWeightAttribute(), te::sa::SpatialWeightsExchanger::importFromGWT(), te::sa::LocalMean(), te::sa::MoranIndex(), and te::sa::ZAndWZ().
| #define TESAEXPORT | 
You can use this macro in order to export/import classes and functions from this module.