Package ucar.nc2.ft2.coverage.adapter
Class GridCS
- java.lang.Object
-
- ucar.nc2.ft2.coverage.adapter.DtCoverageCS
-
- ucar.nc2.ft2.coverage.adapter.GridCS
-
public class GridCS extends DtCoverageCS
Grid Coordinate System Implementation A Grid has all 1D coordinates.- Since:
- 12/25/12
-
-
Field Summary
-
Fields inherited from class ucar.nc2.ft2.coverage.adapter.DtCoverageCS
builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CalendarDateRange
getCalendarDateRange()
CoordinateAxis1DTime
getTimeAxis()
CoordinateAxis1D
getXHorizAxis()
get the X Horizontal axis (either GeoX or Lon)CoordinateAxis1D
getYHorizAxis()
get the Y Horizontal axis (either GeoY or Lat)boolean
isRegularSpatial()
true if x and y axes are CoordinateAxis1D and are regular-
Methods inherited from class ucar.nc2.ft2.coverage.adapter.DtCoverageCS
findCoordAxis, getBoundingBox, getCoordAxes, getCoordTransforms, getCoverageType, getDomainRank, getEnsembleAxis, getHorizStaggerType, getLatLon, getLatLon, getLatLonBoundingBox, getName, getProjection, getRangeRank, getRunTimeAxis, getVerticalAxis, isGlobalLon, isLatLon, setHorizStaggerType, show, toString
-
-
-
-
Method Detail
-
isRegularSpatial
public boolean isRegularSpatial()
Description copied from class:DtCoverageCS
true if x and y axes are CoordinateAxis1D and are regular- Overrides:
isRegularSpatial
in classDtCoverageCS
-
getXHorizAxis
public CoordinateAxis1D getXHorizAxis()
Description copied from class:DtCoverageCS
get the X Horizontal axis (either GeoX or Lon)- Overrides:
getXHorizAxis
in classDtCoverageCS
-
getYHorizAxis
public CoordinateAxis1D getYHorizAxis()
Description copied from class:DtCoverageCS
get the Y Horizontal axis (either GeoY or Lat)- Overrides:
getYHorizAxis
in classDtCoverageCS
-
getTimeAxis
public CoordinateAxis1DTime getTimeAxis()
- Overrides:
getTimeAxis
in classDtCoverageCS
-
getCalendarDateRange
public CalendarDateRange getCalendarDateRange()
- Overrides:
getCalendarDateRange
in classDtCoverageCS
-
-