26#ifndef __TERRALIB_GRAPH_INTERNAL_GRAPHMETADATA_H 
   27#define __TERRALIB_GRAPH_INTERNAL_GRAPHMETADATA_H 
   39  namespace da { 
class DataSource; }
 
   40  namespace dt { 
class Property; }
 
   41  namespace gm { 
class Envelope; }
 
   73        virtual void load(
int id) { };
 
An abstract class for data providers like a DBMS, Web Services or a regular file.
 
It models a property definition.
 
An Envelope defines a 2D rectangular region.
 
This class is used to define a set of properties of a Edge.
 
This class is used to define a set of properties of a Vertex.
 
#define TEGRAPHEXPORT
You can use this macro in order to export/import classes and functions from this module.