OrthographicProjection.OrthographicProjection Constructor
Initializes a new instance of the OrthographicProjection class from parameters.
OrthographicProjection(LengthUnit lengthUnit, System.Double centralLongitude, System.Double centralLatitude, System.Double falseEasting, System.Double falseNorthing)
Initializes a new instance of the OrthographicProjection class from parameters.Syntax
public OrthographicProjection (
LengthUnit lengthUnit,
System.Double centralLongitude,
System.Double centralLatitude,
System.Double falseEasting,
System.Double falseNorthing
)
Parameters
lengthUnit
Type: LengthUnit
The length unit.
The length unit.
centralLongitude
Type: System.Double
The central longitude.
The central longitude.
centralLatitude
Type: System.Double
The central latitude.
The central latitude.
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.
Platforms
Windows, Linux, Android