Uses of Class
gov.nasa.worldwind.ogc.wms.WMSLayerDimension
-
Packages that use WMSLayerDimension Package Description gov.nasa.worldwind.ogc.wms -
-
Uses of WMSLayerDimension in gov.nasa.worldwind.ogc.wms
Fields in gov.nasa.worldwind.ogc.wms with type parameters of type WMSLayerDimension Modifier and Type Field Description protected java.util.Set<WMSLayerDimension>WMSLayerCapabilities. dimensionsMethods in gov.nasa.worldwind.ogc.wms that return types with arguments of type WMSLayerDimension Modifier and Type Method Description java.util.Set<WMSLayerDimension>WMSLayerCapabilities. getDimensions()Methods in gov.nasa.worldwind.ogc.wms with parameters of type WMSLayerDimension Modifier and Type Method Description protected voidWMSLayerCapabilities. addDimension(WMSLayerDimension dimension)Method parameters in gov.nasa.worldwind.ogc.wms with type arguments of type WMSLayerDimension Modifier and Type Method Description protected voidWMSLayerCapabilities. addDimensions(java.util.Set<WMSLayerDimension> dims)protected voidWMSLayerCapabilities. setDimensions(java.util.Set<WMSLayerDimension> dimensions)
-