Uses of Interface
uk.ac.rdg.resc.edal.domain.HorizontalDomain
- 
Packages that use HorizontalDomain Package Description uk.ac.rdg.resc.edal.dataset.plugins Package containing classes pertinent to plugins to generate derived variablesuk.ac.rdg.resc.edal.domain uk.ac.rdg.resc.edal.grid Classes for handling gridded data.uk.ac.rdg.resc.edal.grid.cdm uk.ac.rdg.resc.edal.metadata uk.ac.rdg.resc.edal.util  - 
- 
Uses of HorizontalDomain in uk.ac.rdg.resc.edal.dataset.plugins
Methods in uk.ac.rdg.resc.edal.dataset.plugins with parameters of type HorizontalDomain Modifier and Type Method Description protected VariableMetadataVariablePlugin. newVariableMetadataFromDomains(Parameter parameter, boolean scalar, HorizontalDomain[] hDomains, VerticalDomain[] zDomains, TemporalDomain[] tDomains)GeneratesVariableMetadatafrom the given arguments and domains. - 
Uses of HorizontalDomain in uk.ac.rdg.resc.edal.domain
Subinterfaces of HorizontalDomain in uk.ac.rdg.resc.edal.domain Modifier and Type Interface Description interfaceDiscreteHorizontalDomain<DO>Interface marking a domain which is both aHorizontalDomainand aDiscreteDomain.Classes in uk.ac.rdg.resc.edal.domain that implement HorizontalDomain Modifier and Type Class Description classMapDomainImplementation of aMapDomainclassPointCollectionDomainThe domain of aPointCollectionFeature: a set ofHorizontalPositions with a fixed vertical position and timeclassSimpleHorizontalDomainA simple implementation of aHorizontalDomain - 
Uses of HorizontalDomain in uk.ac.rdg.resc.edal.grid
Subinterfaces of HorizontalDomain 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.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.Classes in uk.ac.rdg.resc.edal.grid that implement HorizontalDomain 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.classAbstractHorizontalGridclassAbstractTransformedGridThis is an abstract implementation of aHorizontalGridfor which there exists a transformation to convert WGS84 to the native CRS.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.classRegularGridImplImmutable implementation of aRegularGrid. - 
Uses of HorizontalDomain in uk.ac.rdg.resc.edal.grid.cdm
Classes in uk.ac.rdg.resc.edal.grid.cdm that implement HorizontalDomain Modifier and Type Class Description classCdmTransformedGridA two-dimensionalHorizontalGridthat uses aProjectionto convert from lat-lon coordinates to grid coordinates. - 
Uses of HorizontalDomain in uk.ac.rdg.resc.edal.metadata
Methods in uk.ac.rdg.resc.edal.metadata that return HorizontalDomain Modifier and Type Method Description HorizontalDomainVariableMetadata. getHorizontalDomain()Returns the horizontal domain of the variable.Constructors in uk.ac.rdg.resc.edal.metadata with parameters of type HorizontalDomain Constructor Description VariableMetadata(Parameter parameter, HorizontalDomain hDomain, VerticalDomain zDomain, TemporalDomain tDomain)Constructs aVariableMetadataobject holding metadata about a plottable variable.VariableMetadata(Parameter parameter, HorizontalDomain hDomain, VerticalDomain zDomain, TemporalDomain tDomain, boolean scalar)Constructs aVariableMetadataobject holding metadata about a variable. - 
Uses of HorizontalDomain in uk.ac.rdg.resc.edal.util
Methods in uk.ac.rdg.resc.edal.util that return HorizontalDomain Modifier and Type Method Description static HorizontalDomainGISUtils. getIntersectionOfHorizontalDomains(HorizontalDomain... domains)Gets the intersection of a number ofHorizontalDomainsMethods in uk.ac.rdg.resc.edal.util with parameters of type HorizontalDomain Modifier and Type Method Description static HorizontalDomainGISUtils. getIntersectionOfHorizontalDomains(HorizontalDomain... domains)Gets the intersection of a number ofHorizontalDomains 
 -