Interface IProjection
  
  
  
  Assembly: Mapsui.dll
  Syntax
  
    public interface IProjection
   
  Methods
  
    |
    Edit this page
  
  
    View Source
  
  
  IsProjectionSupported(string?, string?)
  
  
  Declaration
  
    bool IsProjectionSupported(string? fromCRS, string? toCRS)
   
  Parameters
  
  Returns
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Project(string, string, IFeature)
  
  
  Declaration
  
    void Project(string fromCRS, string toCRS, IFeature feature)
   
  Parameters
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Project(string, string, MPoint)
  
  
  Declaration
  
    void Project(string fromCRS, string toCRS, MPoint point)
   
  Parameters
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Project(string, string, MRect)
  
  
  Declaration
  
    void Project(string fromCRS, string toCRS, MRect rect)
   
  Parameters
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Project(string, string, IEnumerable<IFeature>)
  
  
  Declaration
  
    void Project(string fromCRS, string toCRS, IEnumerable<IFeature> features)
   
  Parameters
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Project(string, string, double, double)
  
  
  Declaration
  
    (double X, double Y) Project(string fromCRS, string toCRS, double x, double y)
   
  Parameters
  
  Returns