Show / Hide Table of Contents

    Class Extent

    Inheritance
    System.Object
    Extent
    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 Extent

    Properties

    | Improve this Doc View Source

    spatialReference

    Declaration
    public SpatialReference spatialReference { get; set; }
    Property Value
    Type Description
    SpatialReference
    | Improve this Doc View Source

    xmax

    Declaration
    public double xmax { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    xmin

    Declaration
    public double xmin { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    ymax

    Declaration
    public double ymax { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    ymin

    Declaration
    public double ymin { get; set; }
    Property Value
    Type Description
    System.Double
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX