The Acquire type exposes the following members.

Constructors

  NameDescription
Public methodAcquire(Satellite, IList<(Of <<'(Site>)>>), DateTime, DateTime)
Constructor used for satellite-to-site acquisition.
Public methodAcquire(Site, IList<(Of <<'(Satellite>)>>), DateTime, DateTime)
Constructor used for site-to-satellite acquisition.
Public methodAcquire(Satellite, IList<(Of <<'(Satellite>)>>), DateTime, DateTime, Double)
Constructor used for satellite-to-satellite acquisition.

Methods

  NameDescription
Public methodAcquireAll
Calculates when the primary object can simultaneously acquire all the target objects.
Public methodAcquireAny
Calculates when the primary object can acquire any object in the list of targets.
Public methodAcquireMax
Calculates when the primary satellite can simultaneously acquire a maximum number of satellites in the list of targets.
Public methodAcquireMin
Calculates when the primary satellite can simultaneously acquire a minimum number of satellites in the list of targets.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberOriginPlaneCoord(Vector, Vector)
Determine the azimuth and elevation coordinates of a point in ECI coordinate space relative to the origin plane of another point.
Public methodStatic memberOriginPlaneCoord(Satellite, Satellite, DateTime)
Determine the azimuth and elevation coordinates of a target satellite relative to a plane containing an observing satellite.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

See Also