DoubleConverters.h File Reference

A set of function that convert a Double type to other types. More...

#include "Exception.h"
#include "Config.h"

Go to the source code of this file.

Namespaces

 te
 TerraLib.
 
 te::dt
 Namespace for the Data Type module of TerraLib.
 

Functions

Double Methods

Methods related to Double conversion.

TEDATATYPEEXPORT void te::dt::AssertDouble (AbstractData *d) throw (Exception)
 Auxiliary method that asserts that the given data is an Double type. More...
 
TEDATATYPEEXPORT AbstractData * te::dt::DoubleToBooleanConverter (AbstractData *d) throw (Exception)
 It converts an Double data value to a boolean data value. More...
 
TEDATATYPEEXPORT AbstractData * te::dt::DoubleToCharConverter (AbstractData *d) throw (Exception)
 It converts an Double data value to a char data value. More...
 
TEDATATYPEEXPORT AbstractData * te::dt::DoubleToDoubleConverter (AbstractData *d) throw (Exception)
 It converts an Double data value to a double value. More...
 
TEDATATYPEEXPORT AbstractData * te::dt::DoubleToFloatConverter (AbstractData *d) throw (Exception)
 It converts an Double data value to a float value. More...
 
TEDATATYPEEXPORT AbstractData * te::dt::DoubleToInt16Converter (AbstractData *d) throw (Exception)
 It converts an Double data value to a Int16 data value. More...
 
TEDATATYPEEXPORT AbstractData * te::dt::DoubleToInt32Converter (AbstractData *d) throw (Exception)
 It converts an Double data value to an Int32 data value. More...
 
TEDATATYPEEXPORT AbstractData * te::dt::DoubleToInt64Converter (AbstractData *d) throw (Exception)
 It converts an Double data value to a Int64 data value. More...
 
TEDATATYPEEXPORT AbstractData * te::dt::DoubleToNumericConverter (AbstractData *d) throw (Exception)
 It converts an Double data value to Numeric data value. More...
 
TEDATATYPEEXPORT AbstractData * te::dt::DoubleToStringConverter (AbstractData *d) throw (Exception)
 It converts an Double data value to a string data value. More...
 
TEDATATYPEEXPORT AbstractData * te::dt::DoubleToUCharConverter (AbstractData *d) throw (Exception)
 It converts an Double data value to an unsigned char data value. More...
 
TEDATATYPEEXPORT AbstractData * te::dt::DoubleToUInt16Converter (AbstractData *d) throw (Exception)
 It converts an Double data value to an unsigned Int16 data value. More...
 
TEDATATYPEEXPORT AbstractData * te::dt::DoubleToUInt32Converter (AbstractData *d) throw (Exception)
 It converts an Double data value to an unsigned Int32 data value. More...
 
TEDATATYPEEXPORT AbstractData * te::dt::DoubleToUInt64Converter (AbstractData *d) throw (Exception)
 It converts an Double data value to an unsigned Int64 data value. More...
 

Detailed Description

A set of function that convert a Double type to other types.

Definition in file DoubleConverters.h.