Uses of Class
gov.nasa.worldwind.data.WWDotNetLayerSetConverter.ProductionState
-
Packages that use WWDotNetLayerSetConverter.ProductionState Package Description gov.nasa.worldwind.data This package provides classes for converting raw data sources into a form which can be used by standard WorldWind components, such asLayer
andElevationModel
. -
-
Uses of WWDotNetLayerSetConverter.ProductionState in gov.nasa.worldwind.data
Methods in gov.nasa.worldwind.data with parameters of type WWDotNetLayerSetConverter.ProductionState Modifier and Type Method Description protected void
WWDotNetLayerSetConverter. convertLayerSet(java.lang.Object source, WWDotNetLayerSetConverter.ProductionState productionState)
protected void
WWDotNetLayerSetConverter. initProductionParameters(AVList params, WWDotNetLayerSetConverter.ProductionState productionState)
protected void
WWDotNetLayerSetConverter. setProgressParameters(java.lang.Iterable<?> dataSources, WWDotNetLayerSetConverter.ProductionState productionState)
-