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::AbstractData * | te::gm::GeometryToByteArrayConverter (te::dt::AbstractData *d) throw (Exception) |
It converts a Geometry data value to a ByteArray data value. More... | |
te::dt::AbstractData * | te::gm::GeometryToStringConverter (te::dt::AbstractData *d) throw (Exception) |
It converts a Geometry data value to a String data value. More... | |
te::dt::AbstractData * | te::gm::ByteArrayToGeometryConverter (te::dt::AbstractData *d) |
It converts a ByteArray data value to a Geometry data value. More... | |
te::dt::AbstractData * | te::gm::StringToGeometryConverter (te::dt::AbstractData *d) |
It converts a String data value to a Geometry data value. More... | |
A set of function that convert a Geometry type to other types and vice-versa.
Definition in file GeometryConverters.h.