Uses of Interface
uk.ac.rdg.resc.edal.position.VerticalCrs
-
Packages that use VerticalCrs Package Description uk.ac.rdg.resc.edal.domain uk.ac.rdg.resc.edal.grid Classes for handling gridded data.uk.ac.rdg.resc.edal.position -
-
Uses of VerticalCrs in uk.ac.rdg.resc.edal.domain
Methods in uk.ac.rdg.resc.edal.domain that return VerticalCrs Modifier and Type Method Description VerticalCrs
MapDomain. getVerticalCrs()
VerticalCrs
SimpleVerticalDomain. getVerticalCrs()
VerticalCrs
TrajectoryDomain. getVerticalCrs()
VerticalCrs
VerticalDomain. getVerticalCrs()
Methods in uk.ac.rdg.resc.edal.domain with parameters of type VerticalCrs Modifier and Type Method Description void
MapDomain. setVerticalCrs(VerticalCrs vCrs)
Constructors in uk.ac.rdg.resc.edal.domain with parameters of type VerticalCrs Constructor Description MapDomain(RectilinearGrid hGrid, Double z, VerticalCrs vCrs, org.joda.time.DateTime time)
Instantiates aMapDomain
from aRectilinearGrid
and z/t valuesSimpleVerticalDomain(Double min, Double max, VerticalCrs crs)
SimpleVerticalDomain(Extent<Double> extent, VerticalCrs crs)
-
Uses of VerticalCrs in uk.ac.rdg.resc.edal.grid
Methods in uk.ac.rdg.resc.edal.grid that return VerticalCrs Modifier and Type Method Description VerticalCrs
GridCell4D. getVerticalCrs()
VerticalCrs
SimpleGridCell4D. getVerticalCrs()
VerticalCrs
VerticalAxis. getVerticalCrs()
Returns the vertical coordinate reference system for coordinates on this axisVerticalCrs
VerticalAxisImpl. getVerticalCrs()
Constructors in uk.ac.rdg.resc.edal.grid with parameters of type VerticalCrs Constructor Description SimpleGridCell4D(GridCell2D hGridCell, Extent<Double> vExtent, VerticalCrs vCrs, Extent<org.joda.time.DateTime> tExtent, org.joda.time.Chronology chronology, GridDomain grid)
VerticalAxisImpl(String axisName, List<Double> values, VerticalCrs vCrs)
-
Uses of VerticalCrs in uk.ac.rdg.resc.edal.position
Classes in uk.ac.rdg.resc.edal.position that implement VerticalCrs Modifier and Type Class Description class
VerticalCrsImpl
Implementation of aVerticalCrs
Methods in uk.ac.rdg.resc.edal.position that return VerticalCrs Modifier and Type Method Description VerticalCrs
VerticalPosition. getCoordinateReferenceSystem()
Returns a vertical coordinate reference system.Constructors in uk.ac.rdg.resc.edal.position with parameters of type VerticalCrs Constructor Description VerticalPosition(double z, VerticalCrs crs)
-