← Back to carmenta.com
Carmenta Engine SDK Documentation
×

AlbersEqualAreaConicProjection Class

A widely used equal-area map projection.

Namespace: Carmenta.Engine
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Thread safety: Members defined in this class are thread-safe. Show

Syntax

C#
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.

Albers Equal-Area Conic, central meridian at 15 E, standard parallels at 30 N and 60 N.

Inheritance Hierarchy

System.Object (not available in C#)
  EngineObject
    ResourceObject
      Projection
        AlbersEqualAreaConicProjection

Platforms

Windows, Linux, Android

See Also

Reference

Core Module

AlbersEqualAreaConicProjection Members

The AlbersEqualAreaConicProjection type has the following members.

Constructors

NameDescription
AlbersEqualAreaConicProjectionCreates a new Albers Equal-Area Conic projection.

Properties

NameDescription
AuthorityGets the name of an authority, which is often "epsg". Inherited from Projection
AuthorityCodeGets the unique code for the projection instance, according to the Authority, for example "19883". Inherited from Projection
CentralLatitudeThe central latitude, also known as latitude of origin.
CentralLongitudeThe central longitude, also known as central meridian or longitude of origin.
FalseEastingOffset for the x coordinates.
FalseNorthingOffset for the y coordinates.
IsDisposedGets a value that tells whether the current AlbersEqualAreaConicProjection has been disposed. Inherited from EngineObject
LengthUnitThe length unit of the projected coordinates.
Static LongLatGets a pre-defined LongLatProjection instance. Inherited from Projection
NameGets or sets the name of the AlbersEqualAreaConicProjection. Inherited from ResourceObject
NativeHandleGets the native Carmenta Engine kernel object the current AlbersEqualAreaConicProjection represents. Inherited from EngineObject
StandardParallel1Latitude of first standard parallel, on which the scale is true.
StandardParallel2Latitude of second standard parallel, on which the scale is true.
IUserProperties.UserPropertiesGets the AttributeSet that contains the user properties. Inherited from IUserProperties

Methods

NameDescription
CloneCreates a copy of an object. Inherited from EngineObject
DisposeReleases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject
EqualsDetermines whether this instance is equal to another. Inherited from EngineObject
Static UtmReturns one of the 120 predefined instances of Universal Transverse Mercator. Inherited from Projection

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept