Table of Contents

Class GeoJsonNamedCoordinateReferenceSystem

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

Represents a GeoJson named coordinate reference system.

[BsonSerializer(typeof(GeoJsonNamedCoordinateReferenceSystemSerializer))]
public class GeoJsonNamedCoordinateReferenceSystem : GeoJsonCoordinateReferenceSystem
Inheritance
GeoJsonNamedCoordinateReferenceSystem
Inherited Members

Constructors

GeoJsonNamedCoordinateReferenceSystem(string)

Initializes a new instance of the GeoJsonNamedCoordinateReferenceSystem class.

public GeoJsonNamedCoordinateReferenceSystem(string name)

Parameters

name string

The name.

Properties

Name

Gets the name.

public string Name { get; }

Property Value

string

Type

Gets the type of the GeoJson coordinate reference system.

public override string Type { get; }

Property Value

string