Package | Description |
---|---|
agi.foundation.coverage |
Contains types for computing complex access calculations between many different objects simultaneously.
|
Modifier and Type | Class and Description |
---|---|
class |
ContinuousCoverageDefinition
A type of coverage definition that provides a convenient way to organize and initialize a coverage calculation, which computes access calculations over a set of grid points.
|
class |
DiscreteCoverageDefinition
This coverage definition provides a convenient way to organize and initialize a coverage calculation,
which computes access calculations over a set of grid points.
|
class |
MaterializedSpatiallyPartitionedCoverageDefinition
A coverage definition that uses a
delegate to define properties for the grid points. |
class |
MaterializedTemporallyPartitionedCoverageDefinition
A coverage definition that uses a
delegate to define properties for the grid points. |
class |
ParameterizedSpatiallyPartitionedCoverageDefinition
A coverage definition that specifies grid point properties via an archetypical object that provides, at a minimum, an
ILocationPointService . |
class |
ParameterizedTemporallyPartitionedCoverageDefinition
A coverage definition that specifies grid point properties via an archetypical object that provides, at a minimum, an
ILocationPointService . |
Modifier and Type | Method and Description |
---|---|
protected boolean |
DiscreteCoverageDefinition.checkForSameDefinition(BaseCoverageDefinition other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
ContinuousCoverageDefinition.checkForSameDefinition(BaseCoverageDefinition other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected abstract boolean |
BaseCoverageDefinition.checkForSameDefinition(BaseCoverageDefinition other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |