11 #ifndef ossimKmlSuperOverlayReaderFactory_HEADER 12 #define ossimKmlSuperOverlayReaderFactory_HEADER 48 const char* prefix=0)
const;
64 const char* prefix=0)
const;
ossimKmlSuperOverlayReaderFactory()
hidden from use default constructor
Represents serializable keyword/value map.
bool hasExcludedExtension(const ossimFilename &file) const
Method to weed out extensions that this plugin knows it does not support.
virtual ~ossimKmlSuperOverlayReaderFactory()
virtual destructor
virtual ossimRefPtr< ossimImageHandler > openOverview(const ossimFilename &file) const
Open overview that takes a file name.
void operator=(const ossimKmlSuperOverlayReaderFactory &)
hidden from use copy constructor
virtual void getTypeNameList(std::vector< ossimString > &typeList) const
Adds ossimKmlSuperOverlayReader to the typeList.
virtual ossimImageHandler * open(const ossimFilename &fileName, bool openOverview=true) const
open that takes a file name.
static ossimKmlSuperOverlayReaderFactory * instance()
static method to return instance (the only one) of this class.
This class defines an abstract Handler which all image handlers(loaders) should derive from...
Factory for Kml SuperOverlay reader.
virtual ossimObject * createObject(const ossimString &typeName) const
createObject that takes a class name (ossimKmlSuperOverlayReader)
static ossimKmlSuperOverlayReaderFactory * theInstance
static instance of this class
virtual void getSupportedExtensions(ossimImageHandlerFactoryBase::UniqueStringList &extensionList) const
Method to add supported extension to the list, like "kml" or "kmz".