Geotools.Net

IMathTransformFactory.IsParameterAngular Method 

Tests whether parameter is angular.

[Visual Basic]
Function IsParameterAngular( _
   ByVal parameterName As String _
) As Boolean
[C#]
bool IsParameterAngular(
   string parameterName
);

Parameters

parameterName
Name of parameter to test.

Return Value

Missing <returns> documentation for M:Geotools.CoordinateTransformations.IMathTransformFactory.IsParameterAngular(System.String)

Remarks

Clients must ensure that all angular parameter values are in degrees.

See Also

IMathTransformFactory Interface | IMathTransformFactory Members | Geotools.CoordinateTransformations Namespace