CoordinateTransformation Methods |
The CoordinateTransformation type exposes the following members.
| Name | Description | |
|---|---|---|
| Get(String, String) |
Gets a coordinate transformation for the specified coordinate reference system identifiers.
| |
| Get(CoordinateReferenceSystem, CoordinateReferenceSystem) |
Gets a coordinate transformation for the specified coordinate reference systems.
| |
| 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) |
| Name | Description | |
|---|---|---|
| ToJson | Converts an object to a JSON string representation. (Defined by JSONWriter.) |