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 matchCaseSwift
var matchCase: Bool { get set } -
Undocumented
Declaration
Objective-C
@property (nonatomic, strong) NSString * _Nonnull elementNameSwift
var elementName: String { get set } -
Undocumented
Declaration
Objective-C
@property (nonatomic, strong) SLDExpression * _Nonnull leftExpressionSwift
var leftExpression: SLDExpression { get set } -
Undocumented
Declaration
Objective-C
@property (nonatomic, strong) SLDExpression * _Nonnull rightExpressionSwift
var rightExpression: SLDExpression { get set } -
Undocumented
Declaration
Objective-C
- (_Nullable id)initWithElement:(DDXMLElement * _Nonnull)element;Swift
init?(element: DDXMLElement)
SLDBinaryComparisonOperator Class Reference