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.kml
Fields in gov.nasa.worldwind.ogc.kml declared as KMLNetworkLink Modifier and Type Field Description protected KMLNetworkLink
KMLNetworkLink.RequestTask. link
The 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.layertree
Methods in gov.nasa.worldwind.util.layertree that return KMLNetworkLink Modifier and Type Method Description KMLNetworkLink
KMLNetworkLinkTreeNode. 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 newKMLNetworkLinkTreeNode
from the specifiednetworkLink
. -
Uses of KMLNetworkLink in gov.nasa.worldwindx.examples.kml
Methods in gov.nasa.worldwindx.examples.kml with parameters of type KMLNetworkLink Modifier and Type Method Description protected void
KMLApplicationController. onNetworkLinkRefreshed(KMLNetworkLink networkLink)
Called frompropertyChange
when aKMLNetworkLink
sends a
property change event.AVKey.RETRIEVAL_STATE_SUCCESSFUL
-