Class MinimalTransformation
A very minimal implementation of ITransformation. It is only capable of projecting between SphericalMercator and WGS84.
Inheritance
System.Object
MinimalTransformation
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mapsui.Projection
Assembly: Mapsui.dll
Syntax
public class MinimalTransformation : ITransformation
Constructors
| Improve this Doc View SourceMinimalTransformation()
Declaration
public MinimalTransformation()
Methods
| Improve this Doc View SourceIsProjectionSupported(String, String)
Declaration
public bool? IsProjectionSupported(string fromCRS, string toCRS)
Parameters
Type | Name | Description |
---|---|---|
System.String | fromCRS | |
System.String | toCRS |
Returns
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Transform(String, String, BoundingBox)
Declaration
public BoundingBox Transform(string fromCRS, string toCRS, BoundingBox boundingBox)
Parameters
Type | Name | Description |
---|---|---|
System.String | fromCRS | |
System.String | toCRS | |
BoundingBox | boundingBox |
Returns
Type | Description |
---|---|
BoundingBox |
Transform(String, String, IGeometry)
Declaration
public IGeometry Transform(string fromCRS, string toCRS, IGeometry geometry)
Parameters
Type | Name | Description |
---|---|---|
System.String | fromCRS | |
System.String | toCRS | |
IGeometry | geometry |
Returns
Type | Description |
---|---|
IGeometry |