Package | Description |
---|---|
agi.foundation.access |
Contains types used in performing access calculations.
|
agi.foundation.stoppingconditions |
Contains types for stopping propagation when various events occur.
|
Modifier and Type | Method and Description |
---|---|
abstract AccessClassification |
AccessEvaluator.evaluateIgnoringAvailability(JulianDate date)
Evaluates the query at a specified time without determining whether the underlying
constraints and geometry are available.
|
static AccessClassification |
AccessClassification.getDefault()
Get the enum constant that is considered to be the default.
|
static AccessClassification |
AccessClassification.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static AccessClassification |
AccessClassification.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessClassification[] |
AccessClassification.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ValueDefinition<AccessClassification> |
AccessStoppingCondition.getStoppingClassification()
Gets the access classification to stop on.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessStoppingCondition.setStoppingClassification(ValueDefinition<AccessClassification> value)
Sets the access classification to stop on.
|
Constructor and Description |
---|
AccessStoppingCondition(AccessQuery query,
ValueDefinition<AccessClassification> stoppingClassification)
Initializes a new instance with the specified query.
|
AccessStoppingCondition(AccessQuery query,
ValueDefinition<AccessClassification> stoppingClassification,
IServiceProvider timeObserver)
Initializes a new instance with the specified query and time observer.
|