Back to Devexpress

TransverseMercatorCartesianToGeoConverter Constructors

wpf-devexpress-dot-xpf-dot-map-dot-transversemercatorcartesiantogeoconverter-dot-ctor.md

latest2.4 KB
Original Source

TransverseMercatorCartesianToGeoConverter Constructors

Converter that transforms data from the Transverse Mercator projected coordinate system to the geographic coordinate system.

NameParametersDescription
TransverseMercatorCartesianToGeoConverter()noneInitializes a new instance of the TransverseMercatorCartesianToGeoConverter class with default settings.
TransverseMercatorCartesianToGeoConverter(Ellipsoid, Double, Double, GeoPoint, Double, Double)ellipsoid, falseEasting, falseNorthing, projectionCenter, scaleFactor, primeMeridianInitializes new instance of the TransverseMercatorCartesianToGeoConverter class with the specified parameters.
TransverseMercatorCartesianToGeoConverter(Ellipsoid, Double, Double, GeoPoint, Double)ellipsoid, falseEasting, falseNorthing, projectionCenter, scaleFactorInitializes new instance of the TransverseMercatorCartesianToGeoConverter class with the specified parameters.
TransverseMercatorCartesianToGeoConverter(Ellipsoid, Double, Double, GeoPoint)ellipsoid, falseEasting, falseNorthing, projectionCenterInitializes a new instance of the TransverseMercatorCartesianToGeoConverter class with the specified parameters.

See Also

TransverseMercatorCartesianToGeoConverter Class

TransverseMercatorCartesianToGeoConverter Members

DevExpress.Xpf.Map Namespace