26 #ifndef __TERRALIB_DATATYPE_INTERNAL_ARRAYPROPERTY_H 
   27 #define __TERRALIB_DATATYPE_INTERNAL_ARRAYPROPERTY_H 
   67                       bool isRequired = 
false,
 
   68                       std::string* defaultValue = 0,
 
  127 #endif  // __TERRALIB_DATATYPE_INTERNAL_ARRAYPROPERTY_H 
An atomic property like an integer or double. 
 
Property * m_elementType
The data type of array elements. 
 
It models a property definition. 
 
#define TEDATATYPEEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
Property * getElementType() const 
It returns the type of array elements. 
 
The type for variable-length multidimensional arrays. 
 
An atomic property like an integer or double.