Uses of Interface
uk.ac.rdg.resc.edal.domain.Domain
-
Packages that use Domain Package Description uk.ac.rdg.resc.edal.domain uk.ac.rdg.resc.edal.feature uk.ac.rdg.resc.edal.geometry uk.ac.rdg.resc.edal.grid Classes for handling gridded data.uk.ac.rdg.resc.edal.grid.cdm -
-
Uses of Domain in uk.ac.rdg.resc.edal.domain
Subinterfaces of Domain in uk.ac.rdg.resc.edal.domain Modifier and Type Interface Description interfaceDiscreteDomain<P,DO>ADomainthat consists of a finite number of discrete objects.interfaceDiscreteHorizontalDomain<DO>Interface marking a domain which is both aHorizontalDomainand aDiscreteDomain.interfaceDiscretePointDomain<P>ADomainwhose members are pointsinterfaceExtent<P>Defines a contiguous domain that is defined by "low" and "high" bounds.interfaceGridDomainThe domain of aGridFeature, modelled as a composition of a horizontal grid, plus t and z axes.interfaceHorizontalDomainA two-dimensionalDomainin the horizontal planeinterfaceTemporalDomaininterfaceVerticalDomainADomainrepresenting vertical position.Classes in uk.ac.rdg.resc.edal.domain that implement Domain 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.classSimpleGridDomainclassSimpleHorizontalDomainA simple implementation of aHorizontalDomainclassSimpleTemporalDomainA simpleTemporalDomaincontaining just an extent and aChronologyclassSimpleVerticalDomainA simpleVerticalDomaincontaining just an extent and aVerticalCrsclassTrajectoryDomainThe domain of aTrajectoryFeature: a set ofGeoPositions which are ordered in time. -
Uses of Domain in uk.ac.rdg.resc.edal.feature
Methods in uk.ac.rdg.resc.edal.feature that return Domain Modifier and Type Method Description Domain<P>Feature. getDomain() -
Uses of Domain in uk.ac.rdg.resc.edal.geometry
Subinterfaces of Domain in uk.ac.rdg.resc.edal.geometry Modifier and Type Interface Description interfaceBoundingBoxA rectangular bounding box in the horizontal plane.interfacePolygonA polygon in the horizontal plane, defined by a list of vertices in a given coordinate reference system.Classes in uk.ac.rdg.resc.edal.geometry that implement Domain Modifier and Type Class Description classAbstractPolygonPartial implementation of aPolygon, providing default implementations of thecontains(),hashCode()andequals()methods.classBoundingBoxImplImmutable implementation of aBoundingBox.classSimplePolygonImplementation of aPolygonbased on an ordered list of vertices -
Uses of Domain in uk.ac.rdg.resc.edal.grid
Subinterfaces of Domain in uk.ac.rdg.resc.edal.grid Modifier and Type Interface Description interfaceGridCell2DA cell in aHorizontalGrid.interfaceGridCell4DA cell in aGridDomain, which can have up to four dimensions.interfaceHorizontalCellA cell in a horizontalDomain.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 Domain 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.classGridCell2DImplSimple immutable implementation of a GridCell2D.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.classSimpleGridCell4DclassTimeAxisImplAn implementation of aTimeAxisclassVerticalAxisImpl -
Uses of Domain in uk.ac.rdg.resc.edal.grid.cdm
Classes in uk.ac.rdg.resc.edal.grid.cdm that implement Domain Modifier and Type Class Description classCdmTransformedGridA two-dimensionalHorizontalGridthat uses aProjectionto convert from lat-lon coordinates to grid coordinates.
-