Geotools.Net

CoordinateSystemFactory.CreateCompoundCoordinateSystem Method 

Combines two coorindate system.

[Visual Basic]
NotOverridable Public Function CreateCompoundCoordinateSystem( _
   ByVal name As String, _
   ByVal headCS As ICoordinateSystem, _
   ByVal tailCS As ICoordinateSystem _
) As ICompoundCoordinateSystem Implements _
   ICoordinateSystemFactory.CreateCompoundCoordinateSystem
[C#]
public ICompoundCoordinateSystem CreateCompoundCoordinateSystem(
   string name,
   ICoordinateSystem headCS,
   ICoordinateSystem tailCS
);

Parameters

name
The name of the new coordinate system.
headCS
The first coordinate system.
tailCS
The second coordinate system.

Return Value

An object that implements the ICompoundCoordinateSystem interface.

Implements

ICoordinateSystemFactory.CreateCompoundCoordinateSystem

Remarks

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

See Also

CoordinateSystemFactory Class | CoordinateSystemFactory Members | Geotools.CoordinateReferenceSystems Namespace