Click or drag to resize

CentralBodyLayeredProjectedVolumeAccessConstraintBuildQueryEvaluator Method

Builds a query evaluator from this constraint.

Namespace:  AGI.Foundation.Access.Constraints
Assembly:  AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override void BuildQueryEvaluator(
	ConstraintQueryBuilder builder,
	EvaluatorGroup group
)

Parameters

builder
Type: AGI.Foundation.AccessConstraintQueryBuilder
The builder instance to use to build the evaluator.
group
Type: AGI.FoundationEvaluatorGroup
The evaluator group in which to create individual constraint function evaluators.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when builder or group is .
PropertyInvalidException Thrown when PointsDefiningConstraintVolume is or has zero elements, or when CentralBody, AltitudeBoundaries, or ConstrainedObject is , or when Tolerance is not greater than zero.
ServiceNotAvailableException Thrown when ILocationPointService is not available on ConstrainedObject.
See Also