CentralBodyLayeredProjectedVolumeAccessConstraint Constructor |
Name | Description | |
---|---|---|
CentralBodyLayeredProjectedVolumeAccessConstraint |
Initializes an instance of the layer access constraint, with the default values. The CentralBody will default to Earth and the Tolerance will default to
Epsilon16.
| |
CentralBodyLayeredProjectedVolumeAccessConstraint(CentralBody) |
Initializes an instance of the constraint with the specified CentralBody. The tolerance defaults to Epsilon16.
| |
CentralBodyLayeredProjectedVolumeAccessConstraint(CentralBody, TimeIntervalCollectionListCartographic) |
Initializes an instance of the constraint with the specified CentralBody and a TimeIntervalCollectionT of the points defining the constraint volume. The associated time intervals
define the duration of validity of the points that comprise the constraint volume. The tolerance defaults to Epsilon16.
| |
CentralBodyLayeredProjectedVolumeAccessConstraint(CentralBodyLayeredProjectedVolumeAccessConstraint, CopyContext) | Initializes a new instance as a copy of an existing instance. | |
CentralBodyLayeredProjectedVolumeAccessConstraint(TimeIntervalCollectionListCartographic, IServiceProvider) |
Initializes an instance of the constraint with the specified TimeIntervalCollectionT of the points defining the constraint volume. The associated time intervals
define the duration of validity of the points that comprise the constraint volume. The IServiceProvider specifies the object that provides a location, which is to be used to compute access. The tolerance defaults to Epsilon16 and the CentralBody defaults to Earth.
| |
CentralBodyLayeredProjectedVolumeAccessConstraint(CentralBody, TimeIntervalCollectionListCartographic, IServiceProvider) |
Initializes an instance of the constraint with the specified CentralBody and a TimeIntervalCollectionT of the points defining the constraint volume. The associated time intervals
define the duration of validity of the points that comprise the constraint volume. The IServiceProvider specifies the object that provides a location, which is to be used to compute access. The tolerance defaults to Epsilon16.
|