DK for Delphi | GisCsProjections.TGIS_CSProjAbstract.FIsXYZ | Constructors | Fields | Methods | Properties
Property internal storage: 3D coordinate flag.
// Delphi protected var FIsXYZ : Boolean;
// C++ Builder protected: bool FIsXYZ;
| Type |
|---|
| Boolean |
PURPOSE:Cache whether projection handles 3D coordinates (X/Y/Z).
BEHAVIOR:Boolean; true if 3D support implemented.
USAGE:Internal; accessed via IsXYZ property.
CONSTRAINTS:Read-only; projection-specific.