Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GeoGridComponent

Hierarchy

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

Readonly childComponentMap

childComponentMap: null | {}

Readonly childComponents

childComponents: readonly Component[]

Readonly componentFasteners

componentFasteners: null | {}

Readonly componentFlags

componentFlags: number

Readonly componentModels

componentModels: null | {}

Readonly componentObservers

componentObservers: readonly GeoGridComponentObserver<GeoGridComponent>[]

Readonly componentProperties

componentProperties: null | {}

Readonly componentServices

componentServices: null | {}

Readonly componentTraits

componentTraits: null | {}

Readonly componentViewTraits

componentViewTraits: null | {}

Readonly componentViews

componentViews: null | {}

Readonly executeService

Readonly featureFasteners

featureFasteners: readonly ComponentFastener<GeoGridComponent, GeoComponent, never>[]

Readonly geo

Readonly geoTile

geoTile: GeoTile

Readonly geoTiming

geoTiming: ComponentProperty<GeoGridComponent, undefined | boolean | Timing, AnyTiming>

Readonly historyService

Readonly key

key: undefined | string

Readonly parentComponent

parentComponent: null | Component

Readonly storageService

Readonly tileFasteners

tileFasteners: readonly ComponentFastener<GeoGridComponent, GeoGridComponent, never>[]

Static Readonly Extrinsic

Extrinsic: number = 1

Static FeatureFastener

Static GeoFastener

Static Readonly Intrinsic

Intrinsic: number = 0

Static Readonly NeedsAssemble

NeedsAssemble: number = ...

Static Readonly NeedsCompile

NeedsCompile: number = ...

Static Readonly NeedsCompute

NeedsCompute: number = ...

Static Readonly NeedsExecute

NeedsExecute: number = ...

Static Readonly NeedsGenerate

NeedsGenerate: number = ...

Static Readonly NeedsResolve

NeedsResolve: number = ...

Static Readonly NeedsRevise

NeedsRevise: number = ...

Static TileFastener

Static Readonly insertChildFlags

insertChildFlags: number = 0

Static Readonly mountFlags

mountFlags: number = 0

Static Readonly powerFlags

powerFlags: number = 0

Static Readonly removeChildFlags

removeChildFlags: number = 0

Accessors

childComponentCount

  • get childComponentCount(): number
  • Returns number

componentContext

insertChildFlags

  • get insertChildFlags(): number

maxConsumeZoom

  • get maxConsumeZoom(): number
  • Returns number

maxCullZoom

  • get maxCullZoom(): number
  • Returns number

minConsumeZoom

  • get minConsumeZoom(): number
  • Returns number

minCullZoom

  • get minCullZoom(): number
  • Returns number

mountFlags

  • get mountFlags(): number

powerFlags

  • get powerFlags(): number

removeChildFlags

  • get removeChildFlags(): number

superComponentContext

Methods

addComponentObserver

appendChildComponent

  • appendChildComponent(childComponent: Component, key?: string): void

Protected attachFeature

Protected attachFeatureTrait

Protected attachFeatureView

Protected attachGeoTrait

Protected attachGeoView

  • attachGeoView(geoView: GeoView): void

Protected attachParentComponent

  • attachParentComponent(parentComponent: Component): void

Protected attachTile

Protected attachTileTrait

Protected attachTileView

Protected autoConsumeGeoView

  • Parameters

    Returns void

Protected autoCullGeoView

  • Parameters

    Returns void

cascadeCompile

  • cascadeCompile(compileFlags: number, componentContext: ComponentContext): void

cascadeExecute

  • cascadeExecute(executeFlags: number, componentContext: ComponentContext): void

cascadeInsert

  • cascadeInsert(updateFlags?: number, componentContext?: ComponentContext): void
  • Parameters

    Returns void

cascadeMount

  • cascadeMount(): void
  • Returns void

cascadePower

  • cascadePower(): void
  • Returns void

cascadeUnmount

  • cascadeUnmount(): void
  • Returns void

cascadeUnpower

  • cascadeUnpower(): void
  • Returns void

Protected compileChildComponents

  • compileChildComponents(compileFlags: number, componentContext: ComponentContext, compileChildComponent: (childComponent: Component, compileFlags: number, componentContext: ComponentContext) => void): void

Protected createFeature

Protected createFeatureFastener

Protected createFeatureView

Protected createGeoView

