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, NullableDouble, Double, Double, NullableDouble) |
Transforms a coordinate.
| |
Transform(Double, Double, Double, Double, Double, Double) |
Transforms a set of coordinates.
| |
TransformT(IEnumerableT, FuncT, TResult, Boolean) |