DK for Delphi | GisCsProjections.TGIS_CSProjAbstract.LongitudeOfCenter | Constructors | Fields | Methods | Properties
Longitude of center for this projection in radians.
// Delphi public property LongitudeOfCenter : Double read write;
// C++ Builder public: __property double LongitudeOfCenter = {read, write};
| Type |
|---|
| Double |
PURPOSE: Set the center longitude for projections that use this naming instead of CentralMeridian.
BEHAVIOR: Stores the center longitude in radians. Its meaning is projection-specific.
CONSTRAINTS: Valid only for projections that support this parameter.