Protected createTile

  • Parameters

    Returns null | GeoGridComponent

Protected createTileFastener

Protected createTileView

  • Parameters

    Returns null | GeoView

Protected cullGeoView

  • cullGeoView(geoView: GeoView): void
  • Parameters

    Returns void

Protected detachFeature

Protected detachFeatureTrait

Protected detachFeatureView

Protected detachGeoTrait

Protected detachGeoView

  • detachGeoView(geoView: GeoView): void

Protected detachParentComponent

  • detachParentComponent(parentComponent: Component): void

Protected detachTile

Protected detachTileTrait

Protected detachTileView

Protected detectFeatureComponent

Protected detectInsertChildComponent

  • detectInsertChildComponent(childComponent: Component, targetComponent: null | Component): void

Protected detectRemoveChildComponent

  • detectRemoveChildComponent(childComponent: Component): void

Protected detectTileComponent

  • Parameters

    Returns null | GeoGridComponent

Protected didAddComponentObserver

Protected didAssemble

Protected didCompile

Protected didCompileChildComponent

Protected didCompileChildComponents

  • didCompileChildComponents(compileFlags: number, componentContext: ComponentContext): void

Protected didCompute

Protected didExecute

Protected didExecuteChildComponent

Protected didExecuteChildComponents

  • didExecuteChildComponents(executeFlags: number, componentContext: ComponentContext): void

Protected didGenerate

Protected didInsertChildComponent

  • didInsertChildComponent(childComponent: Component, targetComponent: null | Component): void

Protected didMount

  • didMount(): void

Protected didObserve

Protected didPower

  • didPower(): void

Protected didRemoveChildComponent

  • didRemoveChildComponent(childComponent: Component): void

Protected didRemoveComponentObserver

Protected didRequestUpdate

  • didRequestUpdate(targetComponent: Component, updateFlags: number, immediate: boolean): void

Protected didRequireUpdate

  • didRequireUpdate(updateFlags: number, immediate: boolean): void

Protected didResolve

Protected didRevise

Protected didSetFeature

Protected didSetFeatureGeoBounds

Protected didSetFeatureTrait

Protected didSetFeatureView

Protected didSetGeoBounds

  • didSetGeoBounds(newGeoBounds: GeoBox, oldGeoBounds: GeoBox): void

Protected didSetGeoTrait

Protected didSetGeoView

  • didSetGeoView(newGeoView: null | GeoView, oldGeoView: null | GeoView): void

Protected didSetParentComponent

  • didSetParentComponent(newParentComponent: null | Component, oldParentComponent: null | Component): void

Protected didSetTile

Protected didSetTileTrait

Protected didSetTileView

Protected didUnmount

  • didUnmount(): void

Protected didUnpower

  • didUnpower(): void

Protected doCompile

  • Parameters

    Returns void

Protected doExecute

  • Parameters

    Returns void

Protected doMountChildComponents

  • doMountChildComponents(): void

Protected doPowerChildComponents

  • doPowerChildComponents(): void

Protected doUnmountChildComponents

  • doUnmountChildComponents(): void

Protected doUnpowerChildComponents

  • doUnpowerChildComponents(): void

Protected executeChildComponents

  • executeChildComponents(executeFlags: number, componentContext: ComponentContext, executeChildComponent: (childComponent: Component, executeFlags: number, componentContext: ComponentContext) => void): void

firstChildComponent

forEachChildComponent

  • forEachChildComponent<T>(callback: (childComponent: Component) => void | T): undefined | T
  • forEachChildComponent<T, S>(callback: (childComponent: Component) => void | T, thisArg: S): undefined | T
  • Type parameters

    • T

    Parameters

    • callback: (childComponent: Component) => void | T
        • Parameters

          Returns void | T

    Returns undefined | T

  • Type parameters

    • T

    • S

    Parameters

    • callback: (childComponent: Component) => void | T
        • Parameters

          Returns void | T

    • thisArg: S

    Returns undefined | T

getBaseComponent

getChildComponent

  • getChildComponent(key: string): null | Component

getComponentFastener

getComponentModel

getComponentProperty

getComponentService

getComponentTrait

getComponentView

getComponentViewTrait

Protected getFeatureFastener

getSuperComponent

Protected getTileFastener

hasComponentFastener

  • hasComponentFastener(fastenerName: string): boolean
  • Parameters

    • fastenerName: string

    Returns boolean

