DK for Delphi | GisCsProjections.TGIS_CSProjAbstract.FIsSpheroid | Constructors | Fields | Methods | Properties
Property internal storage: spheroid flag.
// Delphi protected var FIsSpheroid : Boolean;
// C++ Builder protected: bool FIsSpheroid;
| Type |
|---|
| Boolean |
PURPOSE: Cache whether projection handles spheroidal datum.
BEHAVIOR: Boolean; true if spheroid support implemented.
USAGE: Internal; accessed via IsSpheroid property.
CONSTRAINTS: Read-only; projection-specific.