Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface cimSymbolUtils

Provides utility functions for CIMSymbols.

Read more...

Hierarchy

  • cimSymbolUtils

Index

Methods

applyCIMSymbolColor

  • Sets the color of the symbol layers of a CIMSymbol to a given value if the symbol layer is not color locked.

    Read more...

    Parameters

    Returns void

applyCIMSymbolRotation

  • applyCIMSymbolRotation(symbol: CIMSymbol, rotation: number, clockwise?: boolean): void
  • Sets the rotation value of a CIMSymbol.

    Read more...

    Parameters

    • symbol: CIMSymbol
    • rotation: number
    • Optional clockwise: boolean

    Returns void

getCIMSymbolColor

  • Returns the first color of the symbol layers in a CIMSymbol.

    Read more...

    Parameters

    Returns Color

getCIMSymbolRotation

  • getCIMSymbolRotation(symbol: CIMSymbol, clockwise?: boolean): number
  • Returns the rotation value of a CIMSymbol.

    Read more...

    Parameters

    • symbol: CIMSymbol
    • Optional clockwise: boolean

    Returns number

getCIMSymbolSize

  • getCIMSymbolSize(symbol: CIMSymbol): number
  • Returns the size of a given CIMSymbol.

    Read more...

    Parameters

    Returns number

scaleCIMSymbolTo

Generated using TypeDoc