Package | Description |
---|---|
gov.nasa.worldwind.util |
Modifier and Type | Method and Description |
---|---|
LevelSet.SectorResolution[] |
LevelSet.getSectorLevelLimits() |
static LevelSet.SectorResolution |
WWXML.getSectorResolutionLimit(org.w3c.dom.Element context,
java.lang.String path,
javax.xml.xpath.XPath xpath)
Returns the
LevelSet.SectorResolution value of an element identified by an XPath
expression. |
Modifier and Type | Method and Description |
---|---|
static org.w3c.dom.Element |
WWXML.appendSectorResolutionLimit(org.w3c.dom.Element context,
java.lang.String path,
LevelSet.SectorResolution sectorResolution)
Append a heirarcy of new elements with a path to a context element, ending with an element formatted as a
LevelSet.SectorResolutionLimit.
|