#include <map_io_jpk_handler.hh>
Inherits MapIOTiffHandler.
Public Member Functions |
virtual void | Import (img::MapHandle &sh, const boost::filesystem::path &loc, const ImageFormatBase &formatstruct) |
virtual void | Import (img::MapHandle &sh, std::istream &loc, const ImageFormatBase &formatstruct) |
void | Export (const img::MapHandle &image, const boost::filesystem::path &location, const ImageFormatBase &formatstruct) const |
void | Export (const img::MapHandle &image, std::ostream &loc, const ImageFormatBase &formatstruct) const |
Detailed Description
Definition at line 38 of file map_io_jpk_handler.hh.
Member Function Documentation
void Export |
( |
const img::MapHandle & |
image, |
|
|
const boost::filesystem::path & |
location, |
|
|
const ImageFormatBase & |
formatstruct |
|
) |
| const |
|
virtual |
void Export |
( |
const img::MapHandle & |
image, |
|
|
std::ostream & |
loc, |
|
|
const ImageFormatBase & |
formatstruct |
|
) |
| const |
|
virtual |
static String GetFormatDescription |
( |
| ) |
|
|
inlinestatic |
static String GetFormatName |
( |
| ) |
|
|
inlinestatic |
virtual void Import |
( |
img::MapHandle & |
sh, |
|
|
const boost::filesystem::path & |
loc, |
|
|
const ImageFormatBase & |
formatstruct |
|
) |
| |
|
virtual |
Map IO handler to read/write Situs map files.
This map IO handler reads Jpk formatted map files, as generated by the software released together with hardware from JPK
Reimplemented from MapIOTiffHandler.
virtual void Import |
( |
img::MapHandle & |
sh, |
|
|
std::istream & |
loc, |
|
|
const ImageFormatBase & |
formatstruct |
|
) |
| |
|
virtual |
static bool MatchContent |
( |
unsigned char * |
header | ) |
|
|
static |
static bool MatchSuffix |
( |
const String & |
loc | ) |
|
|
static |
The documentation for this class was generated from the following file: