wpf-devexpress-dot-xpf-dot-map-c08d37a8.md
The base class for the Lambert azimuthal equal-area projection used in the MapControl.
Namespace : DevExpress.Xpf.Map
Assembly : DevExpress.Xpf.Map.v25.2.dll
NuGet Package : DevExpress.Wpf.Map
public abstract class LambertAzimuthalEqualAreaProjectionBase :
PredefinedProjectionBase,
INotifyPropertyChanged
Public MustInherit Class LambertAzimuthalEqualAreaProjectionBase
Inherits PredefinedProjectionBase
Implements INotifyPropertyChanged
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.Xpf.Map.PredefinedProjectionBase LambertAzimuthalEqualAreaProjectionBase Etrs89LambertAzimuthalEqualAreaProjection
See Also