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 (view full)

Constructors

Properties

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

APIScope

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

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