|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvisad.CoordinateSystem
visad.georef.NavigatedCoordinateSystem
visad.georef.MapProjection
visad.data.mcidas.AREACoordinateSystem
ucar.visad.RadarMapProjection
public class RadarMapProjection
A map projection uses a McIDAS navigation.
| Field Summary |
|---|
| Fields inherited from class visad.data.mcidas.AREACoordinateSystem |
|---|
anav |
| Constructor Summary | |
|---|---|
RadarMapProjection(double lat,
double lon)
Create a RadarMapProjection centered on the
lat/lon given. |
|
RadarMapProjection(double lat,
double lon,
int width,
int height)
Create a RadarMapProjection centered on the
lat/lon and size given. |
|
RadarMapProjection(LatLonPoint ll)
Create a RadarMapProjection centered on the
lat/lon given. |
|
RadarMapProjection(LatLonPoint ll,
int width,
int height)
Create a RadarMapProjection centered on the
lat/lon and size given |
|
| Method Summary | |
|---|---|
Element |
createElement(XmlEncoder encoder)
Create the XML to represent this object. |
boolean |
initFromXml(XmlEncoder encoder,
Element node)
Do nothing, return true to tell the encoder that it is ok to process any methods or properties. |
String |
toString()
Get a String representation of this projection. |
| Methods inherited from class visad.data.mcidas.AREACoordinateSystem |
|---|
equals, fromReference, fromReference, getAreaNav, getAuxBlock, getDefaultMapArea, getDirBlock, getNavBlock, getSubpoint, getUseSpline, init, toReference, toReference |
| Methods inherited from class visad.georef.MapProjection |
|---|
getCenterLatLon, getLatLon, isLatLonOrder, isXYOrder |
| Methods inherited from class visad.georef.NavigatedCoordinateSystem |
|---|
getLatitudeIndex, getLongitudeIndex |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RadarMapProjection(LatLonPoint ll)
throws VisADException
RadarMapProjection centered on the
lat/lon given.
ll - LatLonPoint for center point
VisADException - unable to create the projection
public RadarMapProjection(LatLonPoint ll,
int width,
int height)
throws VisADException
RadarMapProjection centered on the
lat/lon and size given
ll - LatLonPoint for center pointheight - height of the image (pixels)width - height of the image (pixels)
VisADException - unable to create the projection
public RadarMapProjection(double lat,
double lon)
throws VisADException
RadarMapProjection centered on the
lat/lon given. Use the default size.
lat - latitude of the center pointlon - longitude of the center point
VisADException
public RadarMapProjection(double lat,
double lon,
int width,
int height)
throws VisADException
RadarMapProjection centered on the
lat/lon and size given.
lat - latitude of the center pointlon - longitude of the center pointheight - height of the image (pixels)width - height of the image (pixels)
VisADException - unable to create the projection| Method Detail |
|---|
public String toString()
String representation of this projection.
toString in class AREACoordinateSystempublic Element createElement(XmlEncoder encoder)
createElement in interface XmlPersistableencoder - encoder to use
public boolean initFromXml(XmlEncoder encoder,
Element node)
initFromXml in interface XmlPersistableencoder - encoder to usenode - node to process
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||