CoordinateTransformation Class |
Namespace: Ptv.Components.Projections
The CoordinateTransformation type exposes the following members.
Name | Description | |
---|---|---|
![]() | CoordinateTransformation | Initializes a new instance of the CoordinateTransformation class |
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, 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) |
Name | Description | |
---|---|---|
![]() | ToJson | Converts an object to a JSON string representation. (Defined by JSONWriter.) |