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
stringThe name.
Properties
Name
Gets the name.
public string Name { get; }
Property Value
Type
Gets the type of the GeoJson coordinate reference system.
public override string Type { get; }