public class GdsHorizCoordSys extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
dx |
double |
dy |
Array |
gaussLats |
Array |
gaussw |
int |
gdsNumberPoints |
int[] |
nptsInLine |
int |
nx |
int |
nxRaw |
int |
ny |
int |
nyRaw |
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 nxRaw,
int nyRaw,
int[] nptsInLine) |
| 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 int nxRaw
public int nyRaw
public int[] nptsInLine
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 nxRaw, int nyRaw, int[] nptsInLine)
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.