Package | Description |
---|---|
org.geotools.data |
Defines the DataStoreAPI via which all data is imported or exported.
|
org.geotools.data.shapefile |
Modifier and Type | Method and Description |
---|---|
FileDataStore |
FileDataStoreFactorySpi.createDataStore(URL url)
A DataStore attached to the provided url, may be created if needed.
|
static FileDataStore |
FileDataStoreFinder.getDataStore(File file)
Checks each available datasource implementation in turn and returns the first one which
claims to support the given file..
|
static FileDataStore |
FileDataStoreFinder.getDataStore(URL url)
Checks each available datasource implementation in turn and returns the first one which
claims to support the resource identified by the params object.
|
Modifier and Type | Class and Description |
---|---|
class |
ShapefileDataStore |
Modifier and Type | Method and Description |
---|---|
FileDataStore |
ShapefileDataStoreFactory.createDataStore(URL url) |
Copyright © 1996–2019 Geotools. All rights reserved.