NASA World Wind WMS

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

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

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

Fields in gov.nasa.worldwind.servers.wms.xml with type parameters of type DataURL
protected  List<DataURL> Layer.dataURL
           
 

Methods in gov.nasa.worldwind.servers.wms.xml that return DataURL
 DataURL ObjectFactory.createDataURL()
          Create an instance of DataURL
 

Methods in gov.nasa.worldwind.servers.wms.xml that return types with arguments of type DataURL
 List<DataURL> Layer.getDataURL()
          Gets the value of the dataURL property.
 


NASA World Wind WMS