Search Results for

    Show / Hide Table of Contents

    Class TileInfo

    Inheritance
    object
    TileInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.ArcGIS
    Assembly: Mapsui.ArcGIS.dll
    Syntax
    public class TileInfo

    Properties

    | Edit this page View Source

    cols

    Declaration
    public int cols { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    compressionQuality

    Declaration
    public int compressionQuality { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    dpi

    Declaration
    public int dpi { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    format

    Declaration
    public string? format { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    lods

    Declaration
    public TileInfo.Lod[]? lods { get; set; }
    Property Value
    Type Description
    Lod[]
    | Edit this page View Source

    origin

    Declaration
    public TileInfo.Origin? origin { get; set; }
    Property Value
    Type Description
    TileInfo.Origin
    | Edit this page View Source

    rows

    Declaration
    public int rows { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    spatialReference

    Declaration
    public SpatialReference? spatialReference { get; set; }
    Property Value
    Type Description
    SpatialReference

    Extension Methods

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