DK for Delphi | GisCsProjections.TGIS_CSProjAbstract.FIsGrid | Constructors | Fields | Methods | Properties
Property internal storage: grid projection flag.
// Delphi protected var FIsGrid : Boolean;
// C++ Builder protected: bool FIsGrid;
| Type |
|---|
| Boolean |
PURPOSE: Cache whether projection is simple grid (shift+scale).
BEHAVIOR: Boolean; true for grid-type projections.
USAGE: Internal; accessed via IsGrid property.
CONSTRAINTS: Read-only; projection-specific.