gov.nasa.worldwind.applications.sar
Class CloudCeiling
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
CloudCeiling
public CloudCeiling(WorldWindow wwd)
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)