Table of Contents

Class GeoJsonMultiLineString<TCoordinates>

Namespace
MongoDB.Driver.GeoJsonObjectModel
Assembly
MongoDB.Driver.dll

Represents a GeoJson MultiLineString object.

[BsonSerializer(typeof(GeoJsonMultiLineStringSerializer<>))]
public class GeoJsonMultiLineString<TCoordinates> : GeoJsonGeometry<TCoordinates> where TCoordinates : GeoJsonCoordinates

Type Parameters

TCoordinates

The type of the coordinates.

Inheritance
GeoJsonObject<TCoordinates>
GeoJsonGeometry<TCoordinates>
GeoJsonMultiLineString<TCoordinates>
Inherited Members

Constructors

GeoJsonMultiLineString(GeoJsonMultiLineStringCoordinates<TCoordinates>)

Initializes a new instance of the GeoJsonMultiLineString<TCoordinates> class.

GeoJsonMultiLineString(GeoJsonObjectArgs<TCoordinates>, GeoJsonMultiLineStringCoordinates<TCoordinates>)

Initializes a new instance of the GeoJsonMultiLineString<TCoordinates> class.

Properties

Coordinates

Gets the coordinates.

Type

Gets the type of the GeoJson object.