BursaWolfParameters Class

Class that contains parameters of Bursa-Wolf formula to transform to another datum.
Inheritance Hierarchy
SystemObject
  Aspose.Gis.SpatialReferencingBursaWolfParameters

Namespace:  Aspose.Gis.SpatialReferencing
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public class BursaWolfParameters : IEquatable<BursaWolfParameters>

The BursaWolfParameters type exposes the following members.

Constructors
  NameDescription
Public methodBursaWolfParameters(Double, Double, Double)
Creates new instance of BursaWolfParameters.
Public methodBursaWolfParameters(Double, Double, Double, Double, Double, Double, Double)
Creates new instance of BursaWolfParameters.
Properties
  NameDescription
Public propertyDx
Dx in meters.
Public propertyDy
Dy in meters.
Public propertyDz
Dz in meters.
Public propertyIsNull
Determine whether this instance is Null.
Public propertyStatic memberNull
Special value, indicating that parameters are unknown.
Public propertyRx
Rx in seconds.
Public propertyRy
Ry in seconds.
Public propertyRz
Rz in seconds.
Public propertyScale
Scale in parts per million.
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(BursaWolfParameters)
Indicates whether the current object is equal to another object of the same type.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Operators
  NameDescription
Public operatorStatic memberEquality
Implements the operator ==.
Public operatorStatic memberInequality
Implements the operator !=.
See Also