Etrs89LambertAzimuthalEqualAreaProjection Class
A class that defines methods specific to the Lambert azimuthal equal-area projection.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
public class Etrs89LambertAzimuthalEqualAreaProjection :
LambertAzimuthalEqualAreaProjectionBase
Remarks
Follow the steps below to configure a map projection:
- Assign a GeoMapCoordinateSystem object to the MapControl.CoordinateSystem property.
- Assign an
Etrs89LambertAzimuthalEqualAreaProjection
object to the GeoMapCoordinateSystem.Projection property.
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