Class Transformer
Inheritance
System.Object
Transformer
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
Properties
|
Improve this Doc
View Source
Declaration
public string FromCRS { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string ToCrs { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public ITransformation Transformation { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public BoundingBox Transform(BoundingBox extent)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public IEnumerable<IFeature> Transform(IEnumerable<IFeature> features)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<IFeature> |
features |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IFeature> |
|
|
Improve this Doc
View Source
Declaration
public BoundingBox TransformBack(BoundingBox extent)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public IEnumerable<IFeature> TransformBack(IEnumerable<IFeature> features)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<IFeature> |
features |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IFeature> |
|