DK for Delphi | GisCsProjections.TGIS_CSProjAbstract.FParametersSet | Constructors | Fields | Methods | Properties
Property internal storage for supported parameters set.
// Delphi protected var FParametersSet : TGIS_CSProjParameterSet;
// C++ Builder protected: TGIS_CSProjParameterSet* FParametersSet;
PURPOSE: Cache which projection parameters are valid.
BEHAVIOR: Set of TGIS_CSProjParameter enum values.
USAGE: Internal; accessed via SupportedParameters property.
CONSTRAINTS: Read-only; projection-specific.