NASA World Wind

gov.nasa.worldwind.applications.sar
Class CloudCeiling

java.lang.Object
  extended by gov.nasa.worldwind.applications.sar.CloudCeiling
All Implemented Interfaces:
Restorable

public class CloudCeiling
extends Object
implements Restorable

Display one or two contour lines depicting lower and upper cloud ceiling around a list of positions.


Field Summary
static String DELTA_MODE_BOTH
           
static String DELTA_MODE_MINUS
           
static String DELTA_MODE_PLUS
           
 
Constructor Summary
CloudCeiling(WorldWindow wwd)
           
 
Method Summary
 Color getColor()
           
 String getDeltaMode()
           
 double getElevationBase()
           
 double getElevationDelta()
           
 String getElevationUnit()
           
 String getName()
           
 String getPattern()
           
 double getPatternSize()
           
 double getPlaneOpacity()
           
 ArrayList<? extends LatLon> getPositions()
           
 double getRadius()
           
 String getRestorableState()
          Returns an XML document string describing the object’s state.
 boolean isEnabled()
           
 void relocateLayerOnTop()
           
 void restoreState(String stateInXml)
          Restores the object’s state to what is described in the specified XML document string.
 void setColor(Color color)
           
 void setDeltaMode(String mode)
           
 void setElevationBase(double elevation)
           
 void setElevationDelta(double elevation)
           
 void setElevationUnit(String unit)
           
 void setEnabled(boolean enabled)
           
 void setName(String name)
           
 void setPattern(String pattern)
           
 void setPatternSize(double sizeInMeter)
           
 void setPlaneOpacity(double opacity)
           
 void setPositions(ArrayList<? extends LatLon> newPositions)
           
 void setRadius(double radius)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DELTA_MODE_BOTH

public static String DELTA_MODE_BOTH

DELTA_MODE_MINUS

public static String DELTA_MODE_MINUS

DELTA_MODE_PLUS

public static String DELTA_MODE_PLUS
Constructor Detail

CloudCeiling

public CloudCeiling(WorldWindow wwd)
Method Detail

getColor

public Color getColor()

getDeltaMode

public String getDeltaMode()

getElevationBase

public double getElevationBase()

getElevationDelta

public double getElevationDelta()

getElevationUnit

public String getElevationUnit()

getName

public String getName()

getPattern

public String getPattern()

getPatternSize

public double getPatternSize()

getPlaneOpacity

public double getPlaneOpacity()

getPositions

public ArrayList<? extends LatLon> getPositions()

getRadius

public double getRadius()

getRestorableState

public String getRestorableState()
Description copied from interface: Restorable
Returns an XML document string describing the object’s state. This state can be restored later by calling restoreState and passing the XML document.

Specified by:
getRestorableState in interface Restorable
Returns:
an XML document string describing the object's state.

isEnabled

public boolean isEnabled()

relocateLayerOnTop

public void relocateLayerOnTop()

restoreState

public void restoreState(String stateInXml)
Description copied from interface: Restorable
Restores the object’s state to what is described in the specified XML document string.

Specified by:
restoreState in interface Restorable
Parameters:
stateInXml - an XML document string describing an object's state.

setColor

public void setColor(Color color)

setDeltaMode

public void setDeltaMode(String mode)

setElevationBase

public void setElevationBase(double elevation)

setElevationDelta

public void setElevationDelta(double elevation)

setElevationUnit

public void setElevationUnit(String unit)

setEnabled

public void setEnabled(boolean enabled)

setName

public void setName(String name)

setPattern

public void setPattern(String pattern)

setPatternSize

public void setPatternSize(double sizeInMeter)

setPlaneOpacity

public void setPlaneOpacity(double opacity)

setPositions

public void setPositions(ArrayList<? extends LatLon> newPositions)

setRadius

public void setRadius(double radius)

NASA World Wind