|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.nc2.iosp.grid.GridHorizCoordSys
public class GridHorizCoordSys
A horizontal coordinate system created from a GridDefRecord
Note on "false_easting" and "fale_northing" projection parameters:
| Constructor Summary | |
|---|---|
GridHorizCoordSys(ucar.grid.GridDefRecord gds,
ucar.grid.GridTableLookup lookup,
Group g)
Create a new GridHorizCoordSys with the grid definition and lookup |
|
| Method Summary | |
|---|---|
double |
getDxInKm()
Get the X spacing in kilometers |
double |
getDyInKm()
Get the Y spacing in kilometers |
java.lang.String |
getGridName()
Get the grid name |
Group |
getGroup()
Get the group |
java.lang.String |
getID()
Get the ID |
int |
getNx()
Get the number of x points |
int |
getNy()
Get the number of Y points |
boolean |
isLatLon()
Is this a lat/lon grid |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GridHorizCoordSys(ucar.grid.GridDefRecord gds,
ucar.grid.GridTableLookup lookup,
Group g)
gds - grid definitionlookup - lookup table for namesg - Group for this coord system| Method Detail |
|---|
public java.lang.String getID()
public java.lang.String getGridName()
public Group getGroup()
public boolean isLatLon()
public int getNx()
public int getNy()
public double getDxInKm()
public double getDyInKm()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||