20 : theOverviewFlag(
true)
28 std::string connectionString = file.
c_str();
30 createIstream( file.
c_str(), std::ios_base::in|std::ios_base::binary);
31 if(!str)
return false;
32 return open(str, connectionString);
virtual bool open(const ossimFilename &file)
open method.
virtual bool getKeywordlist(ossimKeywordlist &kwl) const
Method to dump info to a keyword list.
void setProcessOverviewFlag(bool flag)
Sets the overview flag.
std::basic_ostringstream< char > ostringstream
Class for char output memory streams.
Represents serializable keyword/value map.
static StreamFactoryRegistry * instance()
bool getProcessOverviewFlag() const
Method to get the overview flag.
unsigned int ossim_uint32
virtual ~ossimInfoBase()
virtual destructor
virtual bool parseStream(ossim::istream &is, bool ignoreBinaryChars)
deprecated method
const char * c_str() const
Returns a pointer to a null-terminated array of characters representing the string's contents...
virtual std::ostream & print(std::ostream &out) const =0
Print method.
std::basic_istringstream< char > istringstream
Class for char input memory streams.
ossimInfoBase()
default constructor