User Tools

Site Tools


api:dk11:delphi:giscsbase.tgis_csellipsoid

TGIS_CSEllipsoid class

DK11 for Delphi | GisCsBase.TGIS_CSEllipsoid | Classes | Constructors | Methods | Properties

An ellipsoid item.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
type
  TGIS_CSEllipsoid = class( TGIS_CSAbstract )
  end;
// C++ Builder
class PASCALIMPLEMENTATION TGIS_CSEllipsoid : public TGIS_CSAbstract
{
};

Inheritance

Constructors

Inherited Overrides Protected
Name Visibility Description
Create public Create an instance.

Methods

Inherited Overrides Protected
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
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.

Properties

Inherited Protected
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)

2022/11/16 01:14

Page Tools