Package | Description |
---|---|
org.geotools.data |
Defines the DataStoreAPI via which all data is imported or exported.
|
org.geotools.data.shapefile | |
org.geotools.factory | |
org.geotools.swing.data |
Dialog and wizard classes to get user input for data stores
|
Modifier and Type | Method and Description |
---|---|
static FileDataStoreFactorySpi |
FileDataStoreFinder.getDataStoreFactory(String extension)
Used to look up a FileDataStoreFactorySpi by extension.
|
Modifier and Type | Method and Description |
---|---|
static Iterator<FileDataStoreFactorySpi> |
FileDataStoreFinder.getAvailableDataStores()
Returns an iterator of FileDataStoreFactorySpi to allow for the easy creation of a
FileDataStore
|
Modifier and Type | Class and Description |
---|---|
class |
ShapefileDataStoreFactory
Builds instances of the shapefile data store
|
class |
ShapefileDirectoryFactory
Creates a directory datastore pointing to a directory of shapefiles
|
Modifier and Type | Method and Description |
---|---|
static Set<FileDataStoreFactorySpi> |
CommonFactoryFinder.getFileDataStoreFactories(Hints hints)
Returns a set of all available implementations for the
FileDataStoreFactorySpi
interface. |
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
JFileDataStoreChooser(FileDataStoreFactorySpi format)
Creates a dialog that filters for files matching the specified data format.
|
Copyright © 1996–2019 Geotools. All rights reserved.