NASA World Wind WMS

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

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

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

Fields in gov.nasa.worldwind.servers.wms.xml declared as Layer
protected  Layer Capability.layer
           
 

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

Methods in gov.nasa.worldwind.servers.wms.xml that return Layer
 Layer ObjectFactory.createLayer()
          Create an instance of Layer
 Layer Capability.getLayer()
          Gets the value of the layer property.
 

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

Methods in gov.nasa.worldwind.servers.wms.xml with parameters of type Layer
 void Capability.setLayer(Layer value)
          Sets the value of the layer property.
 


NASA World Wind WMS