DK for Delphi | GisCsProjections.TGIS_CSProjAbstract.FEllipsoid | Constructors | Fields | Methods | Properties
Property internal storage for ellipsoid reference.
// Delphi protected var FEllipsoid : TGIS_CSEllipsoid;
// C++ Builder protected: TGIS_CSEllipsoid* FEllipsoid;
| Type |
|---|
| TGIS_CSEllipsoid |
PURPOSE: Cache the ellipsoid used by the projection.
BEHAVIOR: Stores a reference to TGIS_CSEllipsoid containing the Earth model shape parameters.
USAGE: Internal; accessed through the Ellipsoid property.
CONSTRAINTS: Read-only after initialization.