ICoordinateTransformation Interface |
Namespace: Ptv.Components.Projections
Name | Description | |
---|---|---|
![]() | Transform(Point) |
Transforms a single System.Windows.Point.
|
![]() | Transform(Point[]) |
Transforms an array of System.Windows.Point.
|
![]() | Transform(Location) |
Transforms a single Location.
|
![]() | Transform(Location[]) |
Transforms an array of Location.
|
![]() | Transform(Point[],Point[]) |
Transforms an array of System.Windows.Point.
|
![]() | Transform(Location[],Location[]) |
Transforms an array of Location.
|
![]() | Transform(Double, Double, Double, Double) |
Transforms a coordinate.
|
![]() | Transform(Double[],Double[],Double[],Double[]) |
Transforms a set of coordinates.
|
![]() | Transform(Double, Double, Nullable<Double>, Double, Double, Nullable<Double>) |
Transforms a coordinate.
|
![]() | Transform(Double[],Double[],Double[],Double[],Double[],Double[]) |
Transforms a set of coordinates.
|
![]() | Transform<T>(IEnumerable<T>, Func<T, TResult>, Boolean) |