NASA World Wind WMS

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

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

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

Fields in gov.nasa.worldwind.servers.wms.xml declared as StyleSheetURL
protected  StyleSheetURL Style.styleSheetURL
           
 

Methods in gov.nasa.worldwind.servers.wms.xml that return StyleSheetURL
 StyleSheetURL ObjectFactory.createStyleSheetURL()
          Create an instance of StyleSheetURL
 StyleSheetURL Style.getStyleSheetURL()
          Gets the value of the styleSheetURL property.
 

Methods in gov.nasa.worldwind.servers.wms.xml with parameters of type StyleSheetURL
 void Style.setStyleSheetURL(StyleSheetURL value)
          Sets the value of the styleSheetURL property.
 


NASA World Wind WMS