Ellipsoid Members
In This Article
#Constructors
Name | Description |
---|---|
Ellipsoid() | Initializes a new instance of the Ellipsoid class with default settings. |
Ellipsoid |
Initializes a new instance of the Ellipsoid class with the specified parameters. |
#Properties
Name | Description |
---|---|
Australian |
Returns the Australian National (1966) ellipsoid. |
Flattening | Returns the flattering value of an ellipsoid |
GRS67 static | Returns the GRS-67 ellipsoid. |
GRS80 static | Returns the GRS-80 ellipsoid. |
GSK11 static | Returns the GSK-2011 ellipsoid. |
IERS03 static | Returns the IERS (2003) ellipsoid. |
IERS89 static |
Returns the IERS (2003) ellipsoid. |
Inverse |
Gets or sets the inverse flattering of an ellipsoid. |
Krassovsky static | Returns the Krassovsky (1940) ellipsoid. |
Name | Gets or sets the name of an ellipsoid. |
New |
Returns the New International (1967) ellipsoid. |
PZ90 static | Returns the PZ-90 ellipsoid. |
Semimajor |
Gets or sets the semimajor axis value of an ellipsoid. |
Semiminor |
Returns the semiminor axis value of an ellipsoid. |
South |
Returns the South American (1969) ellipsoid. |
Square |
Returns the square of eccentricity value of an ellipsoid. |
WGS66 static | Returns the WGS 66 ellipsoid. |
WGS72 static | Returns the WGS 72 ellipsoid. |
WGS84 static | Returns the WGS 84 ellipsoid. |
#Methods
Name | Description |
---|---|
Create |
Initializes an instance of the Ellipsoid class with the specified semi-major axis and inverse flattening values. |
Create |
Initializes an instance of the Ellipsoid class with the specified semi-major axis and inverse flattening values. |
Create |
Initializes an instance of the Ellipsoid class semi-major and semi-minor axis values. |
Create |
Initializes an instance of the Ellipsoid class semi-major and semi-minor axis values. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Returns an array of predefined ellipsoids. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also