Interface FileDataStore

All Superinterfaces:
DataAccess<SimpleFeatureType,SimpleFeature>, DataStore
All Known Implementing Classes:
CSVDataStore, GeoJSONDataStore, ShapefileDataStore

public interface FileDataStore extends DataStore
DataStore represents a single file of content.

Allows developer to skip refering to the typeName when a file contains only a single set of content.