Uses of Interface
uk.ac.rdg.resc.edal.domain.DiscreteDomain
-
Packages that use DiscreteDomain Package Description uk.ac.rdg.resc.edal.domain uk.ac.rdg.resc.edal.feature uk.ac.rdg.resc.edal.grid Classes for handling gridded data.uk.ac.rdg.resc.edal.grid.cdm -
-
Uses of DiscreteDomain in uk.ac.rdg.resc.edal.domain
Subinterfaces of DiscreteDomain in uk.ac.rdg.resc.edal.domain Modifier and Type Interface Description interfaceDiscreteHorizontalDomain<DO>Interface marking a domain which is both aHorizontalDomainand aDiscreteDomain.interfaceDiscretePointDomain<P>ADomainwhose members are pointsinterfaceGridDomainThe domain of aGridFeature, modelled as a composition of a horizontal grid, plus t and z axes.Classes in uk.ac.rdg.resc.edal.domain that implement DiscreteDomain Modifier and Type Class Description classMapDomainImplementation of aMapDomainclassPointCollectionDomainThe domain of aPointCollectionFeature: a set ofHorizontalPositions with a fixed vertical position and timeclassPointDomainThe domain of aTrajectoryFeature: a set of positions in space and time.classSimpleGridDomainclassTrajectoryDomainThe domain of aTrajectoryFeature: a set ofGeoPositions which are ordered in time. -
Uses of DiscreteDomain in uk.ac.rdg.resc.edal.feature
Methods in uk.ac.rdg.resc.edal.feature that return DiscreteDomain Modifier and Type Method Description DiscreteDomain<P,DO>AbstractDiscreteFeature. getDomain()DiscreteDomain<P,DO>DiscreteFeature. getDomain()Constructors in uk.ac.rdg.resc.edal.feature with parameters of type DiscreteDomain Constructor Description AbstractDiscreteFeature(String id, String name, String description, DiscreteDomain<P,DO> domain, Map<String,Parameter> parameters, Map<String,? extends Array<Number>> values) -
Uses of DiscreteDomain in uk.ac.rdg.resc.edal.grid
Subinterfaces of DiscreteDomain in uk.ac.rdg.resc.edal.grid Modifier and Type Interface Description interfaceHorizontalGridA two-dimensional grid in the horizontal plane that is referenced to a 2D horizontal coordinate reference system.interfaceRectilinearGridAHorizontalGridwhose axes in theexternal CRSare aligned with the axes in grid space and are hence separable.interfaceReferenceableAxis<P>A one-dimensional axis of a referenceable frid, which maps between integer indices along the axis and real-world coordinates.interfaceRegularAxisA one-dimensional axis of a Grid, whose coordinate values are regularly spaced.interfaceRegularGridA two-dimensional grid whose coordinate values are equally-spaced along each axis, and whose axes in real space are aligned with the axes in grid space.interfaceStaggeredHorizontalGridAHorizontalGridwhich has a staggered relationship to another grid.interfaceTimeAxisA time axis.interfaceVerticalAxisA vertical axis in a ReferenceableGrid.Classes in uk.ac.rdg.resc.edal.grid that implement DiscreteDomain Modifier and Type Class Description classAbstractCurvilinearGridPartial implementation of aHorizontalGridthat is based upon a curvilinear coordinate system (i.e. one which is defined by explicitly specifying the latitude and longitude coordinates of each grid point.classAbstractHorizontalGridclassAbstractIrregularAxis<T extends Comparable<? super T>>Partial implementation of an irregular axis.classAbstractReferenceableAxis<T extends Comparable<? super T>>Abstract superclass forReferenceableAxisimplementations.classAbstractTransformedGridThis is an abstract implementation of aHorizontalGridfor which there exists a transformation to convert WGS84 to the native CRS.classDefinedBoundsAxisDefines aReferenceableAxiswhere the bounds between cells are explicitly specified.classDefinedStaggeredGridAStaggeredHorizontalGridwhich tracks the original grid and the x/y paddings used, but defers to an explictly-defined grid for referencingclassDerivedStaggeredGridAStaggeredHorizontalGridwhich is derived from its original grid.classHorizontalMeshAn unstructured mesh in the horizontal plane.classLookUpTableGridA HorizontalGrid that is created from a "curvilinear" coordinate system, i.e. one in which the latitude/longitude coordinates of each grid point are specified using two-dimensional coordinate axes, which explicitly give the lat/lon of each point in the horizontal plane.classRectilinearGridImplImmutable implementation of aRectilinearGridusingDoubles.classReferenceableAxisImplImmutable implementation of aReferenceableAxis, whose values are not necessarily regularly spaced along the axis.classRegularAxisImplImmutable implementation of aRegularAxis, whose values are regularly spaced along the axis.classRegularGridImplImmutable implementation of aRegularGrid.classTimeAxisImplAn implementation of aTimeAxisclassVerticalAxisImpl -
Uses of DiscreteDomain in uk.ac.rdg.resc.edal.grid.cdm
Classes in uk.ac.rdg.resc.edal.grid.cdm that implement DiscreteDomain Modifier and Type Class Description classCdmTransformedGridA two-dimensionalHorizontalGridthat uses aProjectionto convert from lat-lon coordinates to grid coordinates.
-