Click or drag to resize

GeoCoordinateRectangleIsNormalized Property

This is preliminary documentation and is subject to change.

Determines whether the coordinates of current spherical rectangle are normalized.

Namespace: WikiClientLibrary
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public bool IsNormalized { get; }

Property Value

Boolean
Remarks

"Normalized rectangle" provides a way to make all the effectively same rectangles have the same coordinates.

A normalized rectangle has Left between -180 ~ +180, Top between -90 ~ +90, Width between 0 ~ 360, and Height between 0 ~ 180. Taking account to the limitation of rectangles that is representable by this structure, the normalized rectangle should also have Right between -180 ~ +540 (-180 ~ 180 if the rectangle does not cross anti-meridian), and Bottom between -90 ~ +90.

For "belts"/"semi-belts" along meridian and/or parallel,

See Also