Click or drag to resize
NewInternational1967Ellipsoid Class
doogal.co.uk Home



Class defining the New International 1967 reference ellipsoid.
Inheritance Hierarchy
SystemObject
  DotNetCoords.EllipsoidEllipsoid
    DotNetCoords.EllipsoidEllipsoidNewInternational1967Ellipsoid
      DotNetCoords.EllipsoidNewInternational1967Ellipsoid

Namespace:  DotNetCoords.Ellipsoid
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax
public sealed class NewInternational1967Ellipsoid : Ellipsoid<NewInternational1967Ellipsoid>

The NewInternational1967Ellipsoid type exposes the following members.

Constructors
  NameDescription
Public methodNewInternational1967Ellipsoid
Initializes a new instance of the NewInternational1967Ellipsoid class.
Top
Properties
  NameDescription
Public propertyEccentricitySquared
Gets the eccentricity squared.
(Inherited from Ellipsoid.)
Public propertyFlattening
Gets the flattening.
(Inherited from Ellipsoid.)
Public propertySemiMajorAxis
Gets the semi major axis.
(Inherited from Ellipsoid.)
Public propertySemiMinorAxis
Gets the semi minor axis.
(Inherited from Ellipsoid.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Ellipsoid.
(Inherited from Ellipsoid.)
Top
See Also