NASA World Wind WMS

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

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

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

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

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

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


NASA World Wind WMS