Click or drag to resize

PathPointBuilder Constructor

Overload List
  NameDescription
Public methodPathPointBuilder
Constructs a default PathPointBuilder object.
Public methodPathPointBuilder(Cartesian, JulianDate)
Initializes a PathPointBuilder with the given position and date.
Public methodPathPointBuilder(Cartesian, JulianDate, Color)
Initializes a PathPointBuilder with the given position, date, and color.
Public methodPathPointBuilder(CentralBody, Cartographic, JulianDate)
Initializes a PathPointBuilder with the given position and date.
Public methodPathPointBuilder(Cartesian, JulianDate, Color, Single)
Initializes a PathPointBuilder with the given position, date, color, and translucency.
Public methodPathPointBuilder(CentralBody, Cartographic, JulianDate, Color)
Initializes a PathPointBuilder with the given position, date, and color.
Public methodPathPointBuilder(Cartesian, JulianDate, Color, Single, Color)
Initializes a PathPointBuilder with the given position, date, color, translucency, and outline color.
Public methodPathPointBuilder(CentralBody, Cartographic, JulianDate, Color, Single)
Initializes a PathPointBuilder with the given position, date, color, and translucency.
Public methodPathPointBuilder(Cartesian, JulianDate, Color, Single, Color, Single)
Initializes a PathPointBuilder with the given cartesian position, date, color, translucency, outline color, and outline translucency.
Public methodPathPointBuilder(CentralBody, Cartographic, JulianDate, Color, Single, Color)
Initializes a PathPointBuilder with the given position, date, color, translucency, and outline color.
Public methodPathPointBuilder(CentralBody, Cartographic, JulianDate, Color, Single, Color, Single)
Initializes a PathPointBuilder with the given cartographic position, date, color, translucency, outline color, and outline translucency.
Top
See Also