Identifier.Epsg

Identifier.Epsg method

Creates new Identifier that represents EPSG identifier with code epsgCode.

public static Identifier Epsg(int epsgCode)
ParameterTypeDescription
epsgCodeInt32Epsg code.

Return Value

New identifier with AuthorityName “EPSG” and AuthorityUniqueIdentifierepsgCode. If epsgCode is less then 0 - return null;

See Also