Class BursaWolfParameters

BursaWolfParameters class

Class that contains parameters of Bursa-Wolf formula to transform to another datum.

public class BursaWolfParameters : IEquatable<BursaWolfParameters>

Constructors

NameDescription
BursaWolfParameters(double, double, double)Creates new instance of BursaWolfParameters.
BursaWolfParameters(double, double, double, double, double, double, double)Creates new instance of BursaWolfParameters.

Properties

NameDescription
static Null { get; }Special value, indicating that parameters are unknown.
Dx { get; }Dx in meters.
Dy { get; }Dy in meters.
Dz { get; }Dz in meters.
IsNull { get; }Determine whether this instance is Null.
Rx { get; }Rx in seconds.
Ry { get; }Ry in seconds.
Rz { get; }Rz in seconds.
Scale { get; }Scale in parts per million.

Methods

NameDescription
Equals(BursaWolfParameters)Indicates whether the current object is equal to another object of the same type.
override Equals(object)Determines whether the specified object is equal to the current object.
override GetHashCode()Serves as the default hash function.
operator ==Implements the operator ==.
operator !=Implements the operator !=.

See Also