Skip to main content
All docs
V25.1
  • Etrs89LambertAzimuthalEqualAreaProjection Class

    A class that defines methods specific to the Lambert azimuthal equal-area projection.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    public class Etrs89LambertAzimuthalEqualAreaProjection :
        LambertAzimuthalEqualAreaProjectionBase

    Remarks

    LambertAzimuthalEqualAreaProjection

    Follow the steps below to configure a map projection:

    1. Assign a GeoMapCoordinateSystem object to the MapControl.CoordinateSystem property.
    2. Assign an Etrs89LambertAzimuthalEqualAreaProjection object to the GeoMapCoordinateSystem.Projection property.

    View Example

    Refer to the following topic for more information about different types of projection: Geographical Projections.

    Inheritance

    Object
    ProjectionBase
    DevExpress.XtraMap.ProjectionCoreWrapper
    LambertAzimuthalEqualAreaProjectionBase
    Etrs89LambertAzimuthalEqualAreaProjection
    See Also