Geotools.Net

ICoordinateSystemAuthorityFactory.CreateAngularUnit Method 

Returns an AngularUnit object from a code.

[Visual Basic]
Function CreateAngularUnit( _
   ByVal code As String _
) As IAngularUnit
[C#]
IAngularUnit CreateAngularUnit(
   string code
);

Parameters

code
Missing <param> documentation for code

Return Value

Missing <returns> documentation for M:Geotools.CoordinateReferenceSystems.ICoordinateSystemAuthorityFactory.CreateAngularUnit(System.String)

Remarks

Missing <remarks> documentation for M:Geotools.CoordinateReferenceSystems.ICoordinateSystemAuthorityFactory.CreateAngularUnit(System.String)

See Also

ICoordinateSystemAuthorityFactory Interface | ICoordinateSystemAuthorityFactory Members | Geotools.CoordinateReferenceSystems Namespace