CoordinateTransformation Methods |
The CoordinateTransformation type exposes the following members.
Methods
| Name | Description |
---|
  | Get(String, String) |
Gets a PROJ.4 coordinate transformation for the specified coordinate reference system identifiers.
|
  | Get(CoordinateReferenceSystem, CoordinateReferenceSystem) |
Gets a PROJ.4 coordinate transformation for the specified coordinate reference systems.
|
 | Transform(Point) |
Transforms a single System.Windows.Point.
(Inherited from CoordinateTransformation.) |
 | Transform(Point[]) |
Transforms an array of System.Windows.Point.
(Inherited from CoordinateTransformation.) |
 | Transform(Location) | (Inherited from CoordinateTransformation.) |
 | Transform(Location[]) | (Inherited from CoordinateTransformation.) |
 | Transform(Point[],Point[]) |
Transforms an array of System.Windows.Point.
(Inherited from CoordinateTransformation.) |
 | Transform(Location[],Location[]) | (Inherited from CoordinateTransformation.) |
 | Transform(Double, Double, Double, Double) |
Transforms a coordinate.
(Inherited from CoordinateTransformation.) |
 | Transform(Double[],Double[],Double[],Double[]) |
Transforms a set of coordinates.
(Inherited from CoordinateTransformation.) |
 | Transform(Double, Double, Nullable<Double>, Double, Double, Nullable<Double>) |
Transforms a coordinate.
(Inherited from CoordinateTransformation.) |
 | Transform(Double[],Double[],Double[],Double[],Double[],Double[]) |
Transforms a set of coordinates.
(Inherited from CoordinateTransformation.) |
 | Transform<T>(IEnumerable<T>, Func<T, TResult>, Boolean) | (Inherited from CoordinateTransformation.) |
Top
Extension Methods
| Name | Description |
---|
 | ToJson | Converts an object to a JSON string representation. (Defined by JSONWriter.) |
Top
See Also