Package | Description |
---|---|
agi.foundation.platforms |
Contains types used in modeling various mechanical platforms such as satellites, facilities, aircraft, etc.
|
agi.foundation.terrain |
Contains types for reading and analyzing terrain data.
|
Modifier and Type | Method and Description |
---|---|
IAzimuthElevationMask |
AzimuthElevationMaskExtension.getMask()
Gets the azimuth-elevation mask.
|
Modifier and Type | Method and Description |
---|---|
void |
AzimuthElevationMaskExtension.setMask(IAzimuthElevationMask value)
Sets the azimuth-elevation mask.
|
Constructor and Description |
---|
AzimuthElevationMaskExtension(IAzimuthElevationMask mask)
Initializes a new instance with a specified mask.
|
Modifier and Type | Class and Description |
---|---|
class |
AzimuthElevationMask
An azimuth-elevation mask which defines a region of visibility defined by the horizon.
|
class |
DelayedTerrainAzimuthElevationMask
An azimuth-elevation mask which defines a region of visibility defined by a given
TerrainProvider . |
Modifier and Type | Method and Description |
---|---|
IAzimuthElevationMask |
IAzimuthElevationMaskService.getMask()
Gets the azimuth-elevation mask.
|