Search Results for

    Show / Hide Table of Contents

    Class GeoBoundingBoxFilter

    Filters geo point values based on a bounding box

    Inheritance
    System.Object
    FilterBase
    GeoBoundingBoxFilter
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public class GeoBoundingBoxFilter : FilterBase

    Properties

    BottomRight

    The bottom right corner of the bounding box's geo location (latitude and longitude).

    Declaration
    public GeoLocation BottomRight { get; set; }
    Property Value
    GeoLocation

    Field

    The field's name to execute the filter on. It is composed by the field ids of the hierarchy joined with "."
    (i.e. personLayer.address.street).

    Declaration
    public string Field { get; set; }
    Property Value
    System.String

    TopLeft

    The top left corner of the bounding box's geo location (latitude and longitude).

    Declaration
    public GeoLocation TopLeft { get; set; }
    Property Value
    GeoLocation

    Methods

    FromJson(String)

    Declaration
    public static GeoBoundingBoxFilter FromJson(string data)
    Parameters
    System.String data

    Returns
    GeoBoundingBoxFilter

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX