Skip to: Site menu | Main content

GeoTools

The Open Source Java GIS Toolkit

1 What is the difference between DataSource and DataStore Print

DataSource is an "old" api that we are gradually removing - it was very tied to a database connection

model.

DataStore is the low level api that allows access to a "raw" streaming based approach to GIS content;

using FeatureReaders and FeatureWriter.