Geotools.Net

ICoordinateSystemAuthorityFactory.CreateLinearUnit Method 

Returns a LinearUnit object from a code.

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

Parameters

code
Missing <param> documentation for code

Return Value

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

Remarks

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

See Also

ICoordinateSystemAuthorityFactory Interface | ICoordinateSystemAuthorityFactory Members | Geotools.CoordinateReferenceSystems Namespace