Show / Hide Table of Contents

    Class TileInfo

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

    Properties

    | Improve this Doc View Source

    cols

    Declaration
    public int cols { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    compressionQuality

    Declaration
    public int compressionQuality { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    dpi

    Declaration
    public int dpi { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    format

    Declaration
    public string format { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    lods

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

    origin

    Declaration
    public TileInfo.Origin origin { get; set; }
    Property Value
    Type Description
    TileInfo.Origin
    | Improve this Doc View Source

    rows

    Declaration
    public int rows { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    spatialReference

    Declaration
    public SpatialReference spatialReference { get; set; }
    Property Value
    Type Description
    SpatialReference
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX