GeoJSONCollection Constructor (IEnumerable<(Of <(<'IGeometryObject>)>)>)
Initializes a new instance of the GeometryCollection class.
Namespace:
Aerospike.Database.LINQPadDriver.ExtensionsAssembly: Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)
Syntax
public GeoJSONCollection( IEnumerable<IGeometryObject> geometries )
Parameters
- geometries
- Type: IEnumerable<(Of <(<'IGeometryObject>)>)>
The geometries contained in this GeometryCollection.