C# Класс Mapsui.Providers.GeoTiff.GeoTiffProvider

Наследование: IProvider
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Dispose ( ) : void
GeoTiffProvider ( string tiffPath, List noDataColors = null ) : System
GetExtents ( ) : BoundingBox
GetFeaturesInView ( BoundingBox box, double resolution ) : IEnumerable
IsCrsSupported ( string crs ) : bool?

Приватные методы

Метод Описание
ApplyAlphaOnIndexedBitmap ( Bitmap bitmapImage, ICollection colors ) : Bitmap
ApplyAlphaOnNonIndexedBitmap ( Bitmap bitmapImage, IEnumerable colors ) : Bitmap
ApplyColorFilter ( Bitmap bitmapImage, ICollection colors ) : Bitmap
CalculateExtent ( TiffProperties tiffProperties, WorldProperties worldProperties ) : BoundingBox
GetPathWithoutExtension ( string path ) : string
LoadTiff ( string location ) : TiffProperties
LoadWorld ( string location ) : WorldProperties
ReadImageAsStream ( string tiffPath, List noDataColors ) : MemoryStream

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

GeoTiffProvider() публичный Метод

public GeoTiffProvider ( string tiffPath, List noDataColors = null ) : System
tiffPath string
noDataColors List
Результат System

GetExtents() публичный Метод

public GetExtents ( ) : BoundingBox
Результат BoundingBox

GetFeaturesInView() публичный Метод

public GetFeaturesInView ( BoundingBox box, double resolution ) : IEnumerable
box BoundingBox
resolution double
Результат IEnumerable

IsCrsSupported() публичный Метод

public IsCrsSupported ( string crs ) : bool?
crs string
Результат bool?