Geotools.Net

CoordinateSystemEPSGFactory.CreateCompoundCoordinateSystem Method 

Creates a 3D coordinate system from a code.

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

Parameters

code
The EPSG code.

Return Value

An object that implements the ICompoundCoordinateSystem interface.

Implements

ICoordinateSystemAuthorityFactory.CreateCompoundCoordinateSystem

Remarks

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

See Also

CoordinateSystemEPSGFactory Class | CoordinateSystemEPSGFactory Members | Geotools.CoordinateReferenceSystems Namespace