net.refractions.udig.catalog.memory
Interface MemoryDSFactory


public interface MemoryDSFactory

Permits the instantiation of custom version of ActiveMemoryDataStore.

Since:
1.1.0
Author:
rgould

Method Summary
 ActiveMemoryDataStore createNewDS()
          Construct and return a new instance of an ActiveMemoryDataStore.
 

Method Detail

createNewDS

ActiveMemoryDataStore createNewDS()
Construct and return a new instance of an ActiveMemoryDataStore. Typically this is a custom sub-class implementation

Returns:
a new instance of an ActiveMemoryDataStore