Geotools.Net

CoordinateSystemEPSGFactory.CreateLinearUnit Method 

Returns a LinearUnit object from a code.

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

Parameters

code
The EPSG code.

Return Value

An object that implements the ILinearUnit interface.

Implements

ICoordinateSystemAuthorityFactory.CreateLinearUnit

Remarks

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

See Also

CoordinateSystemEPSGFactory Class | CoordinateSystemEPSGFactory Members | Geotools.CoordinateReferenceSystems Namespace