Geotools.Net

CoordinateSystemEPSGFactory.GetOrientation Method 

Helper function to turn an string into an enumeration.

[Visual Basic]
Public Function GetOrientation( _
   ByVal code As String _
) As AxisOrientation
[C#]
public AxisOrientation GetOrientation(
   string code
);

Parameters

code
The string representation of the axis orientation.

Return Value

IAxisOrientationEnum enumation.

Remarks

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

Exceptions

Exception TypeCondition
NotSupportedExceptionIf the code is not recognized.

See Also

CoordinateSystemEPSGFactory Class | CoordinateSystemEPSGFactory Members | Geotools.CoordinateReferenceSystems Namespace