DK for Delphi | GisCsProjections.TGIS_CSProjAbstract.FIsPureCylindrical | Constructors | Fields | Methods | Properties
Property internal storage: pure cylindrical flag.
// Delphi protected var FIsPureCylindrical : Boolean;
// C++ Builder protected: bool FIsPureCylindrical;
| Type |
|---|
| Boolean |
PURPOSE: Cache whether projection is pure cylindrical.
BEHAVIOR: Boolean; true for Mercator, false for modified.
USAGE: Internal; accessed via IsPureCylindrical property.
CONSTRAINTS: Read-only; projection-specific.