SharpMap.CoordinateSystems.CoordinateSystemFactory.CreateCompoundCoordinateSystem C# (CSharp) 메소드

CreateCompoundCoordinateSystem() 공개 메소드

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
리턴 ICompoundCoordinateSystem
        public ICompoundCoordinateSystem CreateCompoundCoordinateSystem(string name, ICoordinateSystem head, ICoordinateSystem tail)
        {
            throw new NotImplementedException();
        }