Uses of Class
gov.nasa.worldwind.ogc.kml.KMLAbstractContainer
-
Packages that use KMLAbstractContainer Package Description gov.nasa.worldwind.ogc.kml Provides classes for parsing KML and KMZ files and streams.gov.nasa.worldwind.util.layertree Displays a list of layers usingBasicTree. -
-
Uses of KMLAbstractContainer in gov.nasa.worldwind.ogc.kml
Subclasses of KMLAbstractContainer in gov.nasa.worldwind.ogc.kml Modifier and Type Class Description classKMLDocumentRepresents the KML Document element and provides access to its contents.classKMLFolderRepresents the KML Folder element and provides access to its contents.classKMLNetworkLinkRepresents the KML NetworkLink element and provides access to its contents.Fields in gov.nasa.worldwind.ogc.kml with type parameters of type KMLAbstractContainer Modifier and Type Field Description protected java.util.List<KMLAbstractContainer>KMLCreate. containersMethods in gov.nasa.worldwind.ogc.kml that return types with arguments of type KMLAbstractContainer Modifier and Type Method Description java.util.List<KMLAbstractContainer>KMLCreate. getContainers()Methods in gov.nasa.worldwind.ogc.kml with parameters of type KMLAbstractContainer Modifier and Type Method Description protected voidKMLCreate. addContainer(KMLAbstractContainer o)protected voidKMLAbstractContainer. mergeFeatures(KMLAbstractContainer sourceContainer)Merge a list of incoming features with the current list. -
Uses of KMLAbstractContainer in gov.nasa.worldwind.util.layertree
Methods in gov.nasa.worldwind.util.layertree that return KMLAbstractContainer Modifier and Type Method Description KMLAbstractContainerKMLContainerTreeNode. getFeature()Indicates the KML container this node represents.Constructors in gov.nasa.worldwind.util.layertree with parameters of type KMLAbstractContainer Constructor Description KMLContainerTreeNode(KMLAbstractContainer container)Creates a newKMLContainerTreeNodefrom the specifiedcontainer.
-