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, TimeIntervalCollection<List<Cartographic>>) |
Initializes an instance of the constraint with the specified CentralBody and a TimeIntervalCollection<T> 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(TimeIntervalCollection<List<Cartographic>>, IServiceProvider) |
Initializes an instance of the constraint with the specified TimeIntervalCollection<T> 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, TimeIntervalCollection<List<Cartographic>>, IServiceProvider) |
Initializes an instance of the constraint with the specified CentralBody and a TimeIntervalCollection<T> 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.
|