All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SpatialWeightsExchanger.h File Reference

This class defines functions used to load and save gpm's using GAL and GWT formats, both formats use a ' ' as separator. More...

#include "../Config.h"
#include <map>
#include <string>

Go to the source code of this file.

Classes

class  te::sa::SpatialWeightsExchanger
 This class defines functions used to load and save gpm's using GAL and GWT formats, both formats use a ' ' as separator. More...
 

Namespaces

 te
 URI C++ Library.
 
 te::da
 Namespace for the DataAccess API of TerraLib.
 
 te::sa
 Namespace for the TerraLib SA module.
 

Detailed Description

This class defines functions used to load and save gpm's using GAL and GWT formats, both formats use a ' ' as separator.

GAL FORMAT

0 NUMBER_OBSERVATIONS DATASET_NAME ATTRIBUTE_ID_NAME (HEADER LINE) OBSERVATION_ID NUMBER_NEIGHBOURS NEIGHBOURS_1 NEIGHBOURS_2 ... NEIGHBOURS_N OBSERVATION_ID NUMBER_NEIGHBOURS NEIGHBOURS_1 NEIGHBOURS_2 ... NEIGHBOURS_N ...

GWT FORMAT

0 NUMBER_OBSERVATIONS DATASET_NAME ATTRIBUTE_ID_NAME (HEADER LINE) OBSERVATION_ID_FROM OBSERVATION_ID_TO DISTANCE OBSERVATION_ID_FROM OBSERVATION_ID_TO DISTANCE OBSERVATION_ID_FROM OBSERVATION_ID_TO DISTANCE ...

Definition in file SpatialWeightsExchanger.h.