#include <map_io_jpk_handler.hh>
Inherits ost::io::MapIOTiffHandler, and ost::io::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 |
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 |
Static Public Member Functions | |
static bool | MatchContent (unsigned char *header) |
static bool | MatchType (const ImageFormatBase &type) |
static bool | MatchSuffix (const String &loc) |
static String | GetFormatName () |
static String | GetFormatDescription () |
static bool | MatchContent (unsigned char *header) |
static bool | MatchType (const ImageFormatBase &type) |
static bool | MatchSuffix (const String &loc) |
static String | GetFormatName () |
static String | GetFormatDescription () |
Definition at line 38 of file map_io_jpk_handler.hh.
void Export | ( | const img::MapHandle & | image, | |
std::ostream & | loc, | |||
const ImageFormatBase & | formatstruct | |||
) | const [virtual] |
Reimplemented from MapIOTiffHandler.
void Export | ( | const img::MapHandle & | image, | |
const boost::filesystem::path & | location, | |||
const ImageFormatBase & | formatstruct | |||
) | const [virtual] |
Reimplemented from MapIOTiffHandler.
void Export | ( | const img::MapHandle & | image, | |
std::ostream & | loc, | |||
const ImageFormatBase & | formatstruct | |||
) | const [virtual] |
Reimplemented from MapIOTiffHandler.
void Export | ( | const img::MapHandle & | image, | |
const boost::filesystem::path & | location, | |||
const ImageFormatBase & | formatstruct | |||
) | const [virtual] |
Reimplemented from MapIOTiffHandler.
static String GetFormatDescription | ( | ) | [inline, static] |
Reimplemented from MapIOTiffHandler.
Definition at line 53 of file map_io_jpk_handler.hh.
static String GetFormatDescription | ( | ) | [inline, static] |
Reimplemented from MapIOTiffHandler.
Definition at line 53 of file map_io_jpk_handler.hh.
static String GetFormatName | ( | ) | [inline, static] |
Reimplemented from MapIOTiffHandler.
Definition at line 52 of file map_io_jpk_handler.hh.
static String GetFormatName | ( | ) | [inline, static] |
Reimplemented from MapIOTiffHandler.
Definition at line 52 of file map_io_jpk_handler.hh.
virtual void Import | ( | img::MapHandle & | sh, | |
std::istream & | loc, | |||
const ImageFormatBase & | formatstruct | |||
) | [virtual] |
Reimplemented from MapIOTiffHandler.
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] |
Reimplemented from MapIOTiffHandler.
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.
static bool MatchContent | ( | unsigned char * | header | ) | [static] |
Reimplemented from MapIOTiffHandler.
static bool MatchContent | ( | unsigned char * | header | ) | [static] |
Reimplemented from MapIOTiffHandler.
static bool MatchSuffix | ( | const String & | loc | ) | [static] |
Reimplemented from MapIOTiffHandler.
static bool MatchSuffix | ( | const String & | loc | ) | [static] |
Reimplemented from MapIOTiffHandler.
static bool MatchType | ( | const ImageFormatBase & | type | ) | [static] |
Reimplemented from MapIOTiffHandler.
static bool MatchType | ( | const ImageFormatBase & | type | ) | [static] |
Reimplemented from MapIOTiffHandler.