Geotools.Net

CoordinateSystemEPSGFactory.GetParameters Method 

Gets projection parameters information.

[Visual Basic]
Public Function GetParameters( _
   ByVal projectionConversionCode As String _
) As ParameterList
[C#]
public ParameterList GetParameters(
   string projectionConversionCode
);

Parameters

projectionConversionCode
The projeciton conversion code.

Return Value

ParameterList with details about the projection parameters.

Remarks

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

See Also

CoordinateSystemEPSGFactory Class | CoordinateSystemEPSGFactory Members | Geotools.CoordinateReferenceSystems Namespace