GeometryConverters.h File Reference

A set of function that convert a Geometry type to other types and vice-versa. More...

#include "Exception.h"

Go to the source code of this file.

Namespaces

 te
 URI C++ Library.
 
 te::dt
 Namespace for the Data Type module of TerraLib.
 
 te::gm
 Namespace for the Vector Geometry module of TerraLib.
 

Functions

Geometry Methods

Methods related to Geometry conversion.

te::dt::AbstractDatate::gm::GeometryToByteArrayConverter (te::dt::AbstractData *d) throw (Exception)
 It converts a Geometry data value to a ByteArray data value. More...
 
te::dt::AbstractDatate::gm::GeometryToStringConverter (te::dt::AbstractData *d) throw (Exception)
 It converts a Geometry data value to a String data value. More...
 
te::dt::AbstractDatate::gm::ByteArrayToGeometryConverter (te::dt::AbstractData *d)
 It converts a ByteArray data value to a Geometry data value. More...
 
te::dt::AbstractDatate::gm::StringToGeometryConverter (te::dt::AbstractData *d)
 It converts a String data value to a Geometry data value. More...
 

Detailed Description

A set of function that convert a Geometry type to other types and vice-versa.

Definition in file GeometryConverters.h.