static dictionary_type & getDictionary()
It returns a reference to the internal dictionary of concrete factories.
static TPRODUCT * make(const TFACTORYKEY &factoryKey)
It creates an object with the appropriated factory.
static const factory_type * find(const std::string &factoryKey)
FeatureInfoMakerFactory is the base implementation of a factory to make AbstractFeatureInfoMaker obje...