Uses of Interface
uk.ac.rdg.resc.edal.domain.TemporalDomain
-
Packages that use TemporalDomain 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.metadata uk.ac.rdg.resc.edal.util -
-
Uses of TemporalDomain in uk.ac.rdg.resc.edal.dataset.plugins
Methods in uk.ac.rdg.resc.edal.dataset.plugins with parameters of type TemporalDomain 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 TemporalDomain in uk.ac.rdg.resc.edal.domain
Classes in uk.ac.rdg.resc.edal.domain that implement TemporalDomain Modifier and Type Class Description classSimpleTemporalDomainA simpleTemporalDomaincontaining just an extent and aChronology -
Uses of TemporalDomain in uk.ac.rdg.resc.edal.grid
Subinterfaces of TemporalDomain in uk.ac.rdg.resc.edal.grid Modifier and Type Interface Description interfaceTimeAxisA time axis.Classes in uk.ac.rdg.resc.edal.grid that implement TemporalDomain Modifier and Type Class Description classTimeAxisImplAn implementation of aTimeAxis -
Uses of TemporalDomain in uk.ac.rdg.resc.edal.metadata
Methods in uk.ac.rdg.resc.edal.metadata that return TemporalDomain Modifier and Type Method Description TemporalDomainVariableMetadata. getTemporalDomain()Returns the temporal domain of the variableConstructors in uk.ac.rdg.resc.edal.metadata with parameters of type TemporalDomain 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 TemporalDomain in uk.ac.rdg.resc.edal.util
Methods in uk.ac.rdg.resc.edal.util that return TemporalDomain Modifier and Type Method Description static TemporalDomainGISUtils. getIntersectionOfTemporalDomains(TemporalDomain... domains)Gets the intersection of a number ofTemporalDomainsMethods in uk.ac.rdg.resc.edal.util with parameters of type TemporalDomain Modifier and Type Method Description static org.joda.time.DateTimeGISUtils. getClosestTimeTo(org.joda.time.DateTime targetTime, TemporalDomain tDomain)Returns the closest time within a temporal domain to the given time.static org.joda.time.DateTimeGISUtils. getClosestToCurrentTime(TemporalDomain tDomain)Returns the closest time to the current time from a list of valuesstatic TemporalDomainGISUtils. getIntersectionOfTemporalDomains(TemporalDomain... domains)Gets the intersection of a number ofTemporalDomainsstatic booleanGISUtils. isTemporalDomainTimeAxis(TemporalDomain domain)Tests whether aTemporalDomainis discrete.
-