C# Class Mapsui.Projection.MinimalTransformation

Inheritance: ITransformation
Exibir arquivo Open project: pauldendulk/Mapsui Class Usage Examples

Public Methods

Method Description
IsProjectionSupported ( string fromCRS, string toCRS ) : bool?
MinimalTransformation ( ) : System
Transform ( string fromCRS, string toCRS, BoundingBox boundingBox ) : BoundingBox
Transform ( string fromCRS, string toCRS, IGeometry geometry ) : IGeometry

Private Methods

Method Description
Transform ( IEnumerable points, Func transformFunc ) : void

Method Details

IsProjectionSupported() public method

public IsProjectionSupported ( string fromCRS, string toCRS ) : bool?
fromCRS string
toCRS string
return bool?

MinimalTransformation() public method

public MinimalTransformation ( ) : System
return System

Transform() public method

public Transform ( string fromCRS, string toCRS, BoundingBox boundingBox ) : BoundingBox
fromCRS string
toCRS string
boundingBox BoundingBox
return BoundingBox

Transform() public method

public Transform ( string fromCRS, string toCRS, IGeometry geometry ) : IGeometry
fromCRS string
toCRS string
geometry IGeometry
return IGeometry