|
| GNMRule (const std::string &oRule) |
|
| GNMRule (const char *pszRule) |
|
| GNMRule (const GNMRule &oRule) |
|
virtual bool | IsValid () const |
| This function indicate if rule string was parsed successfully. More...
|
|
virtual bool | IsAcceptAny () const |
| Indicator of any layer state. More...
|
|
virtual GNMRuleType | GetType () const |
| This is for future use to indicate the rule type/ Now return only GRTConnection type. More...
|
|
virtual bool | CanConnect (const CPLString &soSrcLayerName, const CPLString &soTgtLayerName, const CPLString &soConnLayerName="") |
| Check if connection can take place. More...
|
|
virtual CPLString | GetSourceLayerName () const |
|
virtual CPLString | GetTargetLayerName () const |
|
virtual CPLString | GetConnectorLayerName () const |
|
const char * | c_str () const |
|
| operator const char * (void) const |
|
The simple class for rules.
By now we have only connect rules, so the one class is enough. Maybe in future the set of classes for different rule types will be needed.
- Since
- GDAL 2.1