DatumShiftInfo.AreaOfUseBounds Property
Gets bounding rectangles for the area of use for the datum shift.
Syntax
public RectangleSet AreaOfUseBounds { get; }
Property Value
Remarks
This property gives the rectangular bounds of the area of use as, expressed in Wgs84LongLat longitude and latitude degrees, which have been rounded to two decimals (about 1 km resolution).
The RectangleSet will either be empty or contain one or two rectangles.
It will be empty if the bounds are unknown. For example, this happens for a DatumShift that has been constructed in Carmenta Studio without any explicit DatumShift.Info nor any DatumShift.AuthorityCode; if the info property is then accessed at runtime, the result is a DatumShiftInfo containing only default values.
It will contain a single rectangle if the bounds are known and the area not cross the meridian 180°.
It will contain two rectangles if the bounds are known and the area does cross the meridian 180°.
EPSG has also published area polygons that are more precise than the rectangular bounds; see AreaOfUseCode.
See also Area of Use.
Platforms
Windows, Linux, Android