NASA World Wind

Uses of Class
gov.nasa.worldwind.util.RestorableSupport

Packages that use RestorableSupport
gov.nasa.worldwind.data   
gov.nasa.worldwind.render   
gov.nasa.worldwind.render.airspaces   
gov.nasa.worldwind.terrain   
gov.nasa.worldwind.util   
 

Uses of RestorableSupport in gov.nasa.worldwind.data
 

Methods in gov.nasa.worldwind.data that return RestorableSupport
protected  RestorableSupport BasicDataDescriptorReader.parseDocument(Reader reader)
           
 

Methods in gov.nasa.worldwind.data with parameters of type RestorableSupport
protected  Object BasicDataDescriptorReader.parseStateValue(RestorableSupport rs, RestorableSupport.StateObject so)
           
protected  String BasicDataDescriptorReader.validate(RestorableSupport rs)
           
 

Uses of RestorableSupport in gov.nasa.worldwind.render
 

Methods in gov.nasa.worldwind.render with parameters of type RestorableSupport
protected  void SurfaceSector.doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void SurfaceQuad.doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void SurfacePolygon.doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void SurfaceEllipse.doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void ConformingShape.doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void ConformingQuad.doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void ConformingPolygon.doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void ConformingEllipticalPolygon.doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void ConformingEllipse.doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void AbstractSurfaceShape.doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void SurfaceSector.doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void SurfaceQuad.doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void SurfacePolygon.doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void SurfaceEllipse.doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void ConformingShape.doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void ConformingQuad.doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void ConformingPolygon.doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void ConformingEllipticalPolygon.doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void ConformingEllipse.doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void AbstractSurfaceShape.doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
           
 void ShapeAttributes.getRestorableState(RestorableSupport rs, RestorableSupport.StateObject so)
           
 void Material.getRestorableState(RestorableSupport rs, RestorableSupport.StateObject so)
           
 void BasicShapeAttributes.getRestorableState(RestorableSupport rs, RestorableSupport.StateObject so)
           
protected  void SurfaceSector.legacyRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void SurfaceQuad.legacyRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void SurfacePolygon.legacyRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void SurfaceEllipse.legacyRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void AbstractSurfaceShape.legacyRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
          Restores state values from previous versions of the SurfaceShape state XML.
 void ShapeAttributes.restoreState(RestorableSupport rs, RestorableSupport.StateObject so)
           
 Material Material.restoreState(RestorableSupport rs, RestorableSupport.StateObject so)
           
 void BasicShapeAttributes.restoreState(RestorableSupport rs, RestorableSupport.StateObject so)
           
 

Uses of RestorableSupport in gov.nasa.worldwind.render.airspaces
 

Methods in gov.nasa.worldwind.render.airspaces with parameters of type RestorableSupport
protected  void TrackAirspace.doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void SphereAirspace.doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void Route.doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void Polygon.doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void PolyArc.doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void PartialCappedCylinder.doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void Orbit.doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void Curtain.doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void CappedCylinder.doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void Cake.doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void Box.doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void AbstractAirspace.doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void TrackAirspace.doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void SphereAirspace.doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void Route.doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void Polygon.doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void PolyArc.doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void PartialCappedCylinder.doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void Orbit.doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void Curtain.doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void CappedCylinder.doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void Cake.doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void Box.doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void AbstractAirspace.doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
           
 void BasicAirspaceAttributes.getRestorableState(RestorableSupport rs, RestorableSupport.StateObject so)
           
 void AirspaceAttributes.getRestorableState(RestorableSupport rs, RestorableSupport.StateObject so)
           
 void BasicAirspaceAttributes.restoreState(RestorableSupport rs, RestorableSupport.StateObject so)
           
 void AirspaceAttributes.restoreState(RestorableSupport rs, RestorableSupport.StateObject so)
           
 

Uses of RestorableSupport in gov.nasa.worldwind.terrain
 

Methods in gov.nasa.worldwind.terrain with parameters of type RestorableSupport
protected  void BasicElevationModel.doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void WMSBasicElevationModel.doGetRestorableStateForAVPair(String key, Object value, RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void BasicElevationModel.doGetRestorableStateForAVPair(String key, Object value, RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void BasicElevationModel.doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
           
protected  void BasicElevationModel.doRestoreStateForObject(RestorableSupport rs, RestorableSupport.StateObject so)
           
protected static void BasicElevationModel.restoreStateForParams(RestorableSupport rs, RestorableSupport.StateObject context, AVList params)
           
protected static void WMSBasicElevationModel.wmsRestoreStateForParams(RestorableSupport rs, RestorableSupport.StateObject context, AVList params)
           
 

Uses of RestorableSupport in gov.nasa.worldwind.util
 

Methods in gov.nasa.worldwind.util that return RestorableSupport
static RestorableSupport RestorableSupport.newRestorableSupport()
          Creates a new RestorableSupport with no contents.
static RestorableSupport RestorableSupport.newRestorableSupport(String documentElementName)
          Creates a new RestorableSupport with no contents.
static RestorableSupport RestorableSupport.parse(String stateInXml)
          Creates a new RestorableSupport with the contents of the specified state document.
 


NASA World Wind