NASA World Wind

Uses of Class
gov.nasa.worldwind.applications.gio.esg.ServiceData

Packages that use ServiceData
gov.nasa.worldwind.applications.gio.esg   
 

Uses of ServiceData in gov.nasa.worldwind.applications.gio.esg
 

Methods in gov.nasa.worldwind.applications.gio.esg that return ServiceData
 ServiceData ServicePackage.getServiceData(int index)
           
 

Methods in gov.nasa.worldwind.applications.gio.esg that return types with arguments of type ServiceData
 Iterator<ServiceData> ServicePackage.getServiceDataIterator()
           
 

Methods in gov.nasa.worldwind.applications.gio.esg with parameters of type ServiceData
 void ServicePackage.addServiceData(int index, ServiceData serviceData)
           
 void ServicePackage.addServiceData(ServiceData serviceData)
           
 int ServicePackage.getIndex(ServiceData serviceData)
           
protected  void GetCapabilities.makeLayerParams(ServiceData serviceData)
           
protected  void GetServiceData.makeServiceDataParams(ServiceData serviceData)
           
protected  void ESGController.onUpdateServiceData(ESGResultModel resultModel, ServiceData serviceData)
           
 void ServicePackage.setServiceData(int index, ServiceData serviceData)
           
 

Method parameters in gov.nasa.worldwind.applications.gio.esg with type arguments of type ServiceData
 void ServicePackage.addServiceData(Collection<? extends ServiceData> c)
           
protected  void ESGResultNode.setServiceData(Iterator<ServiceData> iter)
           
 

Constructors in gov.nasa.worldwind.applications.gio.esg with parameters of type ServiceData
ServiceDataNode(ServiceData serviceData)
           
 


NASA World Wind