26#ifndef __TERRALIB_GEOMETRY_INTERNAL_GEOMETRYCONVERTERS_H
27#define __TERRALIB_GEOMETRY_INTERNAL_GEOMETRYCONVERTERS_H
A base class for values that can be retrieved from the data access module.
An exception class for the Geometry module.
Namespace for the Data Type module of TerraLib.
Namespace for the Vector Geometry module of TerraLib.
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.
te::dt::AbstractData * GeometryToStringConverter(te::dt::AbstractData *d)
It converts a Geometry data value to a String data value.
te::dt::AbstractData * GeometryToByteArrayConverter(te::dt::AbstractData *d)
It converts a Geometry data value to a ByteArray data value.