EquidistantCylindricalProjection.EquidistantCylindricalProjection Constructors
Initializes a new instance of the EquidistantCylindricalProjection class.
Overload List
Name | Description | |
---|---|---|
Public method | EquidistantCylindricalProjection(LengthUnit lengthUnit, System.Double centralLongitude, System.Double falseEasting, System.Double falseNorthing, System.Double standardParallel, EarthShape shape) | Creates a new Equidistant Cylindrical projection, using default values for sourceOfSphereRadius and sphereRadius. |
Public method | EquidistantCylindricalProjection(LengthUnit lengthUnit, System.Double centralLongitude, System.Double falseEasting, System.Double falseNorthing, System.Double standardParallel, EarthShape shape, SphereRadiusSource sphereRadiusSource) | Creates a new Equidistant Cylindrical projection, using a default value for sphereRadius. |
Public method | EquidistantCylindricalProjection(LengthUnit lengthUnit, System.Double centralLongitude, System.Double falseEasting, System.Double falseNorthing, System.Double standardParallel, EarthShape shape, SphereRadiusSource sphereRadiusSource, System.Double sphereRadius) | Creates a new Equidistant Cylindrical projection. |
EquidistantCylindricalProjection(LengthUnit lengthUnit, System.Double centralLongitude, System.Double falseEasting, System.Double falseNorthing, System.Double standardParallel, EarthShape shape)
Creates a new Equidistant Cylindrical projection, using default values for sourceOfSphereRadius and sphereRadius.Syntax
public EquidistantCylindricalProjection (
LengthUnit lengthUnit,
System.Double centralLongitude,
System.Double falseEasting,
System.Double falseNorthing,
System.Double standardParallel,
EarthShape shape
)
Parameters
The length unit.
The longitude of the central point.
The offset for easting values.
The offset for northing values.
The latitude of the standard parallel.
Whether the earth is modelled as an ellipsoid or as a sphere.
Remarks
If the shape is Sphere in this constructor, then the sphere radius will equal the equatorial radius of the reference ellipsoid of the geodetic datum.
EquidistantCylindricalProjection(LengthUnit lengthUnit, System.Double centralLongitude, System.Double falseEasting, System.Double falseNorthing, System.Double standardParallel, EarthShape shape, SphereRadiusSource sphereRadiusSource)
Creates a new Equidistant Cylindrical projection, using a default value for sphereRadius.Syntax
public EquidistantCylindricalProjection (
LengthUnit lengthUnit,
System.Double centralLongitude,
System.Double falseEasting,
System.Double falseNorthing,
System.Double standardParallel,
EarthShape shape,
SphereRadiusSource sphereRadiusSource
)
Parameters
The length unit.
The longitude of the central point.
The offset for easting values.
The offset for northing values.
The latitude of the standard parallel.
Whether the earth is modelled as an ellipsoid or as a sphere.
Tells how the radius is computed, if the earth is modelled as a sphere.
Remarks
If the sourceOfSphereRadius is RadiusFromArgument in this constructor, then the sphere radius will be a default value of 6378137 meters (same as equatorial radius of WGS84).
EquidistantCylindricalProjection(LengthUnit lengthUnit, System.Double centralLongitude, System.Double falseEasting, System.Double falseNorthing, System.Double standardParallel, EarthShape shape, SphereRadiusSource sphereRadiusSource, System.Double sphereRadius)
Creates a new Equidistant Cylindrical projection.Syntax
public EquidistantCylindricalProjection (
LengthUnit lengthUnit,
System.Double centralLongitude,
System.Double falseEasting,
System.Double falseNorthing,
System.Double standardParallel,
EarthShape shape,
SphereRadiusSource sphereRadiusSource,
System.Double sphereRadius
)
Parameters
The length unit.
The longitude of the central point.
The offset for easting values.
The offset for northing values.
The latitude of the standard parallel.
Whether the earth is modelled as an ellipsoid or as a sphere.
Tells how the radius is computed (if the earth is modelled as a sphere).
An explicit sphere radius (if the Earth is modelled as a sphere with an explicit radius).
Platforms
Windows, Linux, Android