public class WWDotNetLayerSetConverter extends AbstractDataStoreProducer
Modifier and Type | Class and Description |
---|---|
protected static class |
WWDotNetLayerSetConverter.ProductionState |
AbstractDataStoreProducer.SourceInfo
Modifier and Type | Field and Description |
---|---|
protected static String |
DEFAULT_IMAGE_FORMAT |
protected static String |
DEFAULT_TEXTURE_FORMAT |
productionParams
Constructor and Description |
---|
WWDotNetLayerSetConverter() |
Modifier and Type | Method and Description |
---|---|
protected void |
convertLayerSet(Object source,
WWDotNetLayerSetConverter.ProductionState productionState) |
protected Document |
createDestConfigDoc(Document layerSetDoc,
AVList installParams) |
protected void |
doStartProduction(AVList parameters) |
String |
getDataSourceDescription() |
protected File |
getDestConfigFile(AVList installParams) |
protected File |
getSourceConfigFile(Object source) |
protected void |
initProductionParameters(AVList params,
WWDotNetLayerSetConverter.ProductionState productionState) |
protected Document |
readLayerSetDocument(Object source) |
protected void |
removeLayerSet(Object source,
AVList params) |
void |
removeProductionState() |
protected void |
setProgressParameters(Iterable<?> dataSources,
WWDotNetLayerSetConverter.ProductionState productionState) |
protected String |
validateDataSource(Object source,
AVList params) |
protected String |
validateProductionParameters(AVList parameters) |
acceptsDataSource, containsDataSource, getDataSourceList, getDataSources, getProductionParameters, getProductionResults, getProductionResultsList, getStoreParameters, isStopped, offerAllDataSources, offerDataSource, removeAllDataSources, removeDataSource, setStoreParameters, startProduction, stopProduction
onMessage, propertyChange
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getBooleanValue, getBooleanValue, getChangeSupport, getDoubleValue, getDoubleValue, getEntries, getIntegerValue, getIntegerValue, getLongValue, getLongValue, getRestorableStateForAVPair, getStringValue, getStringValue, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getEntries, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
propertyChange
onMessage
protected static final String DEFAULT_IMAGE_FORMAT
protected static final String DEFAULT_TEXTURE_FORMAT
protected void convertLayerSet(Object source, WWDotNetLayerSetConverter.ProductionState productionState) throws Exception
Exception
protected Document createDestConfigDoc(Document layerSetDoc, AVList installParams)
protected void doStartProduction(AVList parameters) throws Exception
doStartProduction
in class AbstractDataStoreProducer
Exception
public String getDataSourceDescription()
protected void initProductionParameters(AVList params, WWDotNetLayerSetConverter.ProductionState productionState)
public void removeProductionState()
removeProductionState
in interface DataStoreProducer
removeProductionState
in class AbstractDataStoreProducer
protected void setProgressParameters(Iterable<?> dataSources, WWDotNetLayerSetConverter.ProductionState productionState)
protected String validateDataSource(Object source, AVList params)
validateDataSource
in class AbstractDataStoreProducer
protected String validateProductionParameters(AVList parameters)
validateProductionParameters
in class AbstractDataStoreProducer