C# Класс Mapsui.Utilities.ProjectionHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
IsProjectionInfoAvailable ( ITransformation transformation, string fromCRS, string toCRS ) : bool
IsTransformationNeeded ( string fromCRS, string toCRS ) : bool
IsTransformationSupported ( ITransformation transformation, string fromCRS, string toCRS ) : bool

Описание методов

GetCrsType() публичный статический Метод

public static GetCrsType ( string crs ) : CrsType
crs string
Результат CrsType

GetTransformedBoundingBox() публичный статический Метод

public static GetTransformedBoundingBox ( ITransformation transformatiom, BoundingBox extent, string fromCRS, string toCRS ) : BoundingBox
transformatiom ITransformation
extent BoundingBox
fromCRS string
toCRS string
Результат BoundingBox

NeedsTransform() публичный статический Метод

public static NeedsTransform ( ITransformation transformation, string fromCRS, string toCRS ) : bool
transformation ITransformation
fromCRS string
toCRS string
Результат bool

ToEpsgCode() публичный статический Метод

public static ToEpsgCode ( string crs ) : int
crs string
Результат int

ToStandardizedCRS() публичный статический Метод

public static ToStandardizedCRS ( string crs ) : string
crs string
Результат string