Skip to main content
A newer version of this page is available. .
All docs
V21.2

Etrs89LambertAzimuthalEqualAreaProjection Class

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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