RAMP4 - v4.21.0
    Preparing search index...

    Class FileLayerAttributeLoaderInternal

    Manages the extraction of an entire attribute set (feature class) from a "File" type layer (something with data fully contained in the local layer).

    Hierarchy

    • AttributeLoaderBase
      • FileLayerAttributeLoader
    Index

    Constructors

    Properties

    The instance of RampMap API scoped to a single Vue R4MP application.

    APIScope

    aac: AsynchAttribController
    loadPromise: Promise<AttributeSet> | undefined
    tabularAttributesCache: Promise<TabularAttributeSet> | undefined

    Accessors

    • get $element(): App<Element>

      Returns App<Element>

    • get $vApp(): ComponentPublicInstance

      The instance of Vue R4MP application controlled by this InstanceAPI. This is just a shorthand for this.$iApi.$vApp.

      Returns ComponentPublicInstance

      APIScope

    Methods

    • Allows the list of field names to download to be updated. Allows support for divergant loading flows between different layers.

      Parameters

      • newList: string

      Returns void

    • Parameters

      • newFieldsToTrim: string[]

      Returns void