public class GdsHorizCoordSys extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
dx |
double |
dy |
Array |
gaussLats |
Array |
gaussw |
int |
gdsNumberPoints |
int |
nx |
int |
ny |
ProjectionImpl |
proj |
int |
scanMode |
double |
startx |
double |
starty |
int |
template |
| Constructor and Description |
|---|
GdsHorizCoordSys(String name,
int template,
int gdsNumberPoints,
int scanMode,
ProjectionImpl proj,
double startx,
double dx,
double starty,
double dy,
int nx,
int ny) |
| Modifier and Type | Method and Description |
|---|---|
LatLonPoint |
getCenterLatLon() |
double |
getEndX() |
double |
getEndY() |
String |
getName() |
double |
getStartX() |
double |
getStartY() |
boolean |
isLatLon() |
String |
makeDescription() |
String |
makeId() |
void |
setGaussianLats(int nparellels,
float la1,
float la2) |
String |
toString() |
public int template
public int gdsNumberPoints
public int scanMode
public ProjectionImpl proj
public double startx
public double dx
public double starty
public double dy
public int nx
public int ny
public Array gaussLats
public Array gaussw
public GdsHorizCoordSys(String name, int template, int gdsNumberPoints, int scanMode, ProjectionImpl proj, double startx, double dx, double starty, double dy, int nx, int ny)
public String getName()
public double getStartX()
public double getStartY()
public double getEndX()
public double getEndY()
public boolean isLatLon()
public LatLonPoint getCenterLatLon()
public String makeDescription()
public String makeId()
public void setGaussianLats(int nparellels,
float la1,
float la2)
Copyright © 1999-2013 UCAR/Unidata. All Rights Reserved.