← Back to carmenta.com
Carmenta Engine SDK Documentation
×

Crs.AuthoritativeAreaOfUseDescription Method

Gives a text description of the largest area of use for a Crs, according to an authority.

Thread safety: This method is thread-safe.

AuthoritativeAreaOfUseDescription(System.String crsAuthority, System.String crsAuthorityCode)

Gives a text description of the largest area of use for a Crs, according to an authority.

Syntax

C#
public static System.String AuthoritativeAreaOfUseDescription (
    System.String crsAuthority,
    System.String crsAuthorityCode
)

Parameters

crsAuthority
Type: System.String
The name of the authority, usually "epsg".
crsAuthorityCode
Type: System.String
The unique code for the Crs, according to the authority, for example "3034".

Return Value

Type: System.String
A possibly long string, describing the largest area of use.

Remarks

The description can be long, and is suitable for search. For example, if the authority is "epsg" and the CRS code is "3034", then the method returns

"Europe - European Union (EU) countries and candidates. Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Iceland; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal including Madeira and Azores; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain including Canary Islands; Sweden; Switzerland; Turkey; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State."

The supported authorities are "EPSG", "ESRI", "IGNF", "CRS" and "OGC". Carmenta methods will regard authority strings as case insensitive.

Platforms

Windows, Linux, Android

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept