Interface ITransformation
Assembly: Mapsui.dll
public interface ITransformation
Methods
|
Improve this Doc
View Source
Declaration
bool? IsProjectionSupported(string fromCRS, string toCRS)
Parameters
Type |
Name |
Description |
System.String |
fromCRS |
|
System.String |
toCRS |
|
Returns
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
BoundingBox Transform(string fromCRS, string toCRS, BoundingBox boundingBox)
Parameters
Type |
Name |
Description |
System.String |
fromCRS |
|
System.String |
toCRS |
|
BoundingBox |
boundingBox |
|
Returns
|
Improve this Doc
View Source
Declaration
IGeometry Transform(string fromCRS, string toCRS, IGeometry geometry)
Parameters
Type |
Name |
Description |
System.String |
fromCRS |
|
System.String |
toCRS |
|
IGeometry |
geometry |
|
Returns