Interface UnsupportedProperties

Interface for defining unsupported properties in the parsers.

Hierarchy

  • UnsupportedProperties

Properties

Filter?: SupportDef | {
    !?: SupportDef;
    !=?: SupportDef;
    &&?: SupportDef;
    *=?: SupportDef;
    <?: SupportDef;
    <=?: SupportDef;
    ==?: SupportDef;
    >?: SupportDef;
    >=?: SupportDef;
    ||?: SupportDef;
}

Type declaration

Function?: SupportDef | {
    abs: undefined | SupportDef;
    acos: undefined | SupportDef;
    add: undefined | SupportDef;
    all: undefined | SupportDef;
    any: undefined | SupportDef;
    asin: undefined | SupportDef;
    atan: undefined | SupportDef;
    atan2: undefined | SupportDef;
    between: undefined | SupportDef;
    case: undefined | SupportDef;
    ceil: undefined | SupportDef;
    cos: undefined | SupportDef;
    div: undefined | SupportDef;
    double2bool: undefined | SupportDef;
    equalTo: undefined | SupportDef;
    exp: undefined | SupportDef;
    floor: undefined | SupportDef;
    greaterThan: undefined | SupportDef;
    greaterThanOrEqualTo: undefined | SupportDef;
    in: undefined | SupportDef;
    lessThan: undefined | SupportDef;
    lessThanOrEqualTo: undefined | SupportDef;
    log: undefined | SupportDef;
    max: undefined | SupportDef;
    min: undefined | SupportDef;
    modulo: undefined | SupportDef;
    mul: undefined | SupportDef;
    not: undefined | SupportDef;
    notEqualTo: undefined | SupportDef;
    numberFormat: undefined | SupportDef;
    parseBoolean: undefined | SupportDef;
    pi: undefined | SupportDef;
    pow: undefined | SupportDef;
    property: undefined | SupportDef;
    random: undefined | SupportDef;
    rint: undefined | SupportDef;
    round: undefined | SupportDef;
    sin: undefined | SupportDef;
    sqrt: undefined | SupportDef;
    strAbbreviate: undefined | SupportDef;
    strCapitalize: undefined | SupportDef;
    strConcat: undefined | SupportDef;
    strDefaultIfBlank: undefined | SupportDef;
    strEndsWith: undefined | SupportDef;
    strEqualsIgnoreCase: undefined | SupportDef;
    strIndexOf: undefined | SupportDef;
    strLastIndexOf: undefined | SupportDef;
    strLength: undefined | SupportDef;
    strMatches: undefined | SupportDef;
    strReplace: undefined | SupportDef;
    strStartsWith: undefined | SupportDef;
    strStripAccents: undefined | SupportDef;
    strSubstring: undefined | SupportDef;
    strSubstringStart: undefined | SupportDef;
    strToLowerCase: undefined | SupportDef;
    strToUpperCase: undefined | SupportDef;
    strTrim: undefined | SupportDef;
    sub: undefined | SupportDef;
    tan: undefined | SupportDef;
    toDegrees: undefined | SupportDef;
    toRadians: undefined | SupportDef;
}

Type declaration

ScaleDenominator?: SupportDef
Symbolizer?: SupportDef | {
    FillSymbolizer?: SupportDef | {
        antialias?: SupportDef;
        color?: SupportDef;
        fillOpacity?: SupportDef;
        graphicFill?: SupportDef;
        kind?: SupportDef;
        opacity?: SupportDef;
        outlineCap?: SupportDef;
        outlineColor?: SupportDef;
        outlineDasharray?: SupportDef;
        outlineJoin?: SupportDef;
        outlineOpacity?: SupportDef;
        outlineWidth?: SupportDef;
        outlineWidthUnit?: SupportDef;
        visibility?: SupportDef;
    };
    IconSymbolizer?: SupportDef | {
        allowOverlap?: SupportDef;
        anchor?: SupportDef;
        avoidEdges?: SupportDef;
        color?: SupportDef;
        format?: SupportDef;
        haloBlur?: SupportDef;
        haloColor?: SupportDef;
        haloOpacity?: SupportDef;
        haloWidth?: SupportDef;
        haloWidthUnit?: SupportDef;
        image?: SupportDef;
        keepUpright?: SupportDef;
        kind?: SupportDef;
        offset?: SupportDef;
        offsetAnchor?: SupportDef;
        opacity?: SupportDef;
        optional?: SupportDef;
        padding?: SupportDef;
        pitchAlignment?: SupportDef;
        rotate?: SupportDef;
        rotationAlignment?: SupportDef;
        size?: SupportDef;
        sizeUnit?: SupportDef;
        textFit?: SupportDef;
        textFitPadding?: SupportDef;
        visibility?: SupportDef;
    };
    LineSymbolizer?: SupportDef | {
        blur?: SupportDef;
        cap?: SupportDef;
        color?: SupportDef;
        dashOffset?: SupportDef;
        dasharray?: SupportDef;
        gapWidth?: SupportDef;
        gapWidthUnit?: SupportDef;
        gradient?: SupportDef;
        graphicFill?: SupportDef;
        graphicStroke?: SupportDef;
        join?: SupportDef;
        kind?: SupportDef;
        miterLimit?: SupportDef;
        opacity?: SupportDef;
        perpendicularOffset?: SupportDef;
        roundLimit?: SupportDef;
        spacing?: SupportDef;
        spacingUnit?: SupportDef;
        visibility?: SupportDef;
        width?: SupportDef;
        widthUnit?: SupportDef;
    };
    MarkSymbolizer?: SupportDef | {
        avoidEdges?: SupportDef;
        blur?: SupportDef;
        color?: SupportDef;
        fillOpacity?: SupportDef;
        kind?: SupportDef;
        offset?: SupportDef;
        offsetAnchor?: SupportDef;
        opacity?: SupportDef;
        pitchAlignment?: SupportDef;
        pitchScale?: SupportDef;
        radius?: SupportDef;
        radiusUnit?: SupportDef;
        rotate?: SupportDef;
        strokeColor?: SupportDef;
        strokeOpacity?: SupportDef;
        strokeWidth?: SupportDef;
        strokeWidthUnit?: SupportDef;
        visibility?: SupportDef;
        wellKnownName?: SupportDef;
    };
    RasterSymbolizer?: SupportDef | {
        brightnessMax?: SupportDef;
        brightnessMin?: SupportDef;
        channelSelection?: SupportDef;
        colorMap?: SupportDef;
        contrast?: SupportDef;
        contrastEnhancement?: SupportDef;
        fadeDuration?: SupportDef;
        hueRotate?: SupportDef;
        kind?: SupportDef;
        opacity?: SupportDef;
        resampling?: SupportDef;
        saturation?: SupportDef;
        visibility?: SupportDef;
    };
    TextSymbolizer?: SupportDef | {
        allowOverlap?: SupportDef;
        anchor?: SupportDef;
        avoidEdges?: SupportDef;
        color?: SupportDef;
        font?: SupportDef;
        fontStyle?: SupportDef;
        fontWeight?: SupportDef;
        haloBlur?: SupportDef;
        haloColor?: SupportDef;
        haloOpacity?: SupportDef;
        haloWidth?: SupportDef;
        haloWidthUnit?: SupportDef;
        justify?: SupportDef;
        keepUpright?: SupportDef;
        kind?: SupportDef;
        label?: SupportDef;
        letterSpacing?: SupportDef;
        letterSpacingUnit?: SupportDef;
        lineHeight?: SupportDef;
        lineHeightUnit?: SupportDef;
        maxAngle?: SupportDef;
        maxWidth?: SupportDef;
        offset?: SupportDef;
        offsetAnchor?: SupportDef;
        opacity?: SupportDef;
        optional?: SupportDef;
        padding?: SupportDef;
        pitchAlignment?: SupportDef;
        placement?: SupportDef;
        rotate?: SupportDef;
        rotationAlignment?: SupportDef;
        size?: SupportDef;
        transform?: SupportDef;
        visibility?: SupportDef;
    };
}

Type declaration

Generated using TypeDoc