public class McIDASVLatLonProjection extends ucar.unidata.geoloc.projection.LatLonProjection
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
McIDASVLatLonProjection() |
McIDASVLatLonProjection(String name) |
McIDASVLatLonProjection(String name,
ucar.unidata.geoloc.ProjectionRect mapArea) |
Modifier and Type | Method and Description |
---|---|
double |
getCenterX() |
double |
getCenterY() |
String |
getClassName()
Get the class name
|
double |
getLatHeight() |
double |
getLonWidth() |
String |
getProjectionTypeLabel()
Get the label to be used in the gui for this type of projection
|
protected ucar.unidata.geoloc.ProjectionImpl |
makeDefaultProjection()
Make the default display projection
|
void |
setCenterX(double x)
Set the center of the projection box X coord.
|
void |
setCenterY(double y)
Set the center of the projection box Y coord.
|
void |
setLatHeight(double h)
Set the overall height of the projection box
|
void |
setLonWidth(double w)
Set the overall width of the projection box.
|
clone, constructCopy, crossSeam, equals, getCenterLon, latLonToProj, latLonToProj, latLonToProj, latLonToProjRect, latLonToProjRect, paramsToString, projToLatLon, projToLatLon, projToLatLon, projToLatLonBB, setCenterLon, setDefaultMapArea
addParameter, addParameter, addParameter, getDefaultMapArea, getDefaultMapAreaLL, getHeader, getLatLonBoundingBox, getName, getProjectionParameters, isLatLon, latLonToProj, latLonToProj, latLonToProj, latLonToProj, latLonToProj, latLonToProj, latLonToProj, latLonToProj, latLonToProjBB, projToLatLon, projToLatLon, projToLatLon, projToLatLon, setName, toString
private static final long serialVersionUID
public McIDASVLatLonProjection()
public McIDASVLatLonProjection(String name)
public McIDASVLatLonProjection(String name, ucar.unidata.geoloc.ProjectionRect mapArea)
public String getClassName()
getClassName
in interface ucar.unidata.geoloc.Projection
getClassName
in class ucar.unidata.geoloc.projection.LatLonProjection
public String getProjectionTypeLabel()
getProjectionTypeLabel
in class ucar.unidata.geoloc.projection.LatLonProjection
public void setCenterX(double x)
x
- public void setCenterY(double y)
y
- public void setLonWidth(double w)
w
- public void setLatHeight(double h)
h
- public double getCenterX()
public double getCenterY()
public double getLonWidth()
public double getLatHeight()
protected ucar.unidata.geoloc.ProjectionImpl makeDefaultProjection()