Class FeatureId
Assembly: Mapsui.dll
Syntax
public static class FeatureId
Methods
|
Edit this page
View Source
CreateId(int, uint)
Declaration
public static long CreateId(int layerId, uint featureId)
Parameters
| Type |
Name |
Description |
| int |
layerId |
|
| uint |
featureId |
|
Returns
|
Edit this page
View Source
CreateId<T>(int, T, Func<T, uint>)
Declaration
public static long CreateId<T>(int layerId, T key, Func<T, uint> keyCreator)
Parameters
| Type |
Name |
Description |
| int |
layerId |
|
| T |
key |
|
| Func<T, uint> |
keyCreator |
|
Returns
Type Parameters