org.geotools.data.shapefile
Class ShapefileDataStoreFactory.ShpFileStoreFactory

Object
  extended by ShapefileDataStoreFactory.ShpFileStoreFactory
All Implemented Interfaces:
FileStoreFactory
Enclosing class:
ShapefileDataStoreFactory

public static class ShapefileDataStoreFactory.ShpFileStoreFactory
extends Object
implements FileStoreFactory

A delegates that allow to build a directory of shapfiles store

Author:
Andrea Aime - OpenGeo

Constructor Summary
ShapefileDataStoreFactory.ShpFileStoreFactory(ShapefileDataStoreFactory factory, Map originalParams)
           
 
Method Summary
 DataStore getDataStore(File file)
          Returns a store for the specified file
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShapefileDataStoreFactory.ShpFileStoreFactory

public ShapefileDataStoreFactory.ShpFileStoreFactory(ShapefileDataStoreFactory factory,
                                                     Map originalParams)
Method Detail

getDataStore

public DataStore getDataStore(File file)
                       throws IOException
Description copied from interface: FileStoreFactory
Returns a store for the specified file

Specified by:
getDataStore in interface FileStoreFactory
Returns:
Throws:
IOException


Copyright © 1996-2014 Geotools. All Rights Reserved.