Package uk.ac.rdg.resc.edal.domain
-
Interface Summary Interface Description DiscreteDomain<P,DO> ADomain
that consists of a finite number of discrete objects.DiscreteHorizontalDomain<DO> Interface marking a domain which is both aHorizontalDomain
and aDiscreteDomain
.DiscretePointDomain<P> ADomain
whose members are pointsDomain<P> An object describing a spatial domain.Extent<P> Defines a contiguous domain that is defined by "low" and "high" bounds.GridDomain The domain of aGridFeature
, modelled as a composition of a horizontal grid, plus t and z axes.HorizontalDomain A two-dimensionalDomain
in the horizontal planeTemporalDomain VerticalDomain ADomain
representing vertical position. -
Class Summary Class Description MapDomain Implementation of aMapDomain
PointCollectionDomain The domain of aPointCollectionFeature
: a set ofHorizontalPosition
s with a fixed vertical position and timePointDomain The domain of aTrajectoryFeature
: a set of positions in space and time.SimpleGridDomain SimpleHorizontalDomain A simple implementation of aHorizontalDomain
SimpleTemporalDomain A simpleTemporalDomain
containing just an extent and aChronology
SimpleVerticalDomain A simpleVerticalDomain
containing just an extent and aVerticalCrs
TrajectoryDomain The domain of aTrajectoryFeature
: a set ofGeoPosition
s which are ordered in time.