Uses of Interface
uk.ac.rdg.resc.edal.util.Array
-
Packages that use Array Package Description uk.ac.rdg.resc.edal.domain uk.ac.rdg.resc.edal.feature uk.ac.rdg.resc.edal.graphics.utils Utilities to serialise/deserialise the styles in the parent package, as well as other shared classesuk.ac.rdg.resc.edal.grid Classes for handling gridded data.uk.ac.rdg.resc.edal.util -
-
Uses of Array in uk.ac.rdg.resc.edal.domain
Methods in uk.ac.rdg.resc.edal.domain that return Array Modifier and Type Method Description Array<DO>DiscreteDomain. getDomainObjects()Returns anArrayof domain objects that comprise this domain.Array<GridCell4D>SimpleGridDomain. getDomainObjects() -
Uses of Array in uk.ac.rdg.resc.edal.feature
Methods in uk.ac.rdg.resc.edal.feature that return Array Modifier and Type Method Description Array<Number>AbstractDiscreteFeature. getValues(String paramId)Array<Number>DiscreteFeature. getValues(String paramId)Gets the array of values for the given parameter. -
Uses of Array in uk.ac.rdg.resc.edal.graphics.utils
Classes in uk.ac.rdg.resc.edal.graphics.utils that implement Array Modifier and Type Class Description protected classLegendDataGenerator.XYNan -
Uses of Array in uk.ac.rdg.resc.edal.grid
Methods in uk.ac.rdg.resc.edal.grid that return Array Modifier and Type Method Description Array<Extent<T>>AbstractReferenceableAxis. getDomainObjects()Array<HorizontalCell>HorizontalMesh. getDomainObjects() -
Uses of Array in uk.ac.rdg.resc.edal.util
Classes in uk.ac.rdg.resc.edal.util that implement Array Modifier and Type Class Description classAbstractImmutableArray<T>classArray1D<T>classArray2D<T>classArray4D<T>classImmutableArray1D<T>classSingleValueImmutableArray1DAnArray1Dwhich holds just a single value.classValuesArray1DclassValuesArray2DclassValuesArray4D
-