Geotools.Net

CoordinateSystemEPSGFactory.DescriptionText Method 

Returns descriptive text about this factory.

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

Parameters

code
Missing <param> documentation for code

Return Value

Missing <returns> documentation for M:Geotools.CoordinateReferenceSystems.CoordinateSystemEPSGFactory.DescriptionText(System.String)

Implements

ICoordinateSystemAuthorityFactory.DescriptionText

Remarks

This method has not been implemented.

Exceptions

Exception TypeCondition
NotImplementedException

See Also

CoordinateSystemEPSGFactory Class | CoordinateSystemEPSGFactory Members | Geotools.CoordinateReferenceSystems Namespace