Package ucar.nc2.ft2.coverage.adapter
Class CurvilinearCS
- java.lang.Object
-
- ucar.nc2.ft2.coverage.adapter.DtCoverageCS
-
- ucar.nc2.ft2.coverage.adapter.CurvilinearCS
-
- Direct Known Subclasses:
SwathCS
public class CurvilinearCS extends DtCoverageCS
Curvilinear Coordinate System.- Since:
- 12/25/12
-
-
Field Summary
-
Fields inherited from class ucar.nc2.ft2.coverage.adapter.DtCoverageCS
builder
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CurvilinearCS(DtCoverageCSBuilder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDomainRank()
CoordinateAxis2D
getLatAxis()
CoordinateAxis2D
getLonAxis()
-
Methods inherited from class ucar.nc2.ft2.coverage.adapter.DtCoverageCS
findCoordAxis, getBoundingBox, getCalendarDateRange, getCoordAxes, getCoordTransforms, getCoverageType, getEnsembleAxis, getHorizStaggerType, getLatLon, getLatLon, getLatLonBoundingBox, getName, getProjection, getRangeRank, getRunTimeAxis, getTimeAxis, getVerticalAxis, getXHorizAxis, getYHorizAxis, isGlobalLon, isLatLon, isRegularSpatial, setHorizStaggerType, show, toString
-
-
-
-
Constructor Detail
-
CurvilinearCS
protected CurvilinearCS(DtCoverageCSBuilder builder)
-
-
Method Detail
-
getLatAxis
public CoordinateAxis2D getLatAxis()
-
getLonAxis
public CoordinateAxis2D getLonAxis()
-
getDomainRank
public int getDomainRank()
- Overrides:
getDomainRank
in classDtCoverageCS
-
-