Uses of Interface
uk.ac.rdg.resc.edal.grid.RegularAxis
-
Packages that use RegularAxis Package Description uk.ac.rdg.resc.edal.grid Classes for handling gridded data. -
-
Uses of RegularAxis in uk.ac.rdg.resc.edal.grid
Classes in uk.ac.rdg.resc.edal.grid that implement RegularAxis Modifier and Type Class Description classRegularAxisImplImmutable implementation of aRegularAxis, whose values are regularly spaced along the axis.Methods in uk.ac.rdg.resc.edal.grid that return RegularAxis Modifier and Type Method Description RegularAxisRegularGrid. getXAxis()Gets the x axis of the grid.RegularAxisRegularGridImpl. getXAxis()RegularAxisRegularGrid. getYAxis()Gets the y axis of the grid.RegularAxisRegularGridImpl. getYAxis()Constructors in uk.ac.rdg.resc.edal.grid with parameters of type RegularAxis Constructor Description RegularGridImpl(RegularAxis xAxis, RegularAxis yAxis, org.opengis.referencing.crs.CoordinateReferenceSystem crs)
-