Uses of Class
gov.nasa.worldwind.util.LevelSet.SectorResolution
-
Packages that use LevelSet.SectorResolution Package Description gov.nasa.worldwind.util -
-
Uses of LevelSet.SectorResolution in gov.nasa.worldwind.util
Methods in gov.nasa.worldwind.util that return LevelSet.SectorResolution Modifier and Type Method Description LevelSet.SectorResolution[]LevelSet. getSectorLevelLimits()static LevelSet.SectorResolutionWWXML. getSectorResolutionLimit(org.w3c.dom.Element context, java.lang.String path, javax.xml.xpath.XPath xpath)Returns theLevelSet.SectorResolutionvalue of an element identified by an XPath expression.Methods in gov.nasa.worldwind.util with parameters of type LevelSet.SectorResolution Modifier and Type Method Description static org.w3c.dom.ElementWWXML. 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.
-