SLDLiteralExpression
Objective-C
@interface SLDLiteralExpression : SLDExpression
Swift
class SLDLiteralExpression : SLDExpression
@brief Class corresponding to the ogc:Literal element
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, strong) id _Nonnull literalSwift
var literal: Any { get set } -
Undocumented
Declaration
Objective-C
- (_Nullable id)initWithElement:(DDXMLElement * _Nonnull)element;Swift
init?(element: DDXMLElement)
SLDLiteralExpression Class Reference