meta library

Temporal data structures (instant, interval) and spatial extents.

This libary exports a subset of package:geobase/geobase.dart.

Usage: import package:geobase/meta.dart

Classes

GeoExtent
A geospatial extent with spatial and optional temporal parts.
Instant
An instant with a timestamp.
Interval
An interval between optional start and end instants.
SpatialExtent<T extends Box>
An extent with 1 to N bounding boxes in defined coordinate reference system.
Temporal
A base class for temporal objects like instants and intervals.
TemporalExtent
An extent with 1 to N intervals in defined temporal coordinate reference system.