GeodeticDatum.AuthoritativeAreaOfUseBounds Method
Gives the bounding rectangle(s) of the largest area of use for a geodetic datum, according to an authority.
AuthoritativeAreaOfUseBounds(System.String datumAuthority, System.String datumAuthorityCode)
Gives the bounding rectangle(s) of the largest area of use for a geodetic datum, according to an authority.Syntax
public static RectangleSet AuthoritativeAreaOfUseBounds (
System.String datumAuthority,
System.String datumAuthorityCode
)
Parameters
The name of the authority, usually epsg.
The unique code for the geodetic datum according to the authority, for example "6258".
Return Value
A rectangle set, expressed in Wgs84LongLat, that covers the largest area of use.
Remarks
The supported authorities are "EPSG", "ESRI", "IGNF", "CRS" and "OGC". Carmenta methods will regard authority strings as case insensitive.
The returned rectangle set usually contains one rectangle. But if the largest area of use crosses meridian 180°, then the set will contain two rectangles.
EPSG has also published area polygons that are more precise than the rectangular bounds; see AuthoritativeAreaOfUseCode.
Platforms
Windows, Linux, Android