gov.nasa.worldwind
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Method Summary | |
|---|---|
Boolean |
getBoolean(String paramName)
Returns the Boolean value identified by a specified parameter name. |
DataConfiguration |
getChild(String paramName)
Returns the child configuration with a specified name. |
DataConfiguration[] |
getChildren(String paramName)
Returns an array of child configurations with a specified name. |
Double |
getDouble(String paramName)
Returns the Double value identified by a specified parameter name. |
Integer |
getInteger(String paramName)
Returns the Integer value identified by a specified parameter name. |
LatLon |
getLatLon(String paramName)
Returns the LatLon value identified by a specified parameter name. |
Long |
getLong(String paramName)
Returns the Long value identified by a specified parameter name. |
String |
getName()
Returns the name of this configuration information. |
Sector |
getSector(String paramName)
Returns the Sector value identified by a specified parameter name. |
LevelSet.SectorResolution |
getSectorResolutionLimit(String paramName)
Returns the LevelSet.SectorResolution value identified by a specified parameter
name. |
Object |
getSource()
Returns the backing source of configuration information. |
String |
getString(String paramName)
Returns the String value identified by a specified parameter name. |
String[] |
getStringArray(String paramName)
Returns all String values identified by a specified parameter name. |
Long |
getTimeInMillis(String paramName)
Returns the time value in milliseconds identified by a specified parameter name. |
String |
getType()
Returns the type of this configuration information. |
String[] |
getUniqueStrings(String paramName)
Returns all unique String values identified by a specified parameter name. |
String |
getVersion()
Returns the version of this configuration information, or null if no version exists. |
| Method Detail |
|---|
Boolean getBoolean(String paramName)
Boolean value identified by a specified parameter name.
paramName - the parameter name.
DataConfiguration getChild(String paramName)
paramName - name of the child configuration.
IllegalArgumentException - if the parameter name is null.DataConfiguration[] getChildren(String paramName)
paramName - name of the child configurations.
IllegalArgumentException - if the parameter name is null.Double getDouble(String paramName)
Double value identified by a specified parameter name.
paramName - the parameter name.
Integer getInteger(String paramName)
Integer value identified by a specified parameter name.
paramName - the parameter name.
LatLon getLatLon(String paramName)
LatLon value identified by a specified parameter name.
paramName - the parameter name.
Long getLong(String paramName)
Long value identified by a specified parameter name.
paramName - the parameter name.
String getName()
Sector getSector(String paramName)
Sector value identified by a specified parameter name.
paramName - the parameter name.
LevelSet.SectorResolution getSectorResolutionLimit(String paramName)
LevelSet.SectorResolution value identified by a specified parameter
name.
paramName - the parameter name.
Object getSource()
Element reference.
String getString(String paramName)
String value identified by a specified parameter name.
paramName - the parameter name.
String[] getStringArray(String paramName)
paramName - the parameter name.
Long getTimeInMillis(String paramName)
paramName - the parameter name.
String getType()
String[] getUniqueStrings(String paramName)
paramName - the parameter name.
String getVersion()
|
NASA World Wind | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||