Identifier.GetEpsgCode

Identifier.GetEpsgCode method

If this object represents a valid EPSG identifier (e.g. - authority name is “EPSG” and authority unique identifier is integer) - return it. Otherwise - return -1.

public int GetEpsgCode()

Return Value

EPSG identifier represented by this object. If this object doesn’t represent an EPSG identifier - return -1.

See Also