DK for Delphi | GisCsProjections.TGIS_CSProjAbstract.FDescription | Constructors | Fields | Methods | Properties
Property internal storage for projection description.
// Delphi protected var FDescription : String;
// C++ Builder protected: UnicodeString FDescription;
| Type |
|---|
| String |
PURPOSE: Cache human-readable projection name/description.
BEHAVIOR: String; e.g., "Mercator", "Transverse Mercator".
USAGE: Internal; accessed via Description property.
CONSTRAINTS: Read-only; projection-specific.