OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimGpkgWriterInterface.cpp
Go to the documentation of this file.
1 //----------------------------------------------------------------------------
2 //
3 // License: MIT
4 //
5 // See LICENSE.txt file in the top level directory for more details.
6 //
7 // Author: David Burken
8 //
9 // Description: Interface for GeoPackage(gpkg) writers.
10 //
11 //----------------------------------------------------------------------------
12 // $Id$
13 
15 
16 //---
17 // Explicit constructor. Fix for undefine in sqlite plugin, windows vs14 debug
18 // configuration.
19 //---
21 {
22 }
ossimGpkgWriterInterface()
GP: I had to add this or windows would not link with the latest compiler.