Search Results for

    Show / Hide Table of Contents

    Class GeoShapeBase

    A base class for the geometry types supported by Realm. It should not be used directly - instead you should use one of its inheritors, such as GeoBox, GeoCircle, or GeoPolygon.

    Inheritance
    object
    GeoShapeBase
    GeoBox
    GeoCircle
    GeoPolygon
    Namespace: Realms
    Assembly: Realm.dll
    Syntax
    public abstract class GeoShapeBase
    Remarks

    GeoShapeBase and its inheritors cannot be used as properties in a Realm model. Instead, they are only used as an argument to GeoWithin(IEmbeddedObject?, GeoShapeBase) or Filter<T>(IQueryable<T>, string, params QueryArgument[]).

    See Also

    GeoWithin(IEmbeddedObject, GeoShapeBase)
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2020-2024 Realm
    Generated by DocFX