Feature Preview for drawing a preview tile from a feature table

Hierarchy

  • FeaturePreview

Constructors

Methods

  • Get the buffer percentage for drawing empty non features edges (i.e. 0.1 equals 10% buffer edges)

    Returns

    buffer percentage (greater than or equal to 0.0 and less than 0.5)

    Returns number

  • Is manual bounding box query enabled for non indexed and empty contents bounds feature tables

    Returns

    manual flag

    Returns boolean

  • Set the buffer percentage for drawing empty non features edges (i.e. 0.1 equals 10% buffer edges)

    Parameters

    • bufferPercentage: number

      buffer percentage (greater than or equal to 0.0 and less than 0.5)

    Returns void

  • Set the manual bounding box query flag for non indexed and empty contents bounds feature tables

    Parameters

    • manual: boolean

      manual flag

    Returns void

Generated using TypeDoc