svcore
1.9
|
#include <RDFTransformFactory.h>
Public Member Functions | |
RDFTransformFactory (QString url) | |
virtual | ~RDFTransformFactory () |
bool | isRDF () |
bool | isOK () |
QString | getErrorString () const |
std::vector< Transform > | getTransforms (ProgressReporter *reporter) |
Static Public Member Functions | |
static QString | getKnownExtensions () |
static QString | writeTransformToRDF (const Transform &, QString uri) |
Protected Attributes | |
RDFTransformFactoryImpl * | m_d |
Definition at line 29 of file RDFTransformFactory.h.
RDFTransformFactory::RDFTransformFactory | ( | QString | url | ) |
Definition at line 76 of file RDFTransformFactory.cpp.
RDFTransformFactory::~RDFTransformFactory | ( | ) | [virtual] |
Definition at line 81 of file RDFTransformFactory.cpp.
References m_d.
QString RDFTransformFactory::getKnownExtensions | ( | ) | [static] |
Definition at line 71 of file RDFTransformFactory.cpp.
bool RDFTransformFactory::isRDF | ( | ) |
Definition at line 87 of file RDFTransformFactory.cpp.
References RDFTransformFactoryImpl::isRDF(), and m_d.
bool RDFTransformFactory::isOK | ( | ) |
Definition at line 93 of file RDFTransformFactory.cpp.
References RDFTransformFactoryImpl::isOK(), and m_d.
QString RDFTransformFactory::getErrorString | ( | ) | const |
Definition at line 99 of file RDFTransformFactory.cpp.
References RDFTransformFactoryImpl::getErrorString(), and m_d.
std::vector< Transform > RDFTransformFactory::getTransforms | ( | ProgressReporter * | reporter | ) |
Definition at line 105 of file RDFTransformFactory.cpp.
References RDFTransformFactoryImpl::getTransforms(), and m_d.
QString RDFTransformFactory::writeTransformToRDF | ( | const Transform & | t, |
QString | uri | ||
) | [static] |
Definition at line 111 of file RDFTransformFactory.cpp.
Referenced by RDFFeatureWriter::writeLocalFeatureTypes().
RDFTransformFactoryImpl* RDFTransformFactory::m_d [protected] |
Definition at line 48 of file RDFTransformFactory.h.
Referenced by getErrorString(), getTransforms(), isOK(), isRDF(), and ~RDFTransformFactory().