MillerCylindricalProjection.MillerCylindricalProjection Constructor
Initializes a new instance of the MillerCylindricalProjection class from parameters.
MillerCylindricalProjection(LengthUnit lengthUnit, System.Double centralLongitude, System.Double falseEasting, System.Double falseNorthing, System.Double standardParallel, System.Double compromise)
Initializes a new instance of the MillerCylindricalProjection class from parameters.Syntax
public MillerCylindricalProjection (
LengthUnit lengthUnit,
System.Double centralLongitude,
System.Double falseEasting,
System.Double falseNorthing,
System.Double standardParallel,
System.Double compromise
)
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.
standardParallel
Type: System.Double
The latitude where the map is conformal and has true scale.
The latitude where the map is conformal and has true scale.
compromise
Type: System.Double
A dimensionless number between 0 and 1, controlling the blend of Mercator and Equidistant Cylindrical.
A dimensionless number between 0 and 1, controlling the blend of Mercator and Equidistant Cylindrical.
Platforms
Windows, Linux, Android