CartographicZoneConstraint Properties |
The CartographicZoneConstraint type exposes the following members.
Name | Description | |
---|---|---|
Applicability |
Gets or sets the Access situation in which this constraint applies.
(Inherited from AccessConstraint.) | |
CentralBody |
Gets or sets the central body used to define the cartographic coordinates.
| |
ConstrainedObject |
Gets or sets the object to which this constraint applies.
| |
DebuggingLogger |
Gets or sets a logger to which debugging information will be written.
(Inherited from AccessQuery.) | |
EvaluationOrder |
Gets or sets a number indicating the evaluation order of this constraint relative
to other constraints. All constraints involved in an
AccessComputation or that share a common parent (e.g. AccessQueryAnd or
AccessQueryOr) in an AccessQuery are sorted by this value before being evaluated in
ascending order, so constraints with a lower evaluation order are evaluated earlier than constraints with
a higher evaluation order.
(Inherited from AccessConstraint.) | |
IsFrozen |
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an
ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.) | |
IsInclusion |
Gets or sets a value indicating whether access is satisfied inside or outside the
cartographic zone represented by this constraint.
| |
MaximumLatitude |
Gets or sets the northernmost planetodetic latitude of the cartographic zone, in radians.
The maximum latitude must be less than HalfPi and
greater than the MinimumLatitude.
| |
MaximumLongitude |
Gets or sets the easternmost longitude of the cartographic zone, in radians.
The maximum longitude must be less than PI.
| |
MinimumLatitude |
Gets or sets the southernmost planetodetic latitude of the cartographic zone, in radians.
The minimum latitude must be greater than -HalfPi and
less than the MaximumLatitude.
| |
MinimumLongitude |
Gets or sets the westernmost longitude of the cartographic zone, in radians.
The minimum longitude must be greater than -PI.
| |
Sampling |
Gets an instance describing how this constraint is to be sampled.
(Inherited from AccessConstraint.) | |
Tolerance |
Gets or sets the tolerance on the constraint value to use when computing the time when this constraint crosses its threshold.
|