terrahs-0.7: A library for GIS Programs in Haskell.ContentsIndex
TerraHS.Algebras.Temporal.DateTime
Documentation
data Date
Constructors
Date (Int, Int, Int)
show/hide Instances
data Time
Constructors
Time (Int, Int, Int)
show/hide Instances
data Duration
Constructors
Duration (Int, Int, Int, Int)
show/hide Instances
data Instant
Constructors
Instant (Date, Time)
show/hide Instances
data Interval
Constructors
Interval (Instant, Instant, Bool, Bool)
show/hide Instances
time2sec :: Time -> Integer
sec2time :: Integer -> Time
sec2duration :: Integer -> Duration
instanttoCalendarTime :: Instant -> CalendarTime
diffInstant :: Instant -> Instant -> Integer
insidei :: Interval -> Interval -> Bool
containsi :: Interval -> Interval -> Bool
before :: Interval -> Interval -> Bool
r_disjoint :: Interval -> Interval -> Bool
disjointi :: Interval -> Interval -> Bool
intercepti :: Interval -> Interval -> Bool
Produced by Haddock version 2.3.0