Skip to main content
A newer version of this page is available. .

MercatorAuxiliarySphereCartesianToGeoConverter Constructors

Converter that transforms data from the Mercator Auxiliary projected coordinate system to the geographic coordinate system.
Name Parameters Description
MercatorAuxiliarySphereCartesianToGeoConverter() none Initializes a new instance of the MercatorAuxiliarySphereCartesianToGeoConverter class with default settings.
MercatorAuxiliarySphereCartesianToGeoConverter(Ellipsoid, Double, Double, GeoPoint, Int32) ellipsoid, falseEasting, falseNorthing, projectionCenter, sphereType Initializes a new instance of the MercatorAuxiliarySphereCartesianToGeoConverter class with the specified parameters.
MercatorAuxiliarySphereCartesianToGeoConverter(Ellipsoid, Double, Double, GeoPoint) ellipsoid, falseEasting, falseNorthing, projectionCenter Initializes a new instance of the MercatorAuxiliarySphereCartesianToGeoConverter class with the specified parameters.
See Also