|
|||||||||
| 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(GridDefRecord gds,
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 |
GridDefRecord |
getGds()
returns the gds for this hcs |
String |
getGridName()
Get the grid name |
Group |
getGroup()
Get the group |
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(GridDefRecord gds, GridTableLookup lookup, Group g)
gds - grid definitionlookup - lookup table for namesg - Group for this coord system| Method Detail |
|---|
public String getID()
public String getGridName()
public Group getGroup()
public boolean isLatLon()
public int getNx()
public int getNy()
public double getDxInKm()
public double getDyInKm()
public GridDefRecord getGds()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||