User Tools

Site Tools


api:dk11:delphi:giscsprojections.tgis_csprojabstract.latitudeofpoint_2

Table of Contents



TGIS_CSProjAbstract.LatitudeOfPoint_2 property

DK for Delphi | GisCsProjections.TGIS_CSProjAbstract.LatitudeOfPoint_2 | Constructors | Fields | Methods | Properties

Latitude of second control point (for two-point projections).

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
public
  property LatitudeOfPoint_2 : Double read write;
// C++ Builder
public:
  __property double LatitudeOfPoint_2 = {read, write};

Value

Type
Double

Remarks

PURPOSE: Second reference latitude for two-point projection axis definition.

BEHAVIOR: Range [-90, 90] degrees; paired with LongitudeOfPoint_2 to establish second control point.

USAGE: Set via projection.LatitudeOfPoint_2 property.

CONSTRAINTS: Two-point projection types only.

2026/07/03 01:29

Page Tools