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 class
RegularAxisImpl
Immutable 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 RegularAxis
RegularGrid. getXAxis()
Gets the x axis of the grid.RegularAxis
RegularGridImpl. getXAxis()
RegularAxis
RegularGrid. getYAxis()
Gets the y axis of the grid.RegularAxis
RegularGridImpl. 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)
-