Class GeoShapeBase
Base type for geo shapes
Inheritance
GeoShapeBase
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public abstract class GeoShapeBase : IGeoShape
Constructors
| Edit this page View SourceGeoShapeBase(string)
Declaration
protected GeoShapeBase(string type)
Parameters
Type | Name | Description |
---|---|---|
string | type |
Properties
| Edit this page View SourceType
The type of geo shape
Declaration
public string Type { get; protected set; }
Property Value
Type | Description |
---|---|
string |