Home
 

REFERENCE MANUAL
Cartes & Données

Introduction

The REFERENCE MANUAL chapter describes the functionalities of all the modules presents in C&D, in all its versions, including C&D Vision. Each module is described as below:


or or or Name of module

Inputs            
Output            

PC display
   

Mac display
   

Description:

Detailed description of the module.

Script:

2      module untyped_list ""
3        mod_type integer "102"
.....


Inputs/Output

To find out whether two modules can be connected, you just have to get the output type of the first one to correspond to the input type of the second one. For example, a quantification module can receive continuous data as inputs, so it accepts as an input the statistical data module, or the calculation module, or the grid module, etc.

Here is a list (open to change) of the possible types:

  • Working map
  • Continuous data
  • Discrete data
  • Qualitative data
  • Alphabetical data
  • Continuous matrix
  • Discrete matrix
  • Specific Principal Component Analysis matrix
  • Drawing to be displayed (coming from a representation module)
  • None

There can be several types of input for a particular module, and some of them can be optional. The number of input connections is often limited.
The output, on the other hand, is of only one possible type, and the number of output connections is always unlimited or zero.

Display

The parametrizing window gives the options and functionalities for the module and its caption.

Versions of Cartes & Données

The versions in which the module is available are given in full.

Script

The use of script is reserved for experienced users when programming Cartes & Données and for use by exterior tools.