public interface GridCoordinateSystem
| Modifier and Type | Method and Description |
|---|---|
Optional<GridAxis> |
findAxis(String axisName)
Find the named axis.
|
GridAxis1D |
getEnsembleAxis()
Get the ensemble axis.
|
Iterable<GridAxis> |
getGridAxes()
the GridAxes that constitute this Coordinate System
|
GridHorizCoordinateSystem |
getHorizCoordSystem()
Get the Horizontal CoordinateSystem.
|
String |
getName()
The name of the Grid Coordinate System.
|
List<RangeIterator> |
getRanges() |
GridAxis1DTime |
getRunTimeAxis()
Get the Runtime axis.
|
GridAxis1DTime |
getTimeAxis()
Get the Time axis.
|
GridAxis |
getTimeOffsetAxis()
Get the Time Offset axis.
|
GridAxis1D |
getVerticalAxis()
Get the Z axis (GeoZ, Height, Pressure).
|
GridAxis |
getXHorizAxis()
Get the X axis.
|
GridAxis |
getYHorizAxis()
Get the Y axis.
|
void |
show(Formatter f,
boolean showCoords) |
String |
showFnSummary() |
Optional<GridCoordinateSystem> |
subset(GridSubset params,
Formatter errLog)
Subset each axis based on the given parameters.
|
String getName()
@Nullable GridAxis1D getEnsembleAxis()
@Nullable GridAxis1DTime getRunTimeAxis()
@Nullable GridAxis1DTime getTimeAxis()
@Nullable GridAxis1D getVerticalAxis()
GridAxis getXHorizAxis()
GridAxis getYHorizAxis()
GridHorizCoordinateSystem getHorizCoordSystem()
String showFnSummary()
void show(Formatter f, boolean showCoords)
Optional<GridCoordinateSystem> subset(GridSubset params, Formatter errLog)
List<RangeIterator> getRanges()