Geotools.Net

CoordinateSystemEPSGFactory.CreateCoordinateSystem Method 

Creates a coordinate system.

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

Parameters

code
The EPSG code of the coordinate system.

Return Value

An object that implements the ICoordinateSystem interface.

Remarks

Creates the right kind of coordinate system for the given code. The available coordinate systems are

See Also

CoordinateSystemEPSGFactory Class | CoordinateSystemEPSGFactory Members | Geotools.CoordinateReferenceSystems Namespace