PathPointBuilder Class |
Namespace: AGI.Foundation.Graphics
The PathPointBuilder type exposes the following members.
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.
|
Name | Description | |
---|---|---|
Color |
Gets or sets the color associated with this point.
| |
Date |
Gets or sets the date associated with this point.
| |
OutlineColor |
Gets or sets the outline color associated with this point.
| |
OutlineTranslucency |
Gets or sets the outline translucency associated with this point.
| |
Position |
Gets or sets the position associated with this point.
| |
Translucency |
Gets or sets the translucency associated with this point.
|
Name | Description | |
---|---|---|
Equals(Object) |
Indicates whether another object is exactly equal to this instance.
(Overrides ObjectEquals(Object).) | |
Equals(PathPointBuilder) |
Indicates whether another instance of this type is exactly equal to this instance.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode |
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetPositionCartographic |
Sets the position of the point given in cartographic coordinates defined on a central body.
| |
ToPathPoint |
Returns an immutable PathPoint
object built from this object's attributes.
| |
ToString |
Returns the string representation of the value of this instance.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
Equality |
Returns if the two instances are exactly equal.
| |
Inequality |
Returns if the two instances are not exactly equal.
|