28 #ifndef __TERRALIB_LAYOUT_INTERNAL_TEMPLATE_FACTORY_H  
   29 #define __TERRALIB_LAYOUT_INTERNAL_TEMPLATE_FACTORY_H 
   32 #include "../pattern/factory/AbstractTemplateFactory.h" 
   33 #include "../Config.h" 
#define TELAYOUTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
Abstract Factory provide an interface for creating families of related or dependent templates without...
 
Parameters to creation new template object. 
 
Factory for creating families of related or dependent templates. 
 
Abstract class that represents a Template. 
 
Class that represents the value of an enumeration. An enumeration is made of "1..n" objects EnumType...