Show / Hide Table of Contents

    Class GeoTiffProvider

    Inheritance
    System.Object
    GeoTiffProvider
    Implements
    IProvider
    Namespace: Mapsui.Desktop.GeoTiff
    Assembly: Mapsui.Desktop.dll
    Syntax
    public class GeoTiffProvider : object, IProvider

    Constructors

    | Improve this Doc View Source

    GeoTiffProvider(String, List<Drawing.Color>)

    Declaration
    public GeoTiffProvider(string tiffPath, List<Drawing.Color> noDataColors = null)
    Parameters
    Type Name Description
    System.String tiffPath
    List<System.Drawing.Color> noDataColors

    Properties

    | Improve this Doc View Source

    CRS

    Declaration
    public string CRS { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Dispose()

    Declaration
    public void Dispose()
    | Improve this Doc View Source

    GetExtents()

    Declaration
    public BoundingBox GetExtents()
    Returns
    Type Description
    BoundingBox
    | Improve this Doc View Source

    GetFeaturesInView(BoundingBox, Double)

    Declaration
    public IEnumerable<IFeature> GetFeaturesInView(BoundingBox box, double resolution)
    Parameters
    Type Name Description
    BoundingBox box
    System.Double resolution
    Returns
    Type Description
    IEnumerable<IFeature>
    | Improve this Doc View Source

    IsCrsSupported(String)

    Declaration
    public bool? IsCrsSupported(string crs)
    Parameters
    Type Name Description
    System.String crs
    Returns
    Type Description
    System.Nullable<System.Boolean>

    Implements

    IProvider
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX