Search Results for

    Show / Hide Table of Contents

    Class GeoTiffProvider

    Inheritance
    object
    GeoTiffProvider
    Implements
    IProvider
    IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Extensions.Provider
    Assembly: Mapsui.Extensions.dll
    Syntax
    public class GeoTiffProvider : IProvider, IDisposable

    Constructors

    | Edit this page View Source

    GeoTiffProvider(string, List<Color>?)

    Declaration
    public GeoTiffProvider(string tiffPath, List<Color>? noDataColors = null)
    Parameters
    Type Name Description
    string tiffPath
    List<Color> noDataColors

    Properties

    | Edit this page View Source

    CRS

    The spatial reference ID (CRS)

    Declaration
    public string? CRS { get; set; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    ConvertTiffToSKBitmap(MemoryStream)

    Declaration
    public static SKBitmap ConvertTiffToSKBitmap(MemoryStream tifImage)
    Parameters
    Type Name Description
    MemoryStream tifImage
    Returns
    Type Description
    SKBitmap
    | Edit this page View Source

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public virtual void Dispose()
    | Edit this page View Source

    GetExtent()

    MRect of data set

    Declaration
    public MRect? GetExtent()
    Returns
    Type Description
    MRect

    BoundingBox

    | Edit this page View Source

    GetFeaturesAsync(FetchInfo)

    Declaration
    public Task<IEnumerable<IFeature>> GetFeaturesAsync(FetchInfo fetchInfo)
    Parameters
    Type Name Description
    FetchInfo fetchInfo
    Returns
    Type Description
    Task<IEnumerable<IFeature>>
    | Edit this page View Source

    IsCrsSupported(string?)

    Declaration
    public bool? IsCrsSupported(string? crs)
    Parameters
    Type Name Description
    string crs
    Returns
    Type Description
    bool?
    | Edit this page View Source

    TagExtender(Tiff)

    Declaration
    public void TagExtender(Tiff tif)
    Parameters
    Type Name Description
    Tiff tif

    Implements

    IProvider
    IDisposable

    Extension Methods

    DisposableExtension.DisposeIfDisposable(object?)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX