arlas-web-components / Exports
arlas-web-components
Table of contents
Enumerations
- CellBackgroundStyleEnum
- ChartType
- DataType
- ExternalEvent
- GeoQueryOperator
- ModeEnum
- PROPERTY_SELECTOR_SOURCE
- PageEnum
- Position
- SortEnum
- SwimlaneMode
- ThumbnailFitEnum
- TranslationDirection
Classes
- ActionDisplayerPipe
- ActionHandler
- ArlasBasemaps
- ArlasColorService
- AwcCollectionService
- AwcColorGeneratorLoader
- BaseCollectionService
- BboxFormErrorPipe
- BboxGeneratorComponent
- BboxGeneratorModule
- CalendarTimelineComponent
- CalendarTimelineModule
- CollectionModule
- CollectionService
- ColorGeneratorLoader
- ColorGeneratorModule
- Column
- Coordinate
- CoordinatesComponent
- DonutComponent
- DonutModule
- FormatLegendModule
- FormatLegendPipe
- FormatNumberModule
- FormatNumberPipe
- GetCollectionDisplayModule
- GetCollectionDisplayNamePipe
- GetCollectionUnitModule
- GetCollectionUnitPipe
- GetColorModule
- GetColorPipe
- GetFieldDisplayModule
- GetFieldDisplayNamePipe
- GetValueModule
- GetValuePipe
- HistogramComponent
- HistogramModule
- Item
- LayerIdToName
- MapSource
- MapboxAoiDrawService
- MapboxBasemapService
- MapglComponent
- MapglImportComponent
- MapglImportDialogComponent
- MapglImportModule
- MapglLayerIconComponent
- MapglLayerIconModule
- MapglLegendComponent
- MapglLegendItemComponent
- MapglLegendModule
- MapglModule
- MapglSettingsComponent
- MapglSettingsDialogComponent
- MapglSettingsModule
- MetricComponent
- MetricModule
- MetricsTableComponent
- MetricsTableModule
- PointFormGroup
- PowerBar
- PowerbarComponent
- PowerbarModule
- PowerbarsComponent
- PowerbarsModule
- ResultActionsComponent
- ResultDetailedGridComponent
- ResultDetailedItemComponent
- ResultFilterComponent
- ResultGridTileComponent
- ResultItemComponent
- ResultListComponent
- ResultListOptions
- ResultScrollDirective
- ResultsModule
- ShortenNumberModule
- ShortenNumberPipe
- WmtsLayerManagerComponent
- WmtsLayerManagerModule
- WmtsLayerManagertDialogComponent
Interfaces
- Action
- AdditionalInfo
- AoiEdition
- Attachment
- BasemapStyle
- CollectionModuleConfig
- ColorGeneratorModuleConfig
- DescribedUrl
- DetailedDataRetriever
- Dimension
- ElementIdentifier
- ExternalEventLayer
- Field
- FieldsConfiguration
- FillStroke
- FilterOperator
- GeoQuery
- GeometrySelectModel
- GetTilesInfo
- HistogramTooltip
- IconConfig
- LayerEvents
- LayerMetadata
- LayerParam
- Legend
- LegendData
- MapExtend
- MapLayers
- MapSettingsService
- OnMoveResult
- OperationSelectModel
- PageQuery
- PaintColor
- SimpleNode
- TimelineData
- TreeNode
- VisualisationSetConfig
Type Aliases
Variables
- ARLAS_ID
- ARLAS_VSET
- CROSS_LAYER_PREFIX
- FILLSTROKE_LAYER_PREFIX
- HOVER_LAYER_PREFIX
- PROTECTED_IMAGE_HEADER
- SCROLLABLE_ARLAS_ID
- SELECT_LAYER_PREFIX
Functions
Type Aliases
ArlasAnyLayer
Ƭ ArlasAnyLayer: mapboxgl.CircleLayer
| mapboxgl.FillLayer
| mapboxgl.HeatmapLayer
| mapboxgl.LineLayer
| mapboxgl.SymbolLayer
Defined in
projects/arlas-components/src/lib/components/mapgl/mapgl.component.util.ts:120
PaintValue
Ƭ PaintValue: (string
| string
[] | number
)[] | PaintColor
| string
| number
Defined in
projects/arlas-components/src/lib/components/mapgl/model/mapLayers.ts:60
Variables
ARLAS_ID
• Const
ARLAS_ID: "arlas_id:"
Defined in
projects/arlas-components/src/lib/components/mapgl/model/mapLayers.ts:73
ARLAS_VSET
• Const
ARLAS_VSET: ":arlas_vset:"
Defined in
projects/arlas-components/src/lib/components/mapgl/model/mapLayers.ts:74
CROSS_LAYER_PREFIX
• Const
CROSS_LAYER_PREFIX: "arlas_cross"
Defined in
projects/arlas-components/src/lib/components/mapgl/mapgl.component.ts:64
FILLSTROKE_LAYER_PREFIX
• Const
FILLSTROKE_LAYER_PREFIX: "arlas-fill_stroke-"
Defined in
projects/arlas-components/src/lib/components/mapgl/model/mapLayers.ts:71
HOVER_LAYER_PREFIX
• Const
HOVER_LAYER_PREFIX: "arlas-hover-"
Defined in
projects/arlas-components/src/lib/components/mapgl/model/mapLayers.ts:69
PROTECTED_IMAGE_HEADER
• Const
PROTECTED_IMAGE_HEADER: "Protected-Image-Header"
Defined in
projects/arlas-components/src/lib/components/results/utils/results.utils.ts:137
SCROLLABLE_ARLAS_ID
• Const
SCROLLABLE_ARLAS_ID: "scrollable_arlas_id:"
Defined in
projects/arlas-components/src/lib/components/mapgl/model/mapLayers.ts:72
SELECT_LAYER_PREFIX
• Const
SELECT_LAYER_PREFIX: "arlas-select-"
Defined in
projects/arlas-components/src/lib/components/mapgl/model/mapLayers.ts:70
Functions
numberToShortValue
▸ numberToShortValue(number
, p?
): string
Parameters
Name | Type |
---|---|
number |
number |
p? |
number |
Returns
string
Defined in
projects/arlas-components/src/lib/components/componentsUtils.ts:44