SLDOperator

Objective-C

@interface SLDOperator : NSObject

Swift

class SLDOperator : NSObject

@brief Base class for elements of ogc:comparisonOps or ogc:logicOps.

Elements of ogc:spatialOps are not supported.
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, strong) NSPredicate * _Nonnull predicate

    Swift

    var predicate: NSPredicate { get set }
  • Undocumented

    Declaration

    Objective-C

    + (BOOL)matchesElementNamed:(NSString * _Nonnull)elementName;

    Swift

    class func matchesElementNamed(_ elementName: String) -> Bool
  • Undocumented

    Declaration

    Objective-C

    + (SLDOperator * _Nullable)operatorForNode:(DDXMLNode * _Nonnull )node;

    Swift

    /*not inherited*/ init?(for node: DDXMLNode)