Search Results for

    Show / Hide Table of Contents

    Class GeoShapeBase

    Base type for geo shapes

    Inheritance
    object
    GeoShapeBase
    CircleGeoShape
    EnvelopeGeoShape
    GeometryCollection
    LineStringGeoShape
    MultiLineStringGeoShape
    MultiPointGeoShape
    MultiPolygonGeoShape
    PointGeoShape
    PolygonGeoShape
    Implements
    IGeoShape
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public abstract class GeoShapeBase : IGeoShape

    Constructors

    | Edit this page View Source

    GeoShapeBase(string)

    Declaration
    protected GeoShapeBase(string type)
    Parameters
    Type Name Description
    string type

    Properties

    | Edit this page View Source

    Type

    The type of geo shape

    Declaration
    public string Type { get; protected set; }
    Property Value
    Type Description
    string

    Implements

    IGeoShape

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • GeoShapeBase(string)
    • Properties
      • Type
    • Implements
    • Extension Methods
    Back to top Generated by DocFX