hasComponentModel

  • hasComponentModel(modelName: string): boolean
  • Parameters

    • modelName: string

    Returns boolean

hasComponentProperty

  • hasComponentProperty(propertyName: string): boolean
  • Parameters

    • propertyName: string

    Returns boolean

hasComponentService

  • hasComponentService(serviceName: string): boolean
  • Parameters

    • serviceName: string

    Returns boolean

hasComponentTrait

  • hasComponentTrait(traitName: string): boolean
  • Parameters

    • traitName: string

    Returns boolean

hasComponentView

  • hasComponentView(viewName: string): boolean
  • Parameters

    • viewName: string

    Returns boolean

hasComponentViewTrait

  • hasComponentViewTrait(fastenerName: string): boolean
  • Parameters

    • fastenerName: string

    Returns boolean

initComponent

Protected initFeature

Protected initFeatureTrait

Protected initFeatureView

Protected initGeoTrait

Protected initGeoView

  • initGeoView(geoView: GeoView): void

Protected initTile

Protected initTileTrait

Protected initTileView

insertChildComponent

  • insertChildComponent(childComponent: Component, targetComponent: null | Component, key?: string): void

Protected insertChildComponentMap

  • insertChildComponentMap(childComponent: Component): void

Protected insertComponentFastener

  • insertComponentFastener(childComponent: Component, targetComponent: null | Component): void

insertFeature

insertFeatureTrait

  • insertFeatureTrait(featureTrait: GeoTrait, targetTrait?: null | Trait): void

insertTile

  • Parameters

    Returns void

insertTileTrait

  • Parameters

    Returns void

isCompiling

  • isCompiling(): boolean

isExecuting

  • isExecuting(): boolean

isMounted

  • isMounted(): boolean

isPowered

  • isPowered(): boolean

isTraversing

  • isTraversing(): boolean

isUpdating

  • isUpdating(): boolean

lastChildComponent

mount

  • mount(): void

Protected mountComponentFasteners

  • mountComponentFasteners(): void

Protected mountComponentModels

  • mountComponentModels(): void

Protected mountComponentProperties

  • mountComponentProperties(): void

Protected mountComponentServices

  • mountComponentServices(): void

Protected mountComponentTraits

  • mountComponentTraits(): void

Protected mountComponentViewTraits

  • mountComponentViewTraits(): void

Protected mountComponentViews

  • mountComponentViews(): void

Protected mountFeatureFasteners

  • mountFeatureFasteners(): void

Protected mountTileFasteners

  • mountTileFasteners(): void
  • Returns void

needsCompile

  • needsCompile(compileFlags: number, componentContext: ComponentContext): number

needsExecute

  • needsExecute(executeFlags: number, componentContext: ComponentContext): number

nextChildComponent

Protected onAddComponentObserver

Protected onAssemble

Protected onCompile

Protected onCompileChildComponent

Protected onCompileChildComponents

  • onCompileChildComponents(compileFlags: number, componentContext: ComponentContext): void

Protected onCompute

Protected onExecute

Protected onExecuteChildComponent

Protected onExecuteChildComponents

  • onExecuteChildComponents(executeFlags: number, componentContext: ComponentContext): void

Protected onGenerate

Protected onInsertChildComponent

  • onInsertChildComponent(childComponent: Component, targetComponent: null | Component): void

Protected onMount

  • onMount(): void
  • Returns void

Protected onPower

  • onPower(): void

Protected onRemoveChildComponent

  • onRemoveChildComponent(childComponent: Component): void

Protected onRemoveComponentObserver

Protected onRequestUpdate

  • onRequestUpdate(targetComponent: Component, updateFlags: number, immediate: boolean): void

Protected onRequireUpdate

  • onRequireUpdate(updateFlags: number, immediate: boolean): void

Protected onResolve

Protected onRevise

Protected onSetFeature

Protected onSetFeatureGeoBounds

Protected onSetFeatureTrait

Protected onSetFeatureView

Protected onSetGeoBounds

  • onSetGeoBounds(newGeoBounds: GeoBox, oldGeoBounds: GeoBox): void

Protected onSetGeoTrait

Protected onSetGeoView

  • onSetGeoView(newGeoView: null | GeoView, oldGeoView: null | GeoView): void
  • Parameters

    Returns void

Protected onSetParentComponent

  • onSetParentComponent(newParentComponent: null | Component, oldParentComponent: null | Component): void

Protected onSetTile

Protected onSetTileTrait

Protected onSetTileView

Protected onUnmount

  • onUnmount(): void
  • Returns void

Protected onUnpower

  • onUnpower(): void

prependChildComponent

  • prependChildComponent(childComponent: Component, key?: string): void

previousChildComponent

Protected projectGeoView

remove

  • remove(): void
  • Returns void

removeAll

  • removeAll(): void
  • Returns void

removeChildComponent

  • removeChildComponent(key: string): null | Component
  • removeChildComponent(childComponent: Component): void

Protected removeChildComponentMap

  • removeChildComponentMap(childComponent: Component): void

Protected removeComponentFastener

  • removeComponentFastener(childComponent: Component): void

removeComponentObserver

removeFeature

removeFeatureTrait

  • removeFeatureTrait(featureTrait: GeoTrait): void

removeTile

  • Parameters

    Returns void

removeTileTrait

  • Parameters

    Returns void

requestUpdate

  • requestUpdate(targetComponent: Component, updateFlags: number, immediate: boolean): void

requireUpdate

  • requireUpdate(updateFlags: number, immediate?: boolean): void

reviseComponentProperties

  • reviseComponentProperties(): void

setChildComponent

setComponentFastener

setComponentFlags

  • setComponentFlags(componentFlags: number): void

setComponentModel

setComponentProperty

setComponentService

setComponentTrait

setComponentView

setComponentViewTrait

setKey

  • setKey(key: undefined | string): void
  • Parameters

    • key: undefined | string

    Returns void

setParentComponent

  • setParentComponent(newParentComponent: null | Component, oldParentComponent: null | Component): void

Protected themeGeoView

Protected uncullGeoView

  • uncullGeoView(geoView: GeoView): void

Protected unmountComponentFasteners

  • unmountComponentFasteners(): void

Protected unmountComponentModels

  • unmountComponentModels(): void

Protected unmountComponentProperties

  • unmountComponentProperties(): void

Protected unmountComponentServices

  • unmountComponentServices(): void

Protected unmountComponentTraits

  • unmountComponentTraits(): void

Protected unmountComponentViewTraits

  • unmountComponentViewTraits(): void

Protected unmountComponentViews

  • unmountComponentViews(): void

Protected unmountFeatureFasteners

  • unmountFeatureFasteners(): void

Protected unmountTileFasteners

  • unmountTileFasteners(): void
  • Returns void

Protected willAddComponentObserver

Protected willAssemble

Protected willCompile

Protected willCompileChildComponent

Protected willCompileChildComponents

  • willCompileChildComponents(compileFlags: number, componentContext: ComponentContext): void

Protected willCompute

Protected willExecute

Protected willExecuteChildComponent

Protected willExecuteChildComponents

  • willExecuteChildComponents(executeFlags: number, componentContext: ComponentContext): void

Protected willGenerate

Protected willInsertChildComponent

  • willInsertChildComponent(childComponent: Component, targetComponent: null | Component): void

Protected willMount

  • willMount(): void

Protected willObserve

Protected willPower

  • willPower(): void

Protected willRemoveChildComponent

  • willRemoveChildComponent(childComponent: Component): void

Protected willRemoveComponentObserver

Protected willRequestUpdate

  • willRequestUpdate(targetComponent: Component, updateFlags: number, immediate: boolean): void

Protected willRequireUpdate

  • willRequireUpdate(updateFlags: number, immediate: boolean): void

Protected willResolve

Protected willRevise

Protected willSetFeature

Protected willSetFeatureGeoBounds

Protected willSetFeatureTrait

Protected willSetFeatureView

Protected willSetGeoBounds

  • willSetGeoBounds(newGeoBounds: GeoBox, oldGeoBounds: GeoBox): void

Protected willSetGeoTrait

Protected willSetGeoView

  • willSetGeoView(newGeoView: null | GeoView, oldGeoView: null | GeoView): void

Protected willSetParentComponent

  • willSetParentComponent(newParentComponent: null | Component, oldParentComponent: null | Component): void

Protected willSetTile

Protected willSetTileTrait

Protected willSetTileView

Protected willUnmount

  • willUnmount(): void

Protected willUnpower

  • willUnpower(): void

Static fromTrait

Generated using TypeDoc