@Immutable public class GdsHorizCoordSys extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
dx |
double |
dy |
int |
gdsNumberPoints |
int[] |
nptsInLine |
int |
nx |
int |
nxRaw |
int |
ny |
int |
nyRaw |
ucar.unidata.geoloc.Projection |
proj |
int |
scanMode |
double |
startx |
double |
starty |
int |
template |
| Constructor and Description |
|---|
GdsHorizCoordSys(String name,
int template,
int gdsNumberPoints,
int scanMode,
ucar.unidata.geoloc.Projection proj,
double startx,
double dx,
double starty,
double dy,
int nxRaw,
int nyRaw,
int[] nptsInLine) |
| Modifier and Type | Method and Description |
|---|---|
ucar.unidata.geoloc.LatLonPoint |
getCenterLatLon() |
double |
getEndX() |
double |
getEndY() |
ucar.ma2.Array |
getGaussianLats() |
ucar.ma2.Array |
getGaussianWeights() |
ucar.unidata.geoloc.LatLonRect |
getLatLonBB() |
String |
getName() |
ucar.unidata.geoloc.ProjectionRect |
getProjectionBB() |
int |
getScanMode() |
double |
getStartX() |
double |
getStartY() |
boolean |
isLatLon() |
String |
makeDescription() |
String |
makeId() |
void |
setGaussianLats(int nparallels,
float la1,
float la2) |
String |
toString() |
public final int template
public final int gdsNumberPoints
public final int scanMode
public final ucar.unidata.geoloc.Projection proj
public final double startx
public final double dx
public final double starty
public final double dy
public final int nx
public final int ny
public final int nxRaw
public final int nyRaw
public final int[] nptsInLine
public GdsHorizCoordSys(String name, int template, int gdsNumberPoints, int scanMode, ucar.unidata.geoloc.Projection proj, double startx, double dx, double starty, double dy, int nxRaw, int nyRaw, int[] nptsInLine)
public String getName()
public double getStartX()
public double getStartY()
public double getEndX()
public double getEndY()
public int getScanMode()
public boolean isLatLon()
public ucar.unidata.geoloc.LatLonPoint getCenterLatLon()
public String makeDescription()
public String makeId()
public ucar.unidata.geoloc.ProjectionRect getProjectionBB()
public ucar.unidata.geoloc.LatLonRect getLatLonBB()
public void setGaussianLats(int nparallels,
float la1,
float la2)
public ucar.ma2.Array getGaussianLats()
public ucar.ma2.Array getGaussianWeights()