AzimuthalEqualAreaProjection.AzimuthalEqualAreaProjection Constructors
Initializes a new instance of the AzimuthalEqualAreaProjection class.
Overload List
AzimuthalEqualAreaProjection(LengthUnit lengthUnit, System.Double centralLongitude, System.Double centralLatitude, System.Double falseEasting, System.Double falseNorthing, ProjectionPurpose purpose, EarthShape shape)
Initializes a new instance of the AzimuthalEqualAreaProjection class from parameters, but using default values for sphereRadiusSource and sphereRadius.Syntax
public AzimuthalEqualAreaProjection (
LengthUnit lengthUnit,
System.Double centralLongitude,
System.Double centralLatitude,
System.Double falseEasting,
System.Double falseNorthing,
ProjectionPurpose purpose,
EarthShape shape
)
Parameters
lengthUnit
Type: LengthUnit
The length unit.
The length unit.
centralLongitude
Type: System.Double
The longitude of origin (central point).
The longitude of origin (central point).
centralLatitude
Type: System.Double
The latitude of origin (central point).
The latitude of origin (central point).
falseEasting
Type: System.Double
The offset added to easting values.
The offset added to easting values.
falseNorthing
Type: System.Double
The offset added to northing values.
The offset added to northing values.
purpose
Type: ProjectionPurpose
Tells whether the projection is intended for data storage or for presentation.
Tells whether the projection is intended for data storage or for presentation.
shape
Type: EarthShape
Tells whether the Earth is modelled as a sphere or as an ellipsoid.
Tells whether the Earth is modelled as a sphere or as an ellipsoid.
AzimuthalEqualAreaProjection(LengthUnit lengthUnit, System.Double centralLongitude, System.Double centralLatitude, System.Double falseEasting, System.Double falseNorthing, ProjectionPurpose purpose, EarthShape shape, SphereRadiusSource sphereRadiusSource)
Initializes a new instance of the AzimuthalEqualAreaProjection class from parameters, but using the default value for sphereRadius.Syntax
public AzimuthalEqualAreaProjection (
LengthUnit lengthUnit,
System.Double centralLongitude,
System.Double centralLatitude,
System.Double falseEasting,
System.Double falseNorthing,
ProjectionPurpose purpose,
EarthShape shape,
SphereRadiusSource sphereRadiusSource
)
Parameters
lengthUnit
Type: LengthUnit
The length unit.
The length unit.
centralLongitude
Type: System.Double
The longitude of the origin (central point).
The longitude of the origin (central point).
centralLatitude
Type: System.Double
The latitude of the origin (central point).
The latitude of the origin (central point).
falseEasting
Type: System.Double
The offset for easting values.
The offset for easting values.
falseNorthing
Type: System.Double
The offset for northing values.
The offset for northing values.
purpose
Type: ProjectionPurpose
Tells whether the projection is intended for data storage or for presentation.
Tells whether the projection is intended for data storage or for presentation.
shape
Type: EarthShape
Tells whether the Earth is modelled as a sphere or as an ellipsoid.
Tells whether the Earth is modelled as a sphere or as an ellipsoid.
sphereRadiusSource
Type: SphereRadiusSource
Tells how the sphere radius is specified (if the Earth is modelled as a sphere).
Tells how the sphere radius is specified (if the Earth is modelled as a sphere).
AzimuthalEqualAreaProjection(LengthUnit lengthUnit, System.Double centralLongitude, System.Double centralLatitude, System.Double falseEasting, System.Double falseNorthing, ProjectionPurpose purpose, EarthShape shape, SphereRadiusSource sphereRadiusSource, System.Double sphereRadius)
Initializes a new instance of the AzimuthalEqualAreaProjection class from parameters.Syntax
public AzimuthalEqualAreaProjection (
LengthUnit lengthUnit,
System.Double centralLongitude,
System.Double centralLatitude,
System.Double falseEasting,
System.Double falseNorthing,
ProjectionPurpose purpose,
EarthShape shape,
SphereRadiusSource sphereRadiusSource,
System.Double sphereRadius
)
Parameters
lengthUnit
Type: LengthUnit
The length unit.
The length unit.
centralLongitude
Type: System.Double
The longitude of origin (central point).
The longitude of origin (central point).
centralLatitude
Type: System.Double
The latitude of origin (central point).
The latitude of origin (central point).
falseEasting
Type: System.Double
The offset for easting values.
The offset for easting values.
falseNorthing
Type: System.Double
The offset for northing values.
The offset for northing values.
purpose
Type: ProjectionPurpose
Tells whether the projection is intended for data storage or for presentation.
Tells whether the projection is intended for data storage or for presentation.
shape
Type: EarthShape
Tells whether the Earth is modelled as a sphere or as an ellipsoid.
Tells whether the Earth is modelled as a sphere or as an ellipsoid.
sphereRadiusSource
Type: SphereRadiusSource
Tells how the sphere radius is specified (if the Earth is modelled as a sphere).
Tells how the sphere radius is specified (if the Earth is modelled as a sphere).
sphereRadius
Type: System.Double
An explicit Earth radius (if the Earth is modelled as a sphere with an explicit radius).
An explicit Earth radius (if the Earth is modelled as a sphere with an explicit radius).
Platforms
Windows, Linux, Android