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 anArray
of 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 class
LegendDataGenerator.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 class
AbstractImmutableArray<T>
class
Array1D<T>
class
Array2D<T>
class
Array4D<T>
class
ImmutableArray1D<T>
class
SingleValueImmutableArray1D
AnArray1D
which holds just a single value.class
ValuesArray1D
class
ValuesArray2D
class
ValuesArray4D
-