ICoordinateSystemConverter Interface |
Namespace: Dundas.BI.Utility.Map
The ICoordinateSystemConverter type exposes the following members.
Name | Description | |
---|---|---|
ProjectionEndWkt |
Gets or sets the well-known text (WKT) representation of the end projection.
| |
ProjectionsAreEqual |
Gets a value indicating whether or not the start and end projections are equal.
| |
ProjectionStartWkt |
Gets or sets the well-known text (WKT) representation of the starting projection.
|
Name | Description | |
---|---|---|
ReprojectPoint(PointF) |
Reproject the given point from the starting projection to the end projection.
| |
ReprojectPoint(Double, Double, Double, Double) |
Reproject the given X and Y coordinates from the starting projection to the end projection.
|