@Immutable
public class GdsHorizCoordSys
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
dx |
double |
dy |
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(java.lang.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() |
Array |
getGaussianLats() |
Array |
getGaussianWeights() |
java.lang.String |
getName() |
double |
getStartX() |
double |
getStartY() |
boolean |
isLatLon() |
java.lang.String |
makeDescription() |
java.lang.String |
makeId() |
void |
setGaussianLats(int nparallels,
float la1,
float la2) |
java.lang.String |
toString() |
public final int template
public final int gdsNumberPoints
public final int scanMode
public final ProjectionImpl 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(java.lang.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 java.lang.String getName()
public double getStartX()
public double getStartY()
public double getEndX()
public double getEndY()
public boolean isLatLon()
public LatLonPoint getCenterLatLon()
public java.lang.String makeDescription()
public java.lang.String makeId()
public void setGaussianLats(int nparallels, float la1, float la2)
public Array getGaussianLats()
public Array getGaussianWeights()
public java.lang.String toString()
toString
in class java.lang.Object