Class ProjectionHelper
Inheritance
System.Object
ProjectionHelper
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()
Assembly: Mapsui.dll
Syntax
public static class ProjectionHelper
Fields
|
Improve this Doc
View Source
EpsgPrefix
Declaration
public const string EpsgPrefix = "EPSG:"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
EsriStringPrefix
Declaration
public const string EsriStringPrefix = "ESRISTRING:"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Proj4StringPrefix
Declaration
public const string Proj4StringPrefix = "PROJ4STRING:"
Field Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
GetCrsType(String)
Declaration
public static CrsType GetCrsType(string crs)
Parameters
Type |
Name |
Description |
System.String |
crs |
|
Returns
|
Improve this Doc
View Source
Declaration
public static BoundingBox GetTransformedBoundingBox(ITransformation transformatiom, BoundingBox extent, string fromCRS, string toCRS)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public static bool NeedsTransform(ITransformation transformation, string fromCRS, string toCRS)
Parameters
Type |
Name |
Description |
ITransformation |
transformation |
|
System.String |
fromCRS |
|
System.String |
toCRS |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ToEpsgCode(String)
Declaration
public static int ToEpsgCode(string crs)
Parameters
Type |
Name |
Description |
System.String |
crs |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ToStandardizedCRS(String)
Declaration
public static string ToStandardizedCRS(string crs)
Parameters
Type |
Name |
Description |
System.String |
crs |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public static BoundingBox Transform(BoundingBox extent, ITransformation transformation, string fromCRS, string toCRS)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public static IEnumerable<IFeature> Transform(IEnumerable<IFeature> features, ITransformation transformation, string fromCRS, string toCRS)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<IFeature> |
features |
|
ITransformation |
transformation |
|
System.String |
fromCRS |
|
System.String |
toCRS |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IFeature> |
|