类 GeoShapeBase
Realm 支持的几何类型的基类。 不应直接使用它,而应使用其继承器之一,例如GeoBox 、 GeoCircle或GeoPolygon 。
命名空间: Realms
程序集:Realm.dll
语法
public abstract class GeoShapeBase
备注
GeoShapeBase及其继承者不能用作 Realm 模型中的属性。 相反,它们仅用作GeoWithin(IEmbeddedObject?, GeoShapeBase)或Filter<T>(IQueryable<T>, string, params QueryArgument[]) 的参数。