Geotools.Net

CoordinateSystemEPSGFactory.CreateAngularUnit Method 

Returns an AngularUnit object from a code.

[Visual Basic]
NotOverridable Public Function CreateAngularUnit( _
   ByVal code As String _
) As IAngularUnit Implements _
   ICoordinateSystemAuthorityFactory.CreateAngularUnit
[C#]
public IAngularUnit CreateAngularUnit(
   string code
);

Parameters

code
The EPSG code.

Return Value

An object that implements the IAngularUnit interface.

Implements

ICoordinateSystemAuthorityFactory.CreateAngularUnit

Remarks

Some common angular units and their codes are described in the table below.

EPSG CodeDescriptions
9101Radian
9102Degree
9103Arc-minute
9104Arc-second

See Also

CoordinateSystemEPSGFactory Class | CoordinateSystemEPSGFactory Members | Geotools.CoordinateReferenceSystems Namespace