Standard constructor.
Namespace: Zeptomoby.OrbitTools.TrackAssembly: Zeptomoby.OrbitTools.Track (in Zeptomoby.OrbitTools.Track.dll) Version: 1.5.0.0 (1.5.0.0)
Syntax
C# |
---|
public Station(
double degLat,
double degLon,
double kmAlt,
WgsModel model,
List<IMask> masks,
string name
) |
Visual Basic |
---|
Public Sub New ( _
degLat As Double, _
degLon As Double, _
kmAlt As Double, _
model As WgsModel, _
masks As List(Of IMask), _
name As String _
) |
Visual C++ |
---|
public:
Station(
double degLat,
double degLon,
double kmAlt,
WgsModel^ model,
List<IMask^>^ masks,
String^ name
) |
Parameters
- degLat
- Type: System..::..Double
Latitude in degrees (negative south).
- degLon
- Type: System..::..Double
Longitude in degrees (negative west).
- kmAlt
- Type: System..::..Double
Altitude in kilometers.
- model
- Type: WgsModel
The earth ellipsoid model.
- masks
- Type: System.Collections.Generic..::..List<(Of <(<'IMask>)>)>
List of masks defining areas of the sky
which are not viewable from the station.
- name
- Type: System..::..String
The site name.
See Also