PathPointBuilder Constructor |
Name | Description | |
---|---|---|
PathPointBuilder |
Constructs a default PathPointBuilder object.
| |
PathPointBuilder(Cartesian, JulianDate) |
Initializes a PathPointBuilder with the given position and date.
| |
PathPointBuilder(Cartesian, JulianDate, Color) |
Initializes a PathPointBuilder with the given position, date, and color.
| |
PathPointBuilder(CentralBody, Cartographic, JulianDate) |
Initializes a PathPointBuilder with the given position and date.
| |
PathPointBuilder(Cartesian, JulianDate, Color, Single) |
Initializes a PathPointBuilder with the given position, date, color, and translucency.
| |
PathPointBuilder(CentralBody, Cartographic, JulianDate, Color) |
Initializes a PathPointBuilder with the given position, date, and color.
| |
PathPointBuilder(Cartesian, JulianDate, Color, Single, Color) |
Initializes a PathPointBuilder with the given position, date, color, translucency,
and outline color.
| |
PathPointBuilder(CentralBody, Cartographic, JulianDate, Color, Single) |
Initializes a PathPointBuilder with the given position, date, color, and translucency.
| |
PathPointBuilder(Cartesian, JulianDate, Color, Single, Color, Single) |
Initializes a PathPointBuilder with the given cartesian position, date, color,
translucency, outline color, and outline translucency.
| |
PathPointBuilder(CentralBody, Cartographic, JulianDate, Color, Single, Color) |
Initializes a PathPointBuilder with the given position, date, color, translucency,
and outline color.
| |
PathPointBuilder(CentralBody, Cartographic, JulianDate, Color, Single, Color, Single) |
Initializes a PathPointBuilder with the given cartographic position, date, color,
translucency, outline color, and outline translucency.
|