Search Results for

    Show / Hide Table of Contents

    Class FetchInfo

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

    Constructors

    | Edit this page View Source

    FetchInfo(FetchInfo)

    Declaration
    public FetchInfo(FetchInfo fetchInfo)
    Parameters
    Type Name Description
    FetchInfo fetchInfo
    | Edit this page View Source

    FetchInfo(MSection, string?, ChangeType)

    Declaration
    public FetchInfo(MSection section, string? crs = null, ChangeType changeType = ChangeType.Discrete)
    Parameters
    Type Name Description
    MSection section
    string crs
    ChangeType changeType

    Properties

    | Edit this page View Source

    CRS

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

    ChangeType

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

    Extent

    Declaration
    public MRect Extent { get; }
    Property Value
    Type Description
    MRect
    | Edit this page View Source

    Resolution

    Declaration
    public double Resolution { get; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    Section

    Declaration
    public MSection Section { get; }
    Property Value
    Type Description
    MSection

    Methods

    | Edit this page View Source

    Equals(object?)

    Determines whether the specified object is equal to the current object.

    Declaration
    public override bool Equals(object? obj)
    Parameters
    Type Name Description
    object obj

    The object to compare with the current object.

    Returns
    Type Description
    bool

    true if the specified object is equal to the current object; otherwise, false.

    Overrides
    object.Equals(object)
    | Edit this page View Source

    GetHashCode()

    Serves as the default hash function.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    A hash code for the current object.

    Overrides
    object.GetHashCode()
    | Edit this page View Source

    Grow(double)

    Declaration
    public FetchInfo Grow(double amountInScreenUnits)
    Parameters
    Type Name Description
    double amountInScreenUnits
    Returns
    Type Description
    FetchInfo

    Extension Methods

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