Package | Description |
---|---|
org.geotools.data |
Defines the DataStoreAPI via which all data is imported or exported.
|
org.geotools.data.csv | |
org.geotools.data.geojson.store | |
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 |
CSVDataStore |
Modifier and Type | Method and Description |
---|---|
FileDataStore |
CSVDataStoreFactory.createDataStore(Map<String,?> params) |
FileDataStore |
CSVDataStoreFactory.createDataStore(URL url) |
FileDataStore |
CSVDataStoreFactory.createDataStoreFromFile(File file) |
FileDataStore |
CSVDataStoreFactory.createDataStoreFromFile(File file,
URI namespace) |
Modifier and Type | Class and Description |
---|---|
class |
GeoJSONDataStore |
Modifier and Type | Method and Description |
---|---|
FileDataStore |
GeoJSONDataStoreFactory.createDataStore(File f) |
FileDataStore |
GeoJSONDataStoreFactory.createDataStore(URL url) |
Modifier and Type | Class and Description |
---|---|
class |
ShapefileDataStore |
Modifier and Type | Method and Description |
---|---|
FileDataStore |
ShapefileDataStoreFactory.createDataStore(URL url) |
Copyright © 1996–2022 Geotools. All rights reserved.