windowsforms-devexpress-dot-xtramap-0a864f27.md
The base class for the Lambert azimuthal equal-area projection used in the MapControl.
Namespace : DevExpress.XtraMap
Assembly : DevExpress.XtraMap.v25.2.dll
NuGet Package : DevExpress.Win.Map
public abstract class LambertAzimuthalEqualAreaProjectionBase :
ProjectionCoreWrapper
Public MustInherit Class LambertAzimuthalEqualAreaProjectionBase
Inherits ProjectionCoreWrapper
Follow the steps below to configure a map projection:
LambertAzimuthalEqualAreaProjectionBase object to the GeoMapCoordinateSystem.Projection property.Refer to the following topic for more information on how to implement a custom map projection: Geographical Projections.
Object ProjectionBase DevExpress.XtraMap.ProjectionCoreWrapper LambertAzimuthalEqualAreaProjectionBase Etrs89LambertAzimuthalEqualAreaProjection
See Also