Back to Devexpress

Etrs89LambertAzimuthalEqualAreaProjection Class

wpf-devexpress-dot-xpf-dot-map-dot-etrs89lambertazimuthalequalareaprojection.md

latest2.1 KB
Original Source

Etrs89LambertAzimuthalEqualAreaProjection Class

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

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.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 a Etrs89LambertAzimuthalEqualAreaProjection object to the GeoMapCoordinateSystem.Projection property.

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

Inheritance

Object ProjectionBase DevExpress.Xpf.Map.PredefinedProjectionBase LambertAzimuthalEqualAreaProjectionBase Etrs89LambertAzimuthalEqualAreaProjection

See Also

Etrs89LambertAzimuthalEqualAreaProjection Members

DevExpress.Xpf.Map Namespace