StereographicProjection.StereographicProjection Constructor
Initializes a new instance of the StereographicProjection class.
StereographicProjection(LengthUnit lengthUnit, System.Double centralLongitude, System.Double centralLatitude, System.Double falseEasting, System.Double falseNorthing, System.Double scaleFactor, StereographicVariant variant, ProjectionPurpose purpose)
Initializes a new instance of the StereographicProjection class from parameters.Syntax
public StereographicProjection (
LengthUnit lengthUnit,
System.Double centralLongitude,
System.Double centralLatitude,
System.Double falseEasting,
System.Double falseNorthing,
System.Double scaleFactor,
StereographicVariant variant,
ProjectionPurpose purpose
)
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.
scaleFactor
Type: System.Double
The scale factor.
The scale factor.
variant
Type: StereographicVariant
The variant: either UnitedStates or International.
The variant: either UnitedStates or International.
purpose
Type: ProjectionPurpose
The purpose: either Presentation or Storage.
The purpose: either Presentation or Storage.
Platforms
Windows, Linux, Android