|
NASA World Wind | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use RestorableSupport.StateObject | |
|---|---|
| gov.nasa.worldwind.data | |
| gov.nasa.worldwind.render | |
| gov.nasa.worldwind.render.airspaces | |
| gov.nasa.worldwind.terrain | |
| gov.nasa.worldwind.util | |
| Uses of RestorableSupport.StateObject in gov.nasa.worldwind.data |
|---|
| Methods in gov.nasa.worldwind.data with parameters of type RestorableSupport.StateObject | |
|---|---|
protected Object |
BasicDataDescriptorReader.parseStateValue(RestorableSupport rs,
RestorableSupport.StateObject so)
|
| Uses of RestorableSupport.StateObject in gov.nasa.worldwind.render |
|---|
| Uses of RestorableSupport.StateObject in gov.nasa.worldwind.render.airspaces |
|---|
| Uses of RestorableSupport.StateObject in gov.nasa.worldwind.terrain |
|---|
| Uses of RestorableSupport.StateObject in gov.nasa.worldwind.util |
|---|
| Methods in gov.nasa.worldwind.util that return RestorableSupport.StateObject | |
|---|---|
RestorableSupport.StateObject |
RestorableSupport.addStateObject(RestorableSupport.StateObject context,
String name)
Adds a new StateObject with the specified name. |
RestorableSupport.StateObject |
RestorableSupport.addStateObject(String name)
Adds a new StateObject with the specified name. |
RestorableSupport.StateObject[] |
RestorableSupport.getAllStateObjects(RestorableSupport.StateObject context)
Returns all StateObjects directly beneath the a context StateObject. |
RestorableSupport.StateObject[] |
RestorableSupport.getAllStateObjects(RestorableSupport.StateObject context,
String name)
Returns all StateObjects with the specified name. |
RestorableSupport.StateObject[] |
RestorableSupport.getAllStateObjects(String name)
Returns any StateObjects directly beneath the document root that have the specified name. |
RestorableSupport.StateObject |
RestorableSupport.getStateObject(RestorableSupport.StateObject context,
String name)
Returns the StateObject with the specified name. |
RestorableSupport.StateObject |
RestorableSupport.getStateObject(String name)
Returns the StateObject with the specified name. |
| Methods in gov.nasa.worldwind.util with parameters of type RestorableSupport.StateObject | |
|---|---|
RestorableSupport.StateObject |
RestorableSupport.addStateObject(RestorableSupport.StateObject context,
String name)
Adds a new StateObject with the specified name. |
void |
RestorableSupport.addStateValueAsBoolean(RestorableSupport.StateObject context,
String name,
boolean booleanValue)
Adds a new StateObject with the specified name and Boolean value. |
void |
RestorableSupport.addStateValueAsColor(RestorableSupport.StateObject context,
String name,
Color color)
|
void |
RestorableSupport.addStateValueAsDouble(RestorableSupport.StateObject context,
String name,
double doubleValue)
Adds a new StateObject with the specified name and Double value. |
void |
RestorableSupport.addStateValueAsInteger(RestorableSupport.StateObject context,
String name,
int intValue)
Adds a new StateObject with the specified name and Integer value. |
void |
RestorableSupport.addStateValueAsLatLon(RestorableSupport.StateObject context,
String name,
LatLon location)
|
void |
RestorableSupport.addStateValueAsLatLonList(RestorableSupport.StateObject context,
String name,
Iterable<? extends LatLon> locations)
|
void |
RestorableSupport.addStateValueAsPosition(RestorableSupport.StateObject context,
String name,
Position position)
|
void |
RestorableSupport.addStateValueAsSector(RestorableSupport.StateObject context,
String name,
Sector sector)
|
void |
RestorableSupport.addStateValueAsString(RestorableSupport.StateObject context,
String name,
String value)
Adds a new StateObject with the specified name and String value. |
void |
RestorableSupport.addStateValueAsString(RestorableSupport.StateObject context,
String name,
String value,
boolean escapeValue)
Adds a new StateObject with the specified name and String value. |
RestorableSupport.StateObject[] |
RestorableSupport.getAllStateObjects(RestorableSupport.StateObject context)
Returns all StateObjects directly beneath the a context StateObject. |
RestorableSupport.StateObject[] |
RestorableSupport.getAllStateObjects(RestorableSupport.StateObject context,
String name)
Returns all StateObjects with the specified name. |
RestorableSupport.StateObject |
RestorableSupport.getStateObject(RestorableSupport.StateObject context,
String name)
Returns the StateObject with the specified name. |
Boolean |
RestorableSupport.getStateObjectAsBoolean(RestorableSupport.StateObject stateObject)
Returns the value of the StateObject as a Boolean. |
Color |
RestorableSupport.getStateObjectAsColor(RestorableSupport.StateObject stateObject)
|
Double |
RestorableSupport.getStateObjectAsDouble(RestorableSupport.StateObject stateObject)
Returns the value of the StateObject as a Double. |
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. |
ArrayList<LatLon> |
RestorableSupport.getStateObjectAsLatLonList(RestorableSupport.StateObject stateObject)
Returns the value of the StateObject as a List of LatLons. |
Long |
RestorableSupport.getStateObjectAsLong(RestorableSupport.StateObject stateObject)
Returns the value of the StateObject as a Long. |
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. |
String |
RestorableSupport.getStateObjectAsString(RestorableSupport.StateObject stateObject)
Returns the value of the StateObject as a String. |
Boolean |
RestorableSupport.getStateValueAsBoolean(RestorableSupport.StateObject context,
String name)
Returns the value of the StateObject with the specified name as a Boolean. |
Color |
RestorableSupport.getStateValueAsColor(RestorableSupport.StateObject context,
String name)
|
Double |
RestorableSupport.getStateValueAsDouble(RestorableSupport.StateObject context,
String name)
Returns the value of the StateObject with the specified name as a Double. |
Integer |
RestorableSupport.getStateValueAsInteger(RestorableSupport.StateObject context,
String name)
Returns the value of the StateObject with the specified name as an Integer. |
LatLon |
RestorableSupport.getStateValueAsLatLon(RestorableSupport.StateObject context,
String name)
|
ArrayList<LatLon> |
RestorableSupport.getStateValueAsLatLonList(RestorableSupport.StateObject context,
String name)
|
Long |
RestorableSupport.getStateValueAsLong(RestorableSupport.StateObject context,
String name)
Returns the value of the StateObject with the specified name as a Long. |
Position |
RestorableSupport.getStateValueAsPosition(RestorableSupport.StateObject context,
String name)
|
Sector |
RestorableSupport.getStateValueAsSector(RestorableSupport.StateObject context,
String name)
|
String |
RestorableSupport.getStateValueAsString(RestorableSupport.StateObject context,
String name)
Returns the value of the StateObject with the specified name as a String. |
|
NASA World Wind | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||