![]() |
ArcGIS Procedural Runtime
3.3.11173
|
#include <StreamAdaptorFactory.h>
Public Member Functions | |
| virtual prt::ContentType | getContentType () const final override |
| virtual prtx::Extension::ExtensionType | getExtensionType () const final override |
Public Member Functions inherited from prtx::ExtensionFactory | |
| virtual bool | canHandleURI (prtx::URIPtr uri) const =0 |
| virtual Extension * | create () const =0 |
| ExtensionFactory (const ExtensionFactory &)=delete | |
| virtual const std::wstring & | getDescription () const =0 |
| virtual const std::wstring & | getID () const =0 |
| virtual float | getMerit () const |
| virtual const std::wstring & | getName () const =0 |
| ExtensionFactory & | operator= (const ExtensionFactory &)=delete |
Additional Inherited Members | |
Static Public Member Functions inherited from prtx::ExtensionFactory | |
| static float | getDefaultMerit () |
This is the base class for all stream adaptor factories.
|
inlinefinaloverridevirtual |
A stream adaptor is content type agnostic.
Implements prtx::ExtensionFactory.
|
inlinefinaloverridevirtual |
Fixates the extension type to prtx::Extension::ET_STREAM_ADAPTOR.
Implements prtx::ExtensionFactory.
1.8.14