Class GeoJsonMultiLineString
| MongoDB CSharp Driver API Reference (original) (raw)
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
GeoJsonMultiLineString
Inherited Members
Constructors
GeoJsonMultiLineString(GeoJsonMultiLineStringCoordinates)
Initializes a new instance of the GeoJsonMultiLineString class.
GeoJsonMultiLineString(GeoJsonObjectArgs, GeoJsonMultiLineStringCoordinates)
Initializes a new instance of the GeoJsonMultiLineString class.
Properties
Gets the coordinates.
Gets the type of the GeoJson object.