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 CalendarDateRangegetCalendarDateRange()CoordinateAxis1DTimegetTimeAxis()CoordinateAxis1DgetXHorizAxis()get the X Horizontal axis (either GeoX or Lon)CoordinateAxis1DgetYHorizAxis()get the Y Horizontal axis (either GeoY or Lat)booleanisRegularSpatial()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:DtCoverageCStrue if x and y axes are CoordinateAxis1D and are regular- Overrides:
isRegularSpatialin classDtCoverageCS
-
getXHorizAxis
public CoordinateAxis1D getXHorizAxis()
Description copied from class:DtCoverageCSget the X Horizontal axis (either GeoX or Lon)- Overrides:
getXHorizAxisin classDtCoverageCS
-
getYHorizAxis
public CoordinateAxis1D getYHorizAxis()
Description copied from class:DtCoverageCSget the Y Horizontal axis (either GeoY or Lat)- Overrides:
getYHorizAxisin classDtCoverageCS
-
getTimeAxis
public CoordinateAxis1DTime getTimeAxis()
- Overrides:
getTimeAxisin classDtCoverageCS
-
getCalendarDateRange
public CalendarDateRange getCalendarDateRange()
- Overrides:
getCalendarDateRangein classDtCoverageCS
-
-