LambertAzimuthalEqualAreaCartesianToGeoConverter Constructors
Converter that transforms data from the Lambert azimuthal equal-area projected coordinate system to the geographic coordinate system.Name | Parameters | Description |
---|---|---|
LambertAzimuthalEqualAreaCartesianToGeoConverter() | none | Initializes a new instance of the LambertAzimuthalEqualAreaCartesianToGeoConverter class. |
LambertAzimuthalEqualAreaCartesianToGeoConverter(Ellipsoid, Double, Double, GeoPoint) | ellipsoid, falseEasting, falseNorthing, projectionCenter | Initializes a new instance of the LambertAzimuthalEqualAreaCartesianToGeoConverter class with specified settings. |
See Also