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

CreateFromXml() 공개 메소드

Creates a coordinate system object from an XML string.
public CreateFromXml ( string xml ) : ICoordinateSystem
xml string XML representation for the spatial reference
리턴 ICoordinateSystem
        public ICoordinateSystem CreateFromXml(string xml)
        {
            throw new Exception("The method or operation is not implemented.");
        }