Geotools.Net

ICoordinateSystemAuthorityFactory.CreateCompoundCoordinateSystem Method 

Creates a 3D coordinate system from a code.

[Visual Basic]
Function CreateCompoundCoordinateSystem( _
   ByVal code As String _
) As ICompoundCoordinateSystem
[C#]
ICompoundCoordinateSystem CreateCompoundCoordinateSystem(
   string code
);

Parameters

code
Missing <param> documentation for code

Return Value

Missing <returns> documentation for M:Geotools.CoordinateReferenceSystems.ICoordinateSystemAuthorityFactory.CreateCompoundCoordinateSystem(System.String)

Remarks

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

See Also

ICoordinateSystemAuthorityFactory Interface | ICoordinateSystemAuthorityFactory Members | Geotools.CoordinateReferenceSystems Namespace