Package ucar.nc2.ui.simplegeom
Class SimpleGeomTable.GeoCoordinateSystemBean
- java.lang.Object
-
- ucar.nc2.ui.simplegeom.SimpleGeomTable.GeoCoordinateSystemBean
-
- Enclosing class:
- SimpleGeomTable
public static class SimpleGeomTable.GeoCoordinateSystemBean extends Object
-
-
Constructor Summary
Constructors Constructor Description GeoCoordinateSystemBean()
GeoCoordinateSystemBean(GridDataset.Gridset gset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCoordTransforms()
int
getDomainRank()
String
getName()
int
getNGrids()
String
getProjection()
int
getRangeRank()
boolean
isGeoXY()
boolean
isLatLon()
boolean
isRegularSpatial()
void
setCoordTransforms(String coordTrans)
void
setNGrids(int ngrids)
void
setProjection(String proj)
-
-
-
Constructor Detail
-
GeoCoordinateSystemBean
public GeoCoordinateSystemBean()
-
GeoCoordinateSystemBean
public GeoCoordinateSystemBean(GridDataset.Gridset gset)
-
-
Method Detail
-
getName
public String getName()
-
isRegularSpatial
public boolean isRegularSpatial()
-
isLatLon
public boolean isLatLon()
-
isGeoXY
public boolean isGeoXY()
-
getDomainRank
public int getDomainRank()
-
getRangeRank
public int getRangeRank()
-
getNGrids
public int getNGrids()
-
setNGrids
public void setNGrids(int ngrids)
-
getProjection
public String getProjection()
-
setProjection
public void setProjection(String proj)
-
getCoordTransforms
public String getCoordTransforms()
-
setCoordTransforms
public void setCoordTransforms(String coordTrans)
-
-