SharpMap.CoordinateSystems.CoordinateSystemFactory.CreateCompoundCoordinateSystem C# (CSharp) Method

CreateCompoundCoordinateSystem() public method

Creates a ICompoundCoordinateSystem [NOT IMPLEMENTED].
public CreateCompoundCoordinateSystem ( string name, ICoordinateSystem head, ICoordinateSystem tail ) : ICompoundCoordinateSystem
name string Name of compound coordinate system.
head ICoordinateSystem Head coordinate system
tail ICoordinateSystem Tail coordinate system
return ICompoundCoordinateSystem
        public ICompoundCoordinateSystem CreateCompoundCoordinateSystem(string name, ICoordinateSystem head, ICoordinateSystem tail)
        {
            throw new NotImplementedException();
        }