MercatorProjection.MercatorProjection Constructors
Initializes a new instance of the MercatorProjection class.
Overload List
MercatorProjection(LengthUnit lengthUnit, System.Double centralLongitude, System.Double falseEasting, System.Double falseNorthing, System.Double scaleFactor, System.Double standardParallel, EarthShape shape)
Initializes a new instance of the MercatorProjection class from parameters, but using default values for sphereRadiusSource and sphereRadius.Syntax
public MercatorProjection (
LengthUnit lengthUnit,
System.Double centralLongitude,
System.Double falseEasting,
System.Double falseNorthing,
System.Double scaleFactor,
System.Double standardParallel,
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).
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.
scaleFactor
Type: System.Double
The scale factor.
The scale factor.
standardParallel
Type: System.Double
The latitude of the standard parallel.
The latitude of the standard parallel.
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.
MercatorProjection(LengthUnit lengthUnit, System.Double centralLongitude, System.Double falseEasting, System.Double falseNorthing, System.Double scaleFactor, System.Double standardParallel, EarthShape shape, SphereRadiusSource sphereRadiusSource)
Initializes a new instance of the MercatorProjection class from parameters, but using the default sphereRadius.Syntax
public MercatorProjection (
LengthUnit lengthUnit,
System.Double centralLongitude,
System.Double falseEasting,
System.Double falseNorthing,
System.Double scaleFactor,
System.Double standardParallel,
EarthShape shape,
SphereRadiusSource sphereRadiusSource
)
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).
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.
scaleFactor
Type: System.Double
The scale factor.
The scale factor.
standardParallel
Type: System.Double
The latitude of the standard parallel.
The latitude of the standard parallel.
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).
MercatorProjection(LengthUnit lengthUnit, System.Double centralLongitude, System.Double falseEasting, System.Double falseNorthing, System.Double scaleFactor, System.Double standardParallel, EarthShape shape, SphereRadiusSource sphereRadiusSource, System.Double sphereRadius)
Initializes a new instance of the MercatorProjection class from a complete set of parameters.Syntax
public MercatorProjection (
LengthUnit lengthUnit,
System.Double centralLongitude,
System.Double falseEasting,
System.Double falseNorthing,
System.Double scaleFactor,
System.Double standardParallel,
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).
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.
scaleFactor
Type: System.Double
The scale factor.
The scale factor.
standardParallel
Type: System.Double
The latitude of the standard parallel.
The latitude of the standard parallel.
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