Crs.AuthoritativeAreaOfUseBounds Method
Gives the bounding rectangle(s) of the largest area of use for a Crs, according to an authority.
AuthoritativeAreaOfUseBounds(System.String crsAuthority, System.String crsAuthorityCode)
Gives the bounding rectangle(s) of the largest area of use for a Crs, according to an authority.Syntax
public static RectangleSet AuthoritativeAreaOfUseBounds (
System.String crsAuthority,
System.String crsAuthorityCode
)
Parameters
The name of the authority, usually "epsg".
The unique code for the Crs, according to the authority, for example "3034".
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