CoordinateTransformation Methods |
The CoordinateTransformation type exposes the following members.
Methods
| Name | Description |
---|
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | Get(String, String) |
Gets a coordinate transformation for the specified coordinate reference system identifiers.
|
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | Get(CoordinateReferenceSystem, CoordinateReferenceSystem) |
Gets a coordinate transformation for the specified coordinate reference systems.
|
![Public method Public method](../icons/pubmethod.gif) | Transform(Point) | |
![Public method Public method](../icons/pubmethod.gif) | Transform(Point) | |
![Public method Public method](../icons/pubmethod.gif) | Transform(Location) | |
![Public method Public method](../icons/pubmethod.gif) | Transform(Location) | |
![Public method Public method](../icons/pubmethod.gif) | Transform(Point, Point) | |
![Public method Public method](../icons/pubmethod.gif) | Transform(Location, Location) | |
![Public method Public method](../icons/pubmethod.gif) | Transform(Double, Double, Double, Double) |
Transforms a coordinate.
|
![Public method Public method](../icons/pubmethod.gif) | Transform(Double, Double, Double, Double) |
Transforms a set of coordinates.
|
![Public method Public method](../icons/pubmethod.gif) | Transform(Double, Double, NullableDouble, Double, Double, NullableDouble) |
Transforms a coordinate.
|
![Public method Public method](../icons/pubmethod.gif) | Transform(Double, Double, Double, Double, Double, Double) |
Transforms a set of coordinates.
|
![Public method Public method](../icons/pubmethod.gif) | TransformT(IEnumerableT, FuncT, TResult, Boolean) | |
Top
Extension Methods
| Name | Description |
---|
![Public Extension Method Public Extension Method](../icons/pubextension.gif) | ToJson | Converts an object to a JSON string representation. (Defined by JSONWriter.) |
Top
See Also