Uses of Class
org.boehn.kmlframework.kml.NetworkLinkControl

Packages that use NetworkLinkControl
org.boehn.kmlframework.kml   
 

Uses of NetworkLinkControl in org.boehn.kmlframework.kml
 

Fields in org.boehn.kmlframework.kml declared as NetworkLinkControl
protected  NetworkLinkControl Kml.networkLinkControl
           
 

Methods in org.boehn.kmlframework.kml that return NetworkLinkControl
 NetworkLinkControl Kml.getNetworkLinkControl()
           
 

Methods in org.boehn.kmlframework.kml with parameters of type NetworkLinkControl
 void Kml.setNetworkLinkControl(NetworkLinkControl networkLinkControl)
           
 

Constructors in org.boehn.kmlframework.kml with parameters of type NetworkLinkControl
Kml(NetworkLinkControl networkLinkControl, Feature feature)