Uses of Class
uk.ac.rdg.resc.edal.exceptions.IncorrectDomainException
-
Packages that use IncorrectDomainException Package Description uk.ac.rdg.resc.edal.dataset.plugins Package containing classes pertinent to plugins to generate derived variablesuk.ac.rdg.resc.edal.domain -
-
Uses of IncorrectDomainException in uk.ac.rdg.resc.edal.dataset.plugins
Methods in uk.ac.rdg.resc.edal.dataset.plugins that throw IncorrectDomainException Modifier and Type Method Description protected VariableMetadata
VariablePlugin. newVariableMetadataFromDomains(Parameter parameter, boolean scalar, HorizontalDomain[] hDomains, VerticalDomain[] zDomains, TemporalDomain[] tDomains)
GeneratesVariableMetadata
from the given arguments and domains.protected VariableMetadata
VariablePlugin. newVariableMetadataFromMetadata(Parameter parameter, boolean scalar, VariableMetadata... metadata)
GeneratesVariableMetadata
from the given arguments and metadata. -
Uses of IncorrectDomainException in uk.ac.rdg.resc.edal.domain
Constructors in uk.ac.rdg.resc.edal.domain that throw IncorrectDomainException Constructor Description PointCollectionDomain(List<HorizontalPosition> positions, VerticalPosition zPos, org.joda.time.DateTime time)
TrajectoryDomain(List<GeoPosition> positions)
-