AlbersEqualAreaConicProjection Class
A widely used equal-area map projection.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public class AlbersEqualAreaConicProjection : Projection
Remarks
This map projection, presented by Heinrich Christian Albers in 1805, is equal-area, and has true scale on its two standard parallels. Between the standard parallels, features appear too tall and narrow. Outside the standard parallels, features appear too short and fat. (Small features near a standard parallel nearly keep their true shape.)
The projection is used for medium-scale and small-scale maps (showing continents and large countries) that should be equal-area.
![]() |
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
ResourceObject
Projection
AlbersEqualAreaConicProjection
Platforms
Windows, Linux, Android
AlbersEqualAreaConicProjection Members
The AlbersEqualAreaConicProjection type has the following members.
Constructors
Name | Description |
---|---|
AlbersEqualAreaConicProjection | Creates a new Albers Equal-Area Conic projection. |
Properties
Name | Description |
---|---|
Authority | Gets the name of an authority, which is often "epsg". Inherited from Projection |
AuthorityCode | Gets the unique code for the projection instance, according to the Authority, for example "19883". Inherited from Projection |
CentralLatitude | The central latitude, also known as latitude of origin. |
CentralLongitude | The central longitude, also known as central meridian or longitude of origin. |
FalseEasting | Offset for the x coordinates. |
FalseNorthing | Offset for the y coordinates. |
IsDisposed | Gets a value that tells whether the current AlbersEqualAreaConicProjection has been disposed. Inherited from EngineObject |
LengthUnit | The length unit of the projected coordinates. |
Gets a pre-defined LongLatProjection instance. Inherited from Projection | |
Name | Gets or sets the name of the AlbersEqualAreaConicProjection. Inherited from ResourceObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current AlbersEqualAreaConicProjection represents. Inherited from EngineObject |
StandardParallel1 | Latitude of first standard parallel, on which the scale is true. |
StandardParallel2 | Latitude of second standard parallel, on which the scale is true. |
IUserProperties.UserProperties | Gets the AttributeSet that contains the user properties. Inherited from IUserProperties |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |
Returns one of the 120 predefined instances of Universal Transverse Mercator. Inherited from Projection |