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
An object that implements the ICompoundCoordinateSystem interface.
ICoordinateSystemFactory.CreateCompoundCoordinateSystem
Missing <remarks> documentation for M:Geotools.CoordinateReferenceSystems.CoordinateSystemFactory.CreateCompoundCoordinateSystem(System.String,Geotools.CoordinateReferenceSystems.ICoordinateSystem,Geotools.CoordinateReferenceSystems.ICoordinateSystem)
CoordinateSystemFactory Class | CoordinateSystemFactory Members | Geotools.CoordinateReferenceSystems Namespace