Class DotSpatialProjection
Inheritance
DotSpatialProjection
Assembly: Mapsui.Extensions.dll
Syntax
public class DotSpatialProjection : IProjection, IProjectionCrs
Methods
|
Edit this page
View Source
CrsFromEsri(string)
Declaration
public string? CrsFromEsri(string esriString)
Parameters
| Type |
Name |
Description |
| string |
esriString |
|
Returns
|
Edit this page
View Source
Declaration
public static (ProjectionInfo From, ProjectionInfo To)? GetTransformation(int fromId, int toId)
Parameters
| Type |
Name |
Description |
| int |
fromId |
|
| int |
toId |
|
Returns
| Type |
Description |
| (ProjectionInfo From, ProjectionInfo To)? |
|
|
Edit this page
View Source
Init()
Declaration
public static void Init()
|
Edit this page
View Source
IsProjectionSupported(string?, string?)
Declaration
public bool IsProjectionSupported(string? fromCRS, string? toCRS)
Parameters
Returns
|
Edit this page
View Source
Project(string, string, IFeature)
Declaration
public void Project(string fromCRS, string toCRS, IFeature feature)
Parameters
|
Edit this page
View Source
Project(string, string, MPoint)
Declaration
public void Project(string fromCRS, string toCRS, MPoint point)
Parameters
|
Edit this page
View Source
Project(string, string, MRect)
Declaration
public void Project(string fromCRS, string toCRS, MRect rect)
Parameters
|
Edit this page
View Source
Project(string, string, IEnumerable<IFeature>)
Declaration
public void Project(string fromCRS, string toCRS, IEnumerable<IFeature> features)
Parameters
|
Edit this page
View Source
Project(string, string, double, double)
Declaration
public (double X, double Y) Project(string fromCRS, string toCRS, double x, double y)
Parameters
Returns
|
Edit this page
View Source
Register(string, string)
Declaration
public void Register(string crs, string esriString)
Parameters
Implements
Extension Methods