Back to Devexpress

Etrs89LambertAzimuthalEqualAreaProjection Class

windowsforms-devexpress-dot-xtramap-dot-etrs89lambertazimuthalequalareaprojection.md

latest2.3 KB
Original Source

Etrs89LambertAzimuthalEqualAreaProjection Class

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

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public class Etrs89LambertAzimuthalEqualAreaProjection :
    LambertAzimuthalEqualAreaProjectionBase
vb
Public Class Etrs89LambertAzimuthalEqualAreaProjection
    Inherits LambertAzimuthalEqualAreaProjectionBase

Remarks

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

Etrs89LambertAzimuthalEqualAreaProjection Members

DevExpress.XtraMap Namespace