|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.nc2.iosp.grid.GridDefRecord
ucar.nc2.iosp.mcidas.McGridDefRecord
public class McGridDefRecord
Class to hold the grid navigation information.
| Field Summary |
|---|
| Fields inherited from class ucar.nc2.iosp.grid.GridDefRecord |
|---|
DX, DY, GDS_KEY, GRID_SHAPE_CODE, GRID_TYPE, LA1, LA2, LAD, LATIN1, LATIN2, LO1, LO2, LOV, MAJOR_AXIS_EARTH, MINOR_AXIS_EARTH, NX, NY, PROJ, RADIUS_SPHERICAL_EARTH, RESOLUTION, WIND_FLAG |
| Constructor Summary | |
|---|---|
McGridDefRecord()
Create a new grid nav block |
|
McGridDefRecord(int[] words)
Create a new grid nav block with the values |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Check for equality |
java.lang.String |
getGroupName()
Get a short name for this GDSKey for the netCDF group. |
java.lang.String |
getProjName(int type)
Get the name for the projection type |
int |
hashCode()
Get the hashcode |
void |
setValues(int[] values)
Set the grid nav block values |
java.lang.String |
toString()
Print out the navibation block so it looks something like this: |
| Methods inherited from class ucar.nc2.iosp.grid.GridDefRecord |
|---|
addParam, getKeys, getParam, readDouble |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public McGridDefRecord()
public McGridDefRecord(int[] words)
words - analysis block values| Method Detail |
|---|
public void setValues(int[] values)
values - the raw valuespublic java.lang.String toString()
PROJECTION: LCC
ANGLES: 25.0 -95.0 25.0
GRID SIZE: 93 65
LL CORNER: 12.19 -133.46
UR CORNER: 57.29 -49.38
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - object to compare
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String getGroupName()
getGroupName in class GridDefRecordpublic java.lang.String getProjName(int type)
type - the projection type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||