C# Class Mapsui.Utilities.ProjectionHelper

Afficher le fichier Open project: pauldendulk/Mapsui

Méthodes publiques

Méthode Description
GetCrsType ( string crs ) : CrsType
GetTransformedBoundingBox ( ITransformation transformatiom, BoundingBox extent, string fromCRS, string toCRS ) : BoundingBox
NeedsTransform ( ITransformation transformation, string fromCRS, string toCRS ) : bool
ToEpsgCode ( string crs ) : int
ToStandardizedCRS ( string crs ) : string

Private Methods

Méthode Description
IsProjectionInfoAvailable ( ITransformation transformation, string fromCRS, string toCRS ) : bool
IsTransformationNeeded ( string fromCRS, string toCRS ) : bool
IsTransformationSupported ( ITransformation transformation, string fromCRS, string toCRS ) : bool

Method Details

GetCrsType() public static méthode

public static GetCrsType ( string crs ) : CrsType
crs string
Résultat CrsType

GetTransformedBoundingBox() public static méthode

public static GetTransformedBoundingBox ( ITransformation transformatiom, BoundingBox extent, string fromCRS, string toCRS ) : BoundingBox
transformatiom ITransformation
extent BoundingBox
fromCRS string
toCRS string
Résultat BoundingBox

NeedsTransform() public static méthode

public static NeedsTransform ( ITransformation transformation, string fromCRS, string toCRS ) : bool
transformation ITransformation
fromCRS string
toCRS string
Résultat bool

ToEpsgCode() public static méthode

public static ToEpsgCode ( string crs ) : int
crs string
Résultat int

ToStandardizedCRS() public static méthode

public static ToStandardizedCRS ( string crs ) : string
crs string
Résultat string