dotnetCHARTING Send comments on this topic.
LambertConicProjection Constructor(Double,Double,Double,Double)
See Also 
dotnetCHARTING.Mapping Namespace > LambertConicProjection Class > LambertConicProjection Constructor : LambertConicProjection Constructor(Double,Double,Double,Double)


lambda0
An azimuthal coordinate on the surface of a sphere in degrees.
fi0
The latitude (projection latitude) in degrees.
fi1
The projection standard first parallel in degrees.
fi2
The projection standard second parallel in degrees.
Initializes a new instance of the LambertConicProjection object.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal lambda0 As Double, _
   ByVal fi0 As Double, _
   ByVal fi1 As Double, _
   ByVal fi2 As Double _
)
Visual Basic (Usage)Copy Code
Dim lambda0 As Double
Dim fi0 As Double
Dim fi1 As Double
Dim fi2 As Double
 
Dim instance As LambertConicProjection(lambda0, fi0, fi1, fi2)
C# 
public LambertConicProjection( 
   double lambda0,
   double fi0,
   double fi1,
   double fi2
)

Parameters

lambda0
An azimuthal coordinate on the surface of a sphere in degrees.
fi0
The latitude (projection latitude) in degrees.
fi1
The projection standard first parallel in degrees.
fi2
The projection standard second parallel in degrees.

See Also

© 2011 All Rights Reserved.