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

LambertConformalConicCartesianToGeoConverter Constructors

Converter that transforms data from the Lambert projected coordinate system to the geographic coordinate system.
Name Parameters Description
LambertConformalConicCartesianToGeoConverter() none Initializes a new instance of the LambertConformalConicCartesianToGeoConverter class with default settings.
LambertConformalConicCartesianToGeoConverter(Ellipsoid, Double, Double, GeoPoint, Double, Double, Double) ellipsoid, falseEasting, falseNorthing, projectionCenter, standardParallelN, standardParallelS, primeMeridian Initializes a new instance of the LambertConformalConicCartesianToGeoConverter class with the specified parameters.
LambertConformalConicCartesianToGeoConverter(Ellipsoid, Double, Double, GeoPoint, Double, Double) ellipsoid, falseEasting, falseNorthing, projectionCenter, standardParallelN, standardParallelS Initializes new instance of the LambertConformalConicCartesianToGeoConverter class with the specified parameters.
See Also