Hermes
 All Data Structures Files Functions Variables Macros Pages
S2T.sql File Reference

File containing the implementation of the SegmentST data type. More...

Functions

interval s2t_temporalbuffersize ()
 
void s2t_temporalbuffersize (interval s2t_temporalbuffersize)
 
integer s2t_spatialbuffersize ()
 
void s2t_spatialbuffersize (integer s2t_spatialbuffersize)
 
text s2t_simplificationmethod ()
 
void s2t_simplificationmethodt (interval samplingperiod)
 
void s2t_simplificationmethoddp (float8 eps)
 
void s2t_simplificationmethoddpp (float8 eps)
 
void s2t_simplificationmethodnone ()
 
text s2t_votingmethod ()
 
void s2t_votingmethod (text s2t_votingmethod)
 
void s2t_votingmethodnone ()
 
float8 s2t_sigma ()
 
void s2t_sigma (float8 s2t_sigma)
 
table s2t_votingsignal ()
 

Detailed Description

File containing the implementation of the SegmentST data type.

Author
Marios Vodas (mvoda.nosp@m.s@gm.nosp@m.ail.c.nosp@m.om).
See also
SegmentST
Spatio-temporal data types

Function Documentation

float8 s2t_sigma ( )
void s2t_sigma ( float8  s2t_sigma)
text s2t_simplificationmethod ( )
void s2t_simplificationmethoddp ( float8  eps)
void s2t_simplificationmethoddpp ( float8  eps)
void s2t_simplificationmethodnone ( )
void s2t_simplificationmethodt ( interval  samplingperiod)
integer s2t_spatialbuffersize ( )
void s2t_spatialbuffersize ( integer  s2t_spatialbuffersize)
interval s2t_temporalbuffersize ( )
void s2t_temporalbuffersize ( interval  s2t_temporalbuffersize)
text s2t_votingmethod ( )
void s2t_votingmethod ( text  s2t_votingmethod)
void s2t_votingmethodnone ( )
table s2t_votingsignal ( )