DK for Delphi | GisCsProjections.TGIS_CSProjAbstract.Azimuth | Constructors | Fields | Methods | Properties
Azimuth angle from north (for oblique projections).
// Delphi public property Azimuth : Double read write;
// C++ Builder public: __property double Azimuth = {read, write};
| Type |
|---|
| Double |
PURPOSE:Rotation angle for oblique projection alignment.
BEHAVIOR:Range [0, 360) degrees; clockwise from true north.
USAGE:Set via projection.Azimuth property.
CONSTRAINTS:Oblique projection types only.