Table of Contents

Class GeoJson3DCoordinates

Namespace
MongoDB.Driver.GeoJsonObjectModel
Assembly
MongoDB.Driver.dll
public class GeoJson3DCoordinates : GeoJsonCoordinates, IEquatable<GeoJsonCoordinates>
Inheritance
GeoJson3DCoordinates
Implements
Inherited Members

Constructors

GeoJson3DCoordinates(double, double, double)

public GeoJson3DCoordinates(double x, double y, double z)

Parameters

x double
y double
z double

Properties

Values

public override ReadOnlyCollection<double> Values { get; }

Property Value

ReadOnlyCollection<double>

X

public double X { get; }

Property Value

double

Y

public double Y { get; }

Property Value

double

Z

public double Z { get; }

Property Value

double