Class NetCDFCoordinateReferenceSystemType.NetCDFCoordinate
Object
NetCDFCoordinate
- Enclosing class:
- NetCDFCoordinateReferenceSystemType
Contains basic information related to a NetCDF Coordinate such as: - short name (as an instance: x) - long name
(as an instance: x coordinate of projection) - standard name (as an instance: projection_x_coordinate) - the name
of the associated dimension (as an instance: x) - the unit of measure of that coordinate (as an instance: m)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NetCDFCoordinateReferenceSystemType.NetCDFCoordinate[]static final NetCDFCoordinateReferenceSystemType.NetCDFCoordinate[]static final NetCDFCoordinateReferenceSystemType.NetCDFCoordinate[] -
Constructor Summary
ConstructorsConstructorDescriptionNetCDFCoordinate(String shortName, String longName, String standardName, String dimensionName, String units) Create aNetCDFCoordinateReferenceSystemType.NetCDFCoordinateinstance with all the required information -
Method Summary
Modifier and TypeMethodDescriptiongetUnits()voidsetDimensionName(String dimensionName) voidvoidsetShortName(String shortName) voidsetStandardName(String standardName) voidtoString()
-
Field Details
-
LATLON_COORDS
-
RLATLON_COORDS
-
YX_COORDS
-
-
Constructor Details
-
Method Details