Click or drag to resize

CentralBodyLayeredProjectedVolumeAccessConstraint Constructor

Overload List
  NameDescription
Public methodCentralBodyLayeredProjectedVolumeAccessConstraint()
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.
Public methodCentralBodyLayeredProjectedVolumeAccessConstraint(CentralBody)
Initializes an instance of the constraint with the specified CentralBody. The tolerance defaults to Epsilon16.
Public methodCentralBodyLayeredProjectedVolumeAccessConstraint(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.
Protected methodCentralBodyLayeredProjectedVolumeAccessConstraint(CentralBodyLayeredProjectedVolumeAccessConstraint, CopyContext)
Initializes a new instance as a copy of an existing instance.
Public methodCentralBodyLayeredProjectedVolumeAccessConstraint(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.
Public methodCentralBodyLayeredProjectedVolumeAccessConstraint(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.
Top
See Also