MeteoIODoc  2.10.0
smet Namespace Reference

Classes

class  SMETException
 A basic exception class adjusted for the needs of the SMET library. More...
 
class  SMETCommon
 A static class to provide basic operations and variables for the libsmet library. More...
 
class  SMETWriter
 The SMETWriter class that enables to write a SMET formatted file. The user constructs a SMETWriter class and fills in the header values Finally the user may call write(...) and pass the data to be written. More...
 
class  SMETReader
 The SMETReader class enables to read a SMET formatted file. Data and header info can be extracted through this class. More...
 

Enumerations

enum  SMETType { ASCII , BINARY }
 
enum  LocationType { WGS84 , EPSG }
 

Enumeration Type Documentation

◆ LocationType

Enumerator
WGS84 
EPSG 

◆ SMETType

Enumerator
ASCII 
BINARY