OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
src
imaging
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
14
#include <
ossim/imaging/ossimGpkgWriterInterface.h
>
15
16
//---
17
// Explicit constructor. Fix for undefine in sqlite plugin, windows vs14 debug
18
// configuration.
19
//---
20
ossimGpkgWriterInterface::ossimGpkgWriterInterface
()
21
{
22
}
ossimGpkgWriterInterface::ossimGpkgWriterInterface
ossimGpkgWriterInterface()
GP: I had to add this or windows would not link with the latest compiler.
Definition:
ossimGpkgWriterInterface.cpp:20
ossimGpkgWriterInterface.h
Generated on Fri Aug 3 2018 08:46:48 for OSSIM - Open Source Software Image Map by
1.8.14