NASA World Wind WMS

Uses of Class
gov.nasa.worldwind.servers.wms.xml.OnlineResource

Packages that use OnlineResource
gov.nasa.worldwind.servers.wms.xml   
 

Uses of OnlineResource in gov.nasa.worldwind.servers.wms.xml
 

Fields in gov.nasa.worldwind.servers.wms.xml declared as OnlineResource
protected  OnlineResource StyleURL.onlineResource
           
protected  OnlineResource StyleSheetURL.onlineResource
           
protected  OnlineResource Service.onlineResource
           
protected  OnlineResource Post.onlineResource
           
protected  OnlineResource MetadataURL.onlineResource
           
protected  OnlineResource LogoURL.onlineResource
           
protected  OnlineResource LegendURL.onlineResource
           
protected  OnlineResource Get.onlineResource
           
protected  OnlineResource FeatureListURL.onlineResource
           
protected  OnlineResource DataURL.onlineResource
           
protected  OnlineResource AuthorityURL.onlineResource
           
protected  OnlineResource Attribution.onlineResource
           
 

Methods in gov.nasa.worldwind.servers.wms.xml that return OnlineResource
 OnlineResource ObjectFactory.createOnlineResource()
          Create an instance of OnlineResource
 OnlineResource StyleURL.getOnlineResource()
          Gets the value of the onlineResource property.
 OnlineResource StyleSheetURL.getOnlineResource()
          Gets the value of the onlineResource property.
 OnlineResource Service.getOnlineResource()
          Gets the value of the onlineResource property.
 OnlineResource Post.getOnlineResource()
          Gets the value of the onlineResource property.
 OnlineResource MetadataURL.getOnlineResource()
          Gets the value of the onlineResource property.
 OnlineResource LogoURL.getOnlineResource()
          Gets the value of the onlineResource property.
 OnlineResource LegendURL.getOnlineResource()
          Gets the value of the onlineResource property.
 OnlineResource Get.getOnlineResource()
          Gets the value of the onlineResource property.
 OnlineResource FeatureListURL.getOnlineResource()
          Gets the value of the onlineResource property.
 OnlineResource DataURL.getOnlineResource()
          Gets the value of the onlineResource property.
 OnlineResource AuthorityURL.getOnlineResource()
          Gets the value of the onlineResource property.
 OnlineResource Attribution.getOnlineResource()
          Gets the value of the onlineResource property.
 

Methods in gov.nasa.worldwind.servers.wms.xml with parameters of type OnlineResource
 void StyleURL.setOnlineResource(OnlineResource value)
          Sets the value of the onlineResource property.
 void StyleSheetURL.setOnlineResource(OnlineResource value)
          Sets the value of the onlineResource property.
 void Service.setOnlineResource(OnlineResource value)
          Sets the value of the onlineResource property.
 void Post.setOnlineResource(OnlineResource value)
          Sets the value of the onlineResource property.
 void MetadataURL.setOnlineResource(OnlineResource value)
          Sets the value of the onlineResource property.
 void LogoURL.setOnlineResource(OnlineResource value)
          Sets the value of the onlineResource property.
 void LegendURL.setOnlineResource(OnlineResource value)
          Sets the value of the onlineResource property.
 void Get.setOnlineResource(OnlineResource value)
          Sets the value of the onlineResource property.
 void FeatureListURL.setOnlineResource(OnlineResource value)
          Sets the value of the onlineResource property.
 void DataURL.setOnlineResource(OnlineResource value)
          Sets the value of the onlineResource property.
 void AuthorityURL.setOnlineResource(OnlineResource value)
          Sets the value of the onlineResource property.
 void Attribution.setOnlineResource(OnlineResource value)
          Sets the value of the onlineResource property.
 


NASA World Wind WMS