LuciadCPillar C# 2024.0.02
Luciad.Maps.MapAttributions Class Reference

A class from which the attributions of a map can be retrieved. More...

Inheritance diagram for Luciad.Maps.MapAttributions:

Public Member Functions

void Dispose ()
 
Luciad.Models.DataAttribution GetAttribution (ulong layerId)
 Returns the attribution from a layer. More...
 

Properties

System.Collections.Generic.IList< Luciad.Models.DataAttributionAllAttributions [get]
 The attributions from all visible layers that provide attribution. More...
 
System.Collections.Generic.IList< ulong > AttributionLayerIds [get]
 The IDs of all visible layers on this map that provide attribution. More...
 

Detailed Description

A class from which the attributions of a map can be retrieved.

Since
2024.0

Member Function Documentation

◆ Dispose()

void Luciad.Maps.MapAttributions.Dispose ( )
inline

◆ GetAttribution()

Luciad.Models.DataAttribution Luciad.Maps.MapAttributions.GetAttribution ( ulong  layerId)
inline

Returns the attribution from a layer.

Returns null if the layer is not on this map, is invisible, or provides no attribution.

Returns
the attribution of the layer.

Property Documentation

◆ AllAttributions

System.Collections.Generic.IList<Luciad.Models.DataAttribution> Luciad.Maps.MapAttributions.AllAttributions
get

The attributions from all visible layers that provide attribution.

[get]

Returns the attributions from all visible layers that provide attribution.

◆ AttributionLayerIds

System.Collections.Generic.IList<ulong> Luciad.Maps.MapAttributions.AttributionLayerIds
get

The IDs of all visible layers on this map that provide attribution.

[get]

Returns the IDs of all visible layers on this map that provide attribution.