DK for .NET | TatukGIS.NDK.TGIS_CSEllipsoid | Classes | Constructors | Methods | Properties
An ellipsoid item.
// C# public class TGIS_CSEllipsoid : TGIS_CSAbstract { }
' VisualBasic Public Class TGIS_CSEllipsoid Inherits TGIS_CSAbstract End Class
// Oxygene type TGIS_CSEllipsoid = public class( TGIS_CSAbstract ) end;
→ TGIS_Object → TGIS_CSAbstract
| Name | Visibility | Description | |
|---|---|---|---|
| TGIS_CSEllipsoid() | public | Create an instance. | |
| Name | Visibility | Description | |
|---|---|---|---|
| Assign | public | Copy content of the provided object into a current object (Overrides TGIS_CSAbstract.Assign) |
|
| Distance | public | Calculates distance over Great Circle | |
| LocationByBearing | public | Calculates target location based on bearing and didtance | |
| MarkDeprecated | public | Set object depreciation state. (Inherited from TGIS_CSAbstract) |
|
| ToGeocentric | public | Convert coordinates from geodetic mode to ellipsoid base (geocentric). | |
| ToGeocentric_Ref | public | Convert point from geodetic to geocentric system. | |
| ToGeodetic | public | Convert coordinates from an ellipsoid base (geocentric) to geodetic mode. | |
| ToGeodetic_Ref | public | Convert point from geocentric to geodetic system. | |
| ToString | public | (Inherited from TGIS_CSAbstract) |
|
| Name | Visibility | Description | |
|---|---|---|---|
| Deprecated | public | If true, then object is deprecated. (Inherited from TGIS_CSAbstract) |
|
| Description | public | Additional description. (Inherited from TGIS_CSAbstract) |
|
| DescriptionEx | public | Descriptive name; for internal use of TGIS_CSAbstractListHelper. (Inherited from TGIS_CSAbstract) |
|
| EcntrMajor | public | Eccentricity squared. | |
| EcntrMajorSqrt | public | Eccentricity sqrt. | |
| EcntrMinor | public | Second eccentricity squared. | |
| EcntrMinorSqrt | public | Eccentricity sqrt. | |
| EPSG | public | EPSG code. (Inherited from TGIS_CSAbstract) |
|
| Flattering | public | Flattering. | |
| FriendlyName | public | Friendly name constructed based on WKT (without underscores) and EPSG. (Inherited from TGIS_CSAbstract) |
|
| InverseFlattering | public | Inverse Flattering. | |
| MasterEPSG | public | EPSG code of the object for which current object is an alias. (Inherited from TGIS_CSAbstract) |
|
| SemiMajor | public | Semimajor axis. | |
| SemiMajorSq | public | Square of semimajor axis. | |
| SemiMinor | public | Semiminor axis. | |
| SemiMinorSq | public | Square of semiminor axis. | |
| WKT | public | WKT name. (Inherited from TGIS_CSAbstract) |
|