Geotools.Net

IMathTransformFactory.IsParameterLinear Method 

Tests whether parameter is linear.

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

Parameters

parameterName
Name of parameter to test.

Return Value

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

Remarks

Clients must ensure that all linear parameter values are in meters.

See Also

IMathTransformFactory Interface | IMathTransformFactory Members | Geotools.CoordinateTransformations Namespace