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