net.refractions.udig.project.command.provider
Class EditLayerFeatureStoreProvider

java.lang.Object
  extended by net.refractions.udig.project.command.provider.EditLayerFeatureStoreProvider

public class EditLayerFeatureStoreProvider
extends java.lang.Object

Obtains the feature store from the current edit layer.

Since:
1.1.0
Author:
Jesse

Constructor Summary
EditLayerFeatureStoreProvider(IMap map)
           
EditLayerFeatureStoreProvider(MapCommand command)
           
 
Method Summary
 FeatureStore get(IProgressMonitor monitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditLayerFeatureStoreProvider

public EditLayerFeatureStoreProvider(IMap map)

EditLayerFeatureStoreProvider

public EditLayerFeatureStoreProvider(MapCommand command)
Method Detail

get

public FeatureStore get(IProgressMonitor monitor)
                 throws java.io.IOException
Throws:
java.io.IOException