public abstract class AbstractNewLayerFileProvider extends AbstractNewLayerProvider
| Modifier and Type | Field and Description |
|---|---|
protected NewLayerFileProviderParameters |
parameters |
LOG| Modifier | Constructor and Description |
|---|---|
protected |
AbstractNewLayerFileProvider(NewLayerService service) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NewLayerProviderPanel> |
createPanels(NewLayerWizard wizard) |
DataServerExplorer |
getExplorer() |
EditableFeatureType |
getFeatureType() |
protected java.io.File |
getFile() |
NewFeatureStoreParameters |
getNewStoreParameters() |
DataStoreParameters |
getOpenStoreParameters() |
getService, setProviderServicesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStoreNameprotected NewLayerFileProviderParameters parameters
protected AbstractNewLayerFileProvider(NewLayerService service)
public java.util.List<NewLayerProviderPanel> createPanels(NewLayerWizard wizard)
public EditableFeatureType getFeatureType()
public DataServerExplorer getExplorer() throws NewLayerException
NewLayerExceptionprotected java.io.File getFile()
public NewFeatureStoreParameters getNewStoreParameters() throws NewLayerException
NewLayerExceptionpublic DataStoreParameters getOpenStoreParameters() throws NewLayerException
NewLayerException