Метод | Описание | |
---|---|---|
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 |
public static GetCrsType ( string crs ) : CrsType | ||
crs | string | |
Результат | CrsType |
public static GetTransformedBoundingBox ( ITransformation transformatiom, BoundingBox extent, string fromCRS, string toCRS ) : BoundingBox | ||
transformatiom | ITransformation | |
extent | BoundingBox | |
fromCRS | string | |
toCRS | string | |
Результат | BoundingBox |
public static NeedsTransform ( ITransformation transformation, string fromCRS, string toCRS ) : bool | ||
transformation | ITransformation | |
fromCRS | string | |
toCRS | string | |
Результат | bool |
public static ToEpsgCode ( string crs ) : int | ||
crs | string | |
Результат | int |
public static ToStandardizedCRS ( string crs ) : string | ||
crs | string | |
Результат | string |