Class GeometryCollection
A geo shape representing a collection of IGeoShape geometries
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class GeometryCollection : GeoShapeBase, IGeometryCollection, IGeoShape
Constructors
| Edit this page View SourceGeometryCollection(IEnumerable<IGeoShape>)
Declaration
public GeometryCollection(IEnumerable<IGeoShape> geometries)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IGeoShape> | geometries |
Properties
| Edit this page View SourceGeometries
A collection of IGeoShape geometries
Declaration
public IEnumerable<IGeoShape> Geometries { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<IGeoShape> |