26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_GEOMETRYCONVERTERS_H 
   27 #define __TERRALIB_GEOMETRY_INTERNAL_GEOMETRYCONVERTERS_H 
  106 #endif  // __TERRALIB_GEOMETRY_INTERNAL_GEOMETRYCONVERTERS_H 
te::dt::AbstractData * StringToGeometryConverter(te::dt::AbstractData *d)
It converts a String data value to a Geometry data value. 
 
te::dt::AbstractData * ByteArrayToGeometryConverter(te::dt::AbstractData *d)
It converts a ByteArray data value to a Geometry data value. 
 
A base class for values that can be retrieved from the data access module. 
 
te::dt::AbstractData * GeometryToStringConverter(te::dt::AbstractData *d)
It converts a Geometry data value to a String data value. 
 
An exception class for the Geometry module. 
 
te::dt::AbstractData * GeometryToByteArrayConverter(te::dt::AbstractData *d)
It converts a Geometry data value to a ByteArray data value.