public abstract class AbstractNewLayerFileProvider extends AbstractNewLayerProvider
Modifier and Type | Field and Description |
---|---|
protected NewLayerFileProviderPanel |
fileProviderPanel |
protected static Logger |
LOG |
protected List<NewLayerProviderPanel> |
panels |
protected NewFeatureStoreParameters |
storeParameters |
explorer, storeName
Modifier | Constructor and Description |
---|---|
protected |
AbstractNewLayerFileProvider(NewLayerService service) |
Modifier and Type | Method and Description |
---|---|
EditableFeatureType |
getFeatureType() |
protected abstract String |
getFileExtension() |
protected abstract String |
getFileParameterName() |
NewFeatureStoreParameters |
getNewStoreParameters() |
DataStoreParameters |
getOpenStoreParameters() |
List<NewLayerProviderPanel> |
getPanels() |
getExplorer, getService, getStoreName, setProviderServices
protected static final Logger LOG
protected List<NewLayerProviderPanel> panels
protected NewLayerFileProviderPanel fileProviderPanel
protected NewFeatureStoreParameters storeParameters
protected AbstractNewLayerFileProvider(NewLayerService service)
public List<NewLayerProviderPanel> getPanels()
public EditableFeatureType getFeatureType()
protected abstract String getFileParameterName()
protected abstract String getFileExtension()
public NewFeatureStoreParameters getNewStoreParameters()
public DataStoreParameters getOpenStoreParameters()