Geotools.Net

CoordinateSystemEPSGFactory.GetCoordinateSystemType Method 

Returns the coordinate system type.

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

Parameters

code
The EPSG code for the coordinate system.

Return Value

String with the coordinate system type.

Remarks

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

See Also

CoordinateSystemEPSGFactory Class | CoordinateSystemEPSGFactory Members | Geotools.CoordinateReferenceSystems Namespace