User Tools

Site Tools


api:dk11:delphi:giscsprojections.incsprojparameterset_tgis_csprojparameter_tgis_csprojparameterset

Table of Contents

InCSProjParameterSet method

DK11 for Delphi | GisCsProjections.InCSProjParameterSet | Constants | Enums | Fields | Methods | Classes | Records | Types

Test if particular parameter is supported by a given projection.

Syntax

// Delphi
function InCSProjParameterSet(
  const _val : TGIS_CSProjParameter;
  const _set : TGIS_CSProjParameterSet
) : Boolean;
// C++ Builder
extern DELPHI_PACKAGE bool InCSProjParameterSet(
  TGIS_CSProjParameter* const _val,
  TGIS_CSProjParameterSet* const _set
);

Parameters

Name Type Description
_val TGIS_CSProjParameter parameter to be tested
_set TGIS_CSProjParameterSet set of parameters supported by projection

Result

Type Description
Boolean True if parameter is supported.

Remarks

Defined as a platform independent set tester.

2020/03/17 01:04

Page Tools