Uses of Interface
org.apache.sis.storage.Aggregate
-
Packages that use Aggregate Package Description org.apache.sis.storage Data store base types for retrieving and saving geospatial data in various storage formats.org.apache.sis.storage.geotiff Maps ISO metadata elements from/to the GeoTIFF tags.org.apache.sis.storage.netcdf Maps ISO metadata elements from/to the Climate and Forecast (CF) attributes in a netCDF file.org.apache.sis.storage.sql Data store capable to read and create features from a JDBC connection to a database. -
-
Uses of Aggregate in org.apache.sis.storage
Subinterfaces of Aggregate in org.apache.sis.storage Modifier and Type Interface Description interface
WritableAggregate
AnAggregate
with writing capabilities. -
Uses of Aggregate in org.apache.sis.storage.geotiff
Classes in org.apache.sis.storage.geotiff that implement Aggregate Modifier and Type Class Description class
GeoTiffStore
A data store backed by GeoTIFF files. -
Uses of Aggregate in org.apache.sis.storage.netcdf
Classes in org.apache.sis.storage.netcdf that implement Aggregate Modifier and Type Class Description class
NetcdfStore
A data store backed by netCDF files. -
Uses of Aggregate in org.apache.sis.storage.sql
Classes in org.apache.sis.storage.sql that implement Aggregate Modifier and Type Class Description class
SQLStore
A data store capable to read and create features from a spatial database.
-