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 VerticalCrsMapDomain. getVerticalCrs()VerticalCrsSimpleVerticalDomain. getVerticalCrs()VerticalCrsTrajectoryDomain. getVerticalCrs()VerticalCrsVerticalDomain. getVerticalCrs()Methods in uk.ac.rdg.resc.edal.domain with parameters of type VerticalCrs Modifier and Type Method Description voidMapDomain. 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 aMapDomainfrom aRectilinearGridand 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 VerticalCrsGridCell4D. getVerticalCrs()VerticalCrsSimpleGridCell4D. getVerticalCrs()VerticalCrsVerticalAxis. getVerticalCrs()Returns the vertical coordinate reference system for coordinates on this axisVerticalCrsVerticalAxisImpl. 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 classVerticalCrsImplImplementation of aVerticalCrsMethods in uk.ac.rdg.resc.edal.position that return VerticalCrs Modifier and Type Method Description VerticalCrsVerticalPosition. 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)
-