| |
|
| java.lang.Object org.geotools.data.vpf.file.VPFFileFactory
VPFFileFactory | public class VPFFileFactory implements DataStoreFactorySpi(Code) | | A factory for VPFFileStore.
The file store is a singleton and the factory
acts as the container.
This class does not do anything special at all
and could easily be circumvented,
but is here for completeness.
author: jeff yutzler |
canProcess | public boolean canProcess(Map params)(Code) | | |
getImplementationHints | public Map getImplementationHints()(Code) | | Returns the implementation hints. The default implementation returns en empty map.
|
getInstance | public static VPFFileFactory getInstance()(Code) | | Returns the singleton instance
Returns the instance. |
getParametersInfo | public Param[] getParametersInfo()(Code) | | |
isAvailable | public boolean isAvailable()(Code) | | |
reset | public void reset()(Code) | | Close all currently open files.
|
|
|
|