OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimCodecFactoryInterface.cpp
Go to the documentation of this file.
4 
6 {
7  return createCodec(type);
8 }
9 
11 {
12  return createCodec(kwl, prefix);
13 }
14 
Represents serializable keyword/value map.
virtual ossimCodecBase * createCodec(const ossimString &type) const =0
virtual ossimObject * createObject(const ossimString &type) const
This is a bridge to the generic factory list interface that trys to call createObject.