Uses of Class
gov.nasa.worldwind.ogc.kml.KMLNetworkLink
- 
Packages that use KMLNetworkLink 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.gov.nasa.worldwindx.examples.kml Examples of importing and exporting files in the Keyhole Markup Language (KML).
- 
- 
Uses of KMLNetworkLink in gov.nasa.worldwind.ogc.kmlFields in gov.nasa.worldwind.ogc.kml declared as KMLNetworkLink Modifier and Type Field Description protected KMLNetworkLinkKMLNetworkLink.RequestTask. linkThe link associated with this request.Constructors in gov.nasa.worldwind.ogc.kml with parameters of type KMLNetworkLink Constructor Description RequestTask(KMLNetworkLink link, java.lang.String address)Construct a request task for a specified network link resource.
- 
Uses of KMLNetworkLink in gov.nasa.worldwind.util.layertreeMethods in gov.nasa.worldwind.util.layertree that return KMLNetworkLink Modifier and Type Method Description KMLNetworkLinkKMLNetworkLinkTreeNode. getFeature()Indicates the KML network link this node represents.Constructors in gov.nasa.worldwind.util.layertree with parameters of type KMLNetworkLink Constructor Description KMLNetworkLinkTreeNode(KMLNetworkLink networkLink)Creates a newKMLNetworkLinkTreeNodefrom the specifiednetworkLink.
- 
Uses of KMLNetworkLink in gov.nasa.worldwindx.examples.kmlMethods in gov.nasa.worldwindx.examples.kml with parameters of type KMLNetworkLink Modifier and Type Method Description protected voidKMLApplicationController. onNetworkLinkRefreshed(KMLNetworkLink networkLink)Called frompropertyChangewhen aKMLNetworkLinksends aAVKey.RETRIEVAL_STATE_SUCCESSFUL
 
-