DK for Delphi | GisCsProjections.TGIS_CSProjAbstract.LatitudeOfPoint_2 | Constructors | Fields | Methods | Properties
Latitude of second control point (for two-point projections).
// Delphi public property LatitudeOfPoint_2 : Double read write;
// C++ Builder public: __property double LatitudeOfPoint_2 = {read, write};
| Type |
|---|
| Double |
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.