Uses of Class
gov.nasa.worldwind.util.RestorableSupport.StateObject
-
Packages that use RestorableSupport.StateObject Package Description gov.nasa.worldwind.avlist gov.nasa.worldwind.layers gov.nasa.worldwind.render gov.nasa.worldwind.render.airspaces gov.nasa.worldwind.terrain gov.nasa.worldwind.util gov.nasa.worldwind.view The view package contains implementations, and support for implementations of theView
interface.gov.nasa.worldwind.view.orbit gov.nasa.worldwind.wms gov.nasa.worldwindx.applications.sar -
-
Uses of RestorableSupport.StateObject in gov.nasa.worldwind.avlist
Methods in gov.nasa.worldwind.avlist with parameters of type RestorableSupport.StateObject Modifier and Type Method Description void
AVListImpl. getRestorableStateForAVPair(java.lang.String key, java.lang.Object value, RestorableSupport rs, RestorableSupport.StateObject context)
-
Uses of RestorableSupport.StateObject in gov.nasa.worldwind.layers
Methods in gov.nasa.worldwind.layers with parameters of type RestorableSupport.StateObject Modifier and Type Method Description protected void
BasicTiledImageLayer. doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
protected void
BasicTiledImageLayer. doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
protected void
BasicTiledImageLayer. doRestoreStateForObject(RestorableSupport rs, RestorableSupport.StateObject so)
void
BasicTiledImageLayer. getRestorableStateForAVPair(java.lang.String key, java.lang.Object value, RestorableSupport rs, RestorableSupport.StateObject context)
protected static void
BasicTiledImageLayer. restoreStateForParams(RestorableSupport rs, RestorableSupport.StateObject context, AVList params)
-
Uses of RestorableSupport.StateObject in gov.nasa.worldwind.render
Methods in gov.nasa.worldwind.render with parameters of type RestorableSupport.StateObject Modifier and Type Method Description protected void
AbstractShape. doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
protected void
AbstractSurfaceShape. doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
protected void
RigidShape. doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
protected void
SurfaceEllipse. doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
protected void
SurfaceMultiPolygon. doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
protected void
SurfacePolygon. doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
protected void
SurfacePolyline. doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
protected void
SurfaceQuad. doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
protected void
SurfaceSector. doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
protected void
Wedge. doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
protected void
AbstractShape. doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
protected void
AbstractSurfaceShape. doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
protected void
RigidShape. doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
protected void
SurfaceEllipse. doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
protected void
SurfaceMultiPolygon. doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
protected void
SurfacePolygon. doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
protected void
SurfacePolyline. doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
protected void
SurfaceQuad. doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
protected void
SurfaceSector. doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
protected void
Wedge. doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
void
BasicBalloonAttributes. getRestorableState(RestorableSupport restorableSupport, RestorableSupport.StateObject context)
Saves the attributes' current state in the specifiedRestorableSupport
.void
BasicShapeAttributes. getRestorableState(RestorableSupport rs, RestorableSupport.StateObject so)
Saves the attributes' current state in the specifiedRestorableSupport
.void
Material. getRestorableState(RestorableSupport rs, RestorableSupport.StateObject so)
void
Offset. getRestorableState(RestorableSupport restorableSupport, RestorableSupport.StateObject context)
Saves the offset's current state in the specifiedrestorableSupport
.void
ShapeAttributes. getRestorableState(RestorableSupport rs, RestorableSupport.StateObject so)
Saves the attributes' current state in the specifiedRestorableSupport
.void
Size. getRestorableState(RestorableSupport restorableSupport, RestorableSupport.StateObject context)
Saves the size's current state in the specifiedrestorableSupport
.protected void
AbstractSurfaceShape. legacyRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
Restores state values from previous versions of the SurfaceShape state XML.protected void
SurfaceEllipse. legacyRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
protected void
SurfacePolygon. legacyRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
protected void
SurfacePolyline. legacyRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
protected void
SurfaceQuad. legacyRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
protected void
SurfaceSector. legacyRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
void
BasicBalloonAttributes. restoreState(RestorableSupport restorableSupport, RestorableSupport.StateObject context)
Restores the state of any attributes contained in the specifiedRestorableSupport
.void
BasicShapeAttributes. restoreState(RestorableSupport rs, RestorableSupport.StateObject so)
Restores the state of any attributes contained in the specifiedRestorableSupport
.Material
Material. restoreState(RestorableSupport rs, RestorableSupport.StateObject so)
void
Offset. restoreState(RestorableSupport restorableSupport, RestorableSupport.StateObject context)
Restores the state of any offset parameters contained in the specifiedRestorableSupport
.void
ShapeAttributes. restoreState(RestorableSupport rs, RestorableSupport.StateObject so)
Restores the state of any attributes contained in the specifiedRestorableSupport
.void
Size. restoreState(RestorableSupport restorableSupport, RestorableSupport.StateObject context)
Restores the state of any size parameters contained in the specifiedRestorableSupport
. -
Uses of RestorableSupport.StateObject in gov.nasa.worldwind.render.airspaces
-
Uses of RestorableSupport.StateObject in gov.nasa.worldwind.terrain
Methods in gov.nasa.worldwind.terrain with parameters of type RestorableSupport.StateObject Modifier and Type Method Description protected void
BasicElevationModel. doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
protected void
BasicElevationModel. doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
protected void
BasicElevationModel. doRestoreStateForObject(RestorableSupport rs, RestorableSupport.StateObject so)
void
BasicElevationModel. getRestorableStateForAVPair(java.lang.String key, java.lang.Object value, RestorableSupport rs, RestorableSupport.StateObject context)
void
WCSElevationModel. getRestorableStateForAVPair(java.lang.String key, java.lang.Object value, RestorableSupport rs, RestorableSupport.StateObject context)
void
WMSBasicElevationModel. getRestorableStateForAVPair(java.lang.String key, java.lang.Object value, RestorableSupport rs, RestorableSupport.StateObject context)
protected static void
BasicElevationModel. restoreStateForParams(RestorableSupport rs, RestorableSupport.StateObject context, AVList params)
protected static void
WCSElevationModel. wcsRestoreStateForParams(RestorableSupport rs, RestorableSupport.StateObject context, AVList params)
protected static void
WMSBasicElevationModel. wmsRestoreStateForParams(RestorableSupport rs, RestorableSupport.StateObject context, AVList params)
-
Uses of RestorableSupport.StateObject in gov.nasa.worldwind.util
Methods in gov.nasa.worldwind.util that return RestorableSupport.StateObject Modifier and Type Method Description RestorableSupport.StateObject
RestorableSupport. addStateObject(RestorableSupport.StateObject context, java.lang.String name)
Adds a new StateObject with the specifiedname
.RestorableSupport.StateObject
RestorableSupport. addStateObject(java.lang.String name)
Adds a new StateObject with the specifiedname
.protected RestorableSupport.StateObject
RestorableSupport. createStateObject(org.w3c.dom.Element context, java.lang.String name, java.lang.String value)
protected RestorableSupport.StateObject
RestorableSupport. createStateObject(org.w3c.dom.Element context, java.lang.String name, java.lang.String value, boolean escapeValue)
protected RestorableSupport.StateObject[]
RestorableSupport. extractStateObjects(org.w3c.dom.Element context)
protected RestorableSupport.StateObject[]
RestorableSupport. findAllStateObjects(org.w3c.dom.Node context, java.lang.String name)
protected RestorableSupport.StateObject
RestorableSupport. findStateObject(org.w3c.dom.Node context, java.lang.String name)
RestorableSupport.StateObject[]
RestorableSupport. getAllStateObjects(RestorableSupport.StateObject context)
Returns all StateObjects directly beneath the a context StateObject.RestorableSupport.StateObject[]
RestorableSupport. getAllStateObjects(RestorableSupport.StateObject context, java.lang.String name)
Returns all StateObjects with the specifiedname
.RestorableSupport.StateObject[]
RestorableSupport. getAllStateObjects(java.lang.String name)
Returns any StateObjects directly beneath the document root that have the specifiedname
.RestorableSupport.StateObject
RestorableSupport. getStateObject(RestorableSupport.StateObject context, java.lang.String name)
Returns the StateObject with the specifiedname
.RestorableSupport.StateObject
RestorableSupport. getStateObject(java.lang.String name)
Returns the StateObject with the specifiedname
.Methods in gov.nasa.worldwind.util with parameters of type RestorableSupport.StateObject Modifier and Type Method Description RestorableSupport.StateObject
RestorableSupport. addStateObject(RestorableSupport.StateObject context, java.lang.String name)
Adds a new StateObject with the specifiedname
.void
RestorableSupport. addStateValueAsBoolean(RestorableSupport.StateObject context, java.lang.String name, boolean booleanValue)
Adds a new StateObject with the specifiedname
and Booleanvalue
.void
RestorableSupport. addStateValueAsColor(RestorableSupport.StateObject context, java.lang.String name, java.awt.Color color)
void
RestorableSupport. addStateValueAsDouble(RestorableSupport.StateObject context, java.lang.String name, double doubleValue)
Adds a new StateObject with the specifiedname
and Doublevalue
.void
RestorableSupport. addStateValueAsImageSourceList(RestorableSupport.StateObject context, java.lang.String name, java.util.Map<java.lang.Integer,java.lang.Object> imageSources, int faceCount)
void
RestorableSupport. addStateValueAsInteger(RestorableSupport.StateObject context, java.lang.String name, int intValue)
Adds a new StateObject with the specifiedname
and Integervalue
.void
RestorableSupport. addStateValueAsLatLon(RestorableSupport.StateObject context, java.lang.String name, LatLon location)
void
RestorableSupport. addStateValueAsLatLonList(RestorableSupport.StateObject context, java.lang.String name, java.lang.Iterable<? extends LatLon> locations)
void
RestorableSupport. addStateValueAsOffsetPair(RestorableSupport.StateObject context, java.lang.String name, float[] offsetPair)
void
RestorableSupport. addStateValueAsOffsets(RestorableSupport.StateObject context, java.lang.String name, OffsetsList offsets)
void
RestorableSupport. addStateValueAsOffsetsList(RestorableSupport.StateObject context, java.lang.String name, java.util.Map<java.lang.Integer,OffsetsList> offsets)
void
RestorableSupport. addStateValueAsPosition(RestorableSupport.StateObject context, java.lang.String name, Position position)
void
RestorableSupport. addStateValueAsSector(RestorableSupport.StateObject context, java.lang.String name, Sector sector)
void
RestorableSupport. addStateValueAsString(RestorableSupport.StateObject context, java.lang.String name, java.lang.String value)
Adds a new StateObject with the specifiedname
and Stringvalue
.void
RestorableSupport. addStateValueAsString(RestorableSupport.StateObject context, java.lang.String name, java.lang.String value, boolean escapeValue)
Adds a new StateObject with the specifiedname
and Stringvalue
.RestorableSupport.StateObject[]
RestorableSupport. getAllStateObjects(RestorableSupport.StateObject context)
Returns all StateObjects directly beneath the a context StateObject.RestorableSupport.StateObject[]
RestorableSupport. getAllStateObjects(RestorableSupport.StateObject context, java.lang.String name)
Returns all StateObjects with the specifiedname
.RestorableSupport.StateObject
RestorableSupport. getStateObject(RestorableSupport.StateObject context, java.lang.String name)
Returns the StateObject with the specifiedname
.java.lang.Boolean
RestorableSupport. getStateObjectAsBoolean(RestorableSupport.StateObject stateObject)
Returns the value of the StateObject as a Boolean.java.awt.Color
RestorableSupport. getStateObjectAsColor(RestorableSupport.StateObject stateObject)
java.lang.Double
RestorableSupport. getStateObjectAsDouble(RestorableSupport.StateObject stateObject)
Returns the value of the StateObject as a Double.java.lang.Float
RestorableSupport. getStateObjectAsFloat(RestorableSupport.StateObject stateObject)
Returns the value of the StateObject as a Float.java.util.HashMap<java.lang.Integer,java.lang.Object>
RestorableSupport. getStateObjectAsImageSourceList(RestorableSupport.StateObject stateObject)
Returns the value of the StateObject as a HashMap of <Integer, Object> pairs, representing the shape's imageSources.java.lang.Integer
RestorableSupport. getStateObjectAsInteger(RestorableSupport.StateObject stateObject)
Returns the value of the StateObject as an Integer.LatLon
RestorableSupport. getStateObjectAsLatLon(RestorableSupport.StateObject stateObject)
Returns the value of the StateObject as a LatLon.java.util.List<LatLon>
RestorableSupport. getStateObjectAsLatLonList(RestorableSupport.StateObject stateObject)
Returns the value of the StateObject as a List of LatLons.java.lang.Long
RestorableSupport. getStateObjectAsLong(RestorableSupport.StateObject stateObject)
Returns the value of the StateObject as a Long.float[]
RestorableSupport. getStateObjectAsOffsetPair(RestorableSupport.StateObject stateObject)
Returns the value of the StateObject as a float[].OffsetsList
RestorableSupport. getStateObjectAsOffsets(RestorableSupport.StateObject stateObject)
Returns the value of the StateObject as a OffsetsList.java.util.HashMap<java.lang.Integer,OffsetsList>
RestorableSupport. getStateObjectAsOffsetsList(RestorableSupport.StateObject stateObject)
Returns the value of the StateObject as a HashMap of <Integer, OffsetsList> pairs.Position
RestorableSupport. getStateObjectAsPosition(RestorableSupport.StateObject stateObject)
Returns the value of the StateObject as a Position.Sector
RestorableSupport. getStateObjectAsSector(RestorableSupport.StateObject stateObject)
Returns the value of the StateObject as a Sector.java.lang.String
RestorableSupport. getStateObjectAsString(RestorableSupport.StateObject stateObject)
Returns the value of the StateObject as a String.java.lang.Boolean
RestorableSupport. getStateValueAsBoolean(RestorableSupport.StateObject context, java.lang.String name)
Returns the value of the StateObject with the specifiedname
as a Boolean.java.awt.Color
RestorableSupport. getStateValueAsColor(RestorableSupport.StateObject context, java.lang.String name)
java.lang.Double
RestorableSupport. getStateValueAsDouble(RestorableSupport.StateObject context, java.lang.String name)
Returns the value of the StateObject with the specifiedname
as a Double.java.lang.Float
RestorableSupport. getStateValueAsFloat(RestorableSupport.StateObject context, java.lang.String name)
Returns the value of the StateObject with the specifiedname
as a Float.java.util.HashMap<java.lang.Integer,java.lang.Object>
RestorableSupport. getStateValueAsImageSourceList(RestorableSupport.StateObject context, java.lang.String name)
java.lang.Integer
RestorableSupport. getStateValueAsInteger(RestorableSupport.StateObject context, java.lang.String name)
Returns the value of the StateObject with the specifiedname
as an Integer.LatLon
RestorableSupport. getStateValueAsLatLon(RestorableSupport.StateObject context, java.lang.String name)
java.util.List<LatLon>
RestorableSupport. getStateValueAsLatLonList(RestorableSupport.StateObject context, java.lang.String name)
java.lang.Long
RestorableSupport. getStateValueAsLong(RestorableSupport.StateObject context, java.lang.String name)
Returns the value of the StateObject with the specifiedname
as a Long.float[]
RestorableSupport. getStateValueAsOffsetPair(RestorableSupport.StateObject context, java.lang.String name)
OffsetsList
RestorableSupport. getStateValueAsOffsets(RestorableSupport.StateObject context, java.lang.String name)
java.util.HashMap<java.lang.Integer,OffsetsList>
RestorableSupport. getStateValueAsOffsetsList(RestorableSupport.StateObject context, java.lang.String name)
Position
RestorableSupport. getStateValueAsPosition(RestorableSupport.StateObject context, java.lang.String name)
Sector
RestorableSupport. getStateValueAsSector(RestorableSupport.StateObject context, java.lang.String name)
java.lang.String
RestorableSupport. getStateValueAsString(RestorableSupport.StateObject context, java.lang.String name)
Returns the value of the StateObject with the specifiedname
as a String. -
Uses of RestorableSupport.StateObject in gov.nasa.worldwind.view
Methods in gov.nasa.worldwind.view with parameters of type RestorableSupport.StateObject Modifier and Type Method Description protected void
BasicView. doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
protected void
BasicView. doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
void
BasicViewPropertyLimits. getRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
void
ViewPropertyLimits. getRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
void
BasicViewPropertyLimits. restoreState(RestorableSupport rs, RestorableSupport.StateObject context)
void
ViewPropertyLimits. restoreState(RestorableSupport rs, RestorableSupport.StateObject context)
-
Uses of RestorableSupport.StateObject in gov.nasa.worldwind.view.orbit
Methods in gov.nasa.worldwind.view.orbit with parameters of type RestorableSupport.StateObject Modifier and Type Method Description protected void
BasicOrbitView. doGetRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
protected void
BasicOrbitView. doRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
void
BasicOrbitViewLimits. getRestorableState(RestorableSupport rs, RestorableSupport.StateObject context)
protected void
BasicOrbitView. legacyRestoreState(RestorableSupport rs, RestorableSupport.StateObject context)
Restores state values from previous versions of the BasicObitView state XML.void
BasicOrbitViewLimits. restoreState(RestorableSupport rs, RestorableSupport.StateObject context)
-
Uses of RestorableSupport.StateObject in gov.nasa.worldwind.wms
Methods in gov.nasa.worldwind.wms with parameters of type RestorableSupport.StateObject Modifier and Type Method Description void
WMSTiledImageLayer. getRestorableStateForAVPair(java.lang.String key, java.lang.Object value, RestorableSupport rs, RestorableSupport.StateObject context)
protected static void
WMSTiledImageLayer. legacyWmsRestoreStateToParams(RestorableSupport rs, RestorableSupport.StateObject context, AVList params)
protected static void
WMSTiledImageLayer. wmsRestoreStateToParams(RestorableSupport rs, RestorableSupport.StateObject context, AVList params)
-
Uses of RestorableSupport.StateObject in gov.nasa.worldwindx.applications.sar
-