C# Class Mapsui.Samples.Common.Maps.PointsSample

Afficher le fichier Open project: pauldendulk/Mapsui Class Usage Examples

Méthodes publiques

Méthode Description
CreateMap ( ) : Map
CreateProviderWithRandomPoints ( BoundingBox envelope, int count = 100 ) : MemoryProvider
GenerateRandomPoints ( BoundingBox envelope, int count = 25 ) : IEnumerable

Private Methods

Méthode Description
CreateFeatures ( IEnumerable randomPoints ) : Features
CreateRandomPointLayer ( BoundingBox envelope, int count = 25, IStyle style = null ) : ILayer

Method Details

CreateMap() public static méthode

public static CreateMap ( ) : Map
Résultat Map

CreateProviderWithRandomPoints() public static méthode

public static CreateProviderWithRandomPoints ( BoundingBox envelope, int count = 100 ) : MemoryProvider
envelope BoundingBox
count int
Résultat Mapsui.Providers.MemoryProvider

GenerateRandomPoints() public static méthode

public static GenerateRandomPoints ( BoundingBox envelope, int count = 25 ) : IEnumerable
envelope BoundingBox
count int
Résultat IEnumerable