geoview-core
    Preparing search index...

    Interface EsriSimpleRenderer

    interface EsriSimpleRenderer {
        description: string;
        label: string;
        rotationExpression: string;
        rotationType: "arithmetic" | "geographic";
        symbol: EsriSymbol;
        type: "simple";
    }

    Hierarchy (View Summary)

    Index

    Properties

    description: string
    label: string
    rotationExpression: string
    rotationType: "arithmetic" | "geographic"
    symbol: EsriSymbol
    type: "simple"