Aquarius.NET® - specifications

Data Adapters



 
Success of any new technology depends on its compatibility with the existing environments. Aquarius.NET solves this problem in a radical way: it leaves all connected spatial and attribute data data in their legacy storages and formats. It connects to any database, file format or WEB service by its specific adapters. Such an architecture allows rapid application development and very quick customer implementation.

Feature Adapter is the abstract base class for all derived feature data adapters.

File Based Adapters
  • File Adapter
    File Adapter is the abstract base class for all derived feature file based data adapters.
  • FME Adapter
    FME adapter connects to Feature Manipulation Engine object drivers.
  • MaGIS Adapter
    MaGIS FileAdapter connects to MaGIS data source files.
  • Shape Adapter
    Shape FileAdapter connects to ESRI Shape files.

Directory Based Adapters
  • ImageDirectory adapter
    ImageDirectory adapter connects to directories containing image files.


Cache Based Adapters
  • Cache adapter
    Cache adapter connects to Aquarius.NET cache files.
  • SqlDbTileCacheAdapter adapter
    SqlDbTileCacheAdapter connects to Aquarius image tile ceches stored in SQL servers.

Memory Based Adapters
  • DataTable adapter
    DataTable adapter connects to in memory DataTable.


Database Based Adapters
  • Odbc adapter
    OdbcAdapter connects to Odbc data sources.
  • Odbc adapter
    OleDbAdapter connects to OleDb data sources.
  • SqlDb adapter
    SqlDbAdapter connects to Microsoft SQL Server.

Web Services Based Adapters


Data Integration
Data Storage


Back