|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileDataStoreFactorySpi | |
---|---|
org.geotools.data | Defines the DataStoreAPI via which all data is imported or exported. |
org.geotools.data.shapefile | |
org.geotools.factory | Utility classes which enable dynamic binding to factory implementations at runtime. |
org.geotools.swing.data | Dialog and wizard classes to get user input for data stores |
org.geotools.swt.control | SWT controls, wizards and dialogs used to do common tasks. |
Uses of FileDataStoreFactorySpi in org.geotools.data |
---|
Methods in org.geotools.data that return FileDataStoreFactorySpi | |
---|---|
static FileDataStoreFactorySpi |
FileDataStoreFinder.getDataStoreFactory(String extension)
Used to look up a FileDataStoreFactorySpi by extension. |
Methods in org.geotools.data that return types with arguments of type FileDataStoreFactorySpi | |
---|---|
static Iterator<FileDataStoreFactorySpi> |
FileDataStoreFinder.getAvailableDataStores()
Returns an iterator of FileDataStoreFactorySpi to allow for the easy creation of a FileDataStore |
Uses of FileDataStoreFactorySpi in org.geotools.data.shapefile |
---|
Classes in org.geotools.data.shapefile that implement FileDataStoreFactorySpi | |
---|---|
class |
ShapefileDataStoreFactory
Builds instances of the shapefile data store |
class |
ShapefileDirectoryFactory
Creates a directory datastore pointing to a directory of shapefiles |
Uses of FileDataStoreFactorySpi in org.geotools.factory |
---|
Methods in org.geotools.factory that return types with arguments of type FileDataStoreFactorySpi | |
---|---|
static Set<FileDataStoreFactorySpi> |
CommonFactoryFinder.getFileDataStoreFactories(Hints hints)
Returns a set of all available implementations for the FileDataStoreFactorySpi interface. |
Uses of FileDataStoreFactorySpi in org.geotools.swing.data |
---|
Methods in org.geotools.swing.data with parameters of type FileDataStoreFactorySpi | |
---|---|
static File |
JFileDataStoreChooser.showOpenFile(FileDataStoreFactorySpi format,
Component parent)
Show a file open dialog that filters for files that match a given file data store format |
static File |
JFileDataStoreChooser.showOpenFile(FileDataStoreFactorySpi format,
File initialDir,
Component parent)
Show a file open dialog that filters for files that match a given file data store format |
Constructors in org.geotools.swing.data with parameters of type FileDataStoreFactorySpi | |
---|---|
JFileDataStoreChooser(FileDataStoreFactorySpi format)
Creates a dialog that filters for files matching the specified data format. |
Uses of FileDataStoreFactorySpi in org.geotools.swt.control |
---|
Methods in org.geotools.swt.control with parameters of type FileDataStoreFactorySpi | |
---|---|
static File |
JFileDataStoreChooser.showOpenFile(FileDataStoreFactorySpi format,
File initialDir,
Shell parent)
Show a file open dialog that filters for files that match a given file data store format |
static File |
JFileDataStoreChooser.showOpenFile(FileDataStoreFactorySpi format,
Shell parent)
Show a file open dialog that filters for files that match a given file data store format |
Constructors in org.geotools.swt.control with parameters of type FileDataStoreFactorySpi | |
---|---|
JFileDataStoreChooser(Shell parent,
int style,
FileDataStoreFactorySpi format)
Creates a dialog that filters for files matching the specified data format. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |