org.gvsig.exportto.swing.prov.generic
Class ExporttoGenericProvider
java.lang.Object
org.gvsig.tools.service.spi.AbstractProvider
org.gvsig.exportto.swing.prov.generic.ExporttoGenericProvider
- All Implemented Interfaces:
- ExporttoSwingProvider, Provider
public class ExporttoGenericProvider
- extends AbstractProvider
- implements ExporttoSwingProvider
Exporto provider which gets Exporto from a file.
- Version:
- $Id$
- Author:
- gvSIG Team
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExporttoGenericProvider
public ExporttoGenericProvider(ProviderServices providerServices,
org.gvsig.fmap.dal.feature.FeatureStore featureStore,
org.cresques.cts.IProjection projection)
- Constructor.
- Parameters:
providerServices - the services for the providerfile - to get the Exporto from
getPanelCount
public int getPanelCount()
- Specified by:
getPanelCount in interface ExporttoSwingProvider
getPanelAt
public ExporttoSwingProviderPanel getPanelAt(int index)
- Specified by:
getPanelAt in interface ExporttoSwingProvider
setDataServerExplorerSelected
public void setDataServerExplorerSelected(String explorerName)
throws ExporttoPanelValidationException
- Throws:
ExporttoPanelValidationException
setDataServerExplorerParameters
public void setDataServerExplorerParameters(org.gvsig.fmap.dal.DataServerExplorerParameters dataServerExplorerParameters)
throws ExporttoPanelValidationException
- Throws:
ExporttoPanelValidationException
getDataServerExplorer
public org.gvsig.fmap.dal.DataServerExplorer getDataServerExplorer()
setDataStoreSelected
public void setDataStoreSelected(String storeName)
throws ExporttoPanelValidationException
- Throws:
ExporttoPanelValidationException
createExporttoService
public ExporttoService createExporttoService()
- Specified by:
createExporttoService in interface ExporttoSwingProvider
Copyright © 2004-2013 gvSIG. All Rights Reserved.