Show / Hide Table of Contents

    Class WfsFeatureTypeInfo.BoundingBox

    The bounding box defines the spatial extent of a featuretype.

    Inheritance
    System.Object
    WfsFeatureTypeInfo.BoundingBox
    Namespace: Mapsui.Providers.Wfs.Utilities
    Assembly: Mapsui.Desktop.dll
    Syntax
    public class BoundingBox : object

    Fields

    | Improve this Doc View Source

    MaxLat

    Declaration
    public double MaxLat
    Field Value
    Type Description
    System.Double
    | Improve this Doc View Source

    MaxLong

    Declaration
    public double MaxLong
    Field Value
    Type Description
    System.Double
    | Improve this Doc View Source

    MinLat

    Declaration
    public double MinLat
    Field Value
    Type Description
    System.Double
    | Improve this Doc View Source

    MinLong

    Declaration
    public double MinLong
    Field Value
    Type Description
    System.Double
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX