The Acquire type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Acquire(Satellite, IList<(Of <<'(Site>)>>), DateTime, DateTime) |
Constructor used for satellite-to-site acquisition.
| |
Acquire(Site, IList<(Of <<'(Satellite>)>>), DateTime, DateTime) |
Constructor used for site-to-satellite acquisition.
| |
Acquire(Satellite, IList<(Of <<'(Satellite>)>>), DateTime, DateTime, Double) |
Constructor used for satellite-to-satellite acquisition.
|
Methods
Name | Description | |
---|---|---|
AcquireAll |
Calculates when the primary object can simultaneously acquire
all the target objects.
| |
AcquireAny |
Calculates when the primary object can acquire any object
in the list of targets.
| |
AcquireMax |
Calculates when the primary satellite can simultaneously acquire
a maximum number of satellites in the list of targets.
| |
AcquireMin |
Calculates when the primary satellite can simultaneously acquire
a minimum number of satellites in the list of targets.
| |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
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 | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OriginPlaneCoord(Vector, Vector) |
Determine the azimuth and elevation coordinates of a point
in ECI coordinate space relative to the origin plane of another
point.
| |
OriginPlaneCoord(Satellite, Satellite, DateTime) |
Determine the azimuth and elevation coordinates of a target
satellite relative to a plane containing an observing satellite.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |