SharpMap.CoordinateSystems.CoordinateSystemFactory.CreateFromXml C# (CSharp) Méthode

CreateFromXml() public méthode

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