ICoordinateSystemConverter Interface

Converts coordinates between two reference systems represented in Well-Known Text format.

Namespace:  Dundas.BI.Utility.Map
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public interface ICoordinateSystemConverter

The ICoordinateSystemConverter type exposes the following members.

Properties
  NameDescription
Public propertyProjectionEndWkt
Gets or sets the well-known text (WKT) representation of the end projection.
Public propertyProjectionsAreEqual
Gets a value indicating whether or not the start and end projections are equal.
Public propertyProjectionStartWkt
Gets or sets the well-known text (WKT) representation of the starting projection.
Top
Methods
  NameDescription
Public methodReprojectPoint(PointF)
Reproject the given point from the starting projection to the end projection.
Public methodReprojectPoint(Double, Double, Double, Double)
Reproject the given X and Y coordinates from the starting projection to the end projection.
Top
See Also