SLDPropertyNameExpression

Objective-C

@interface SLDPropertyNameExpression : SLDExpression

Swift

class SLDPropertyNameExpression : SLDExpression

@brief Class corresponding to the ogc:PropertyName element

  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString * _Nonnull propertyName

    Swift

    var propertyName: String { get set }
  • Undocumented

    Declaration

    Objective-C

    - (_Nullable id)initWithElement:(DDXMLElement * _Nonnull)element;

    Swift

    init?(element: DDXMLElement)