SLDBinaryComparisonOperator
Objective-C
@interface SLDBinaryComparisonOperator : SLDOperator
Swift
class SLDBinaryComparisonOperator : SLDOperator
@brief Class corresponding to the ogc:BinaryComparisonOpType elements
See
http://schemas.opengis.net/filter/1.1.0/expr.xsd for SLD v1.1.0See
http://schemas.opengis.net/filter/1.0.0/expr.xsd for SLD v1.0.0-
Undocumented
Declaration
Objective-C
@property (nonatomic) BOOL matchCase
Swift
var matchCase: Bool { get set }
-
Undocumented
Declaration
Objective-C
@property (nonatomic, strong) NSString * _Nonnull elementName
Swift
var elementName: String { get set }
-
Undocumented
Declaration
Objective-C
@property (nonatomic, strong) SLDExpression * _Nonnull leftExpression
Swift
var leftExpression: SLDExpression { get set }
-
Undocumented
Declaration
Objective-C
@property (nonatomic, strong) SLDExpression * _Nonnull rightExpression
Swift
var rightExpression: SLDExpression { get set }
-
Undocumented
Declaration
Objective-C
- (_Nullable id)initWithElement:(DDXMLElement * _Nonnull)element;
Swift
init?(element: DDXMLElement)