User Tools

Site Tools


api:dk11:delphi:giscsprojections.tgis_csprojabstract.longitudeofpoint_2

Table of Contents



TGIS_CSProjAbstract.LongitudeOfPoint_2 property

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

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

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

Syntax

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

Value

Type
Double

Remarks

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

BEHAVIOR: Range [-180, 180] degrees; with LatitudeOfPoint_2 forms second control point.

USAGE: Set via projection.LongitudeOfPoint_2 property.

CONSTRAINTS: Two-point projection types only.

2026/07/03 01:29

Page Tools