public class GridHorizCoordSys
extends java.lang.Object
Note on "false_easting" and "fale_northing" projection parameters:
Constructor and Description |
---|
GridHorizCoordSys(GridDefRecord gds,
GridTableLookup lookup,
Group g)
Create a new GridHorizCoordSys with the grid definition and lookup
|
Modifier and Type | Method and Description |
---|---|
double |
getDxInKm()
Get the X spacing in kilometers
|
double |
getDyInKm()
Get the Y spacing in kilometers
|
GridDefRecord |
getGds()
returns the gds for this hcs
|
protected java.lang.String |
getGDSprefix() |
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
|
public GridHorizCoordSys(GridDefRecord gds, GridTableLookup lookup, Group g)
gds
- grid definitionlookup
- lookup table for namesg
- Group for this coord systempublic 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()
protected java.lang.String getGDSprefix()
public GridDefRecord getGds()