Software:Brig (C++ libraries)

From HandWiki
brig
Stable release
1306 / June 2013; 10 years ago (2013-06)
Written inC++ 11
Operating systemCross-platform
TypeLibraries
LicenseMIT
Websitehttps://code.google.com/p/brig

Deprecated - see Bark (C++ library). Brig is a collection of cross-platform C++ 11 header only libraries that offers interaction with many databases and usability of the geometric data.[1]

Libraries

boost

database

  • use as a compact wrapper for a unified access to databases:
  1. CUBRID (no spatial data)
  2. DB2 + Spatial Extender
  3. Informix + Spatial DataBlade
  4. Ingres (no valid spatial index)
  5. Microsoft SQL Server
  6. MySQL
  7. Oracle
  8. Postgres + PostGIS
  9. SQLite + SpatiaLite
  1. CUBRID C Client Interface
  2. libpq C Library
  3. MySQL C API
  4. ODBC / unixODBC
  5. Oracle Call Interface
  6. SQLite C Interface

gdal

osm

proj

qt

unicode

  • use to transform a unicode text between UTF-8, UTF-16 and UTF-32
  • use for case mappings

Test compilers

References

See also