Package | Description |
---|---|
agi.foundation.coverage |
Contains types for computing complex access calculations between many different objects simultaneously.
|
agi.foundation.geometry.discrete |
Contains types which define discretization algorithms and metadata for analysis of spatial geometry.
|
Modifier and Type | Method and Description |
---|---|
ICoverageGrid |
BaseCoverageDefinition.getGrid()
Gets the grid used to generate points of interest over which to analyze coverage.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseCoverageDefinition.setGrid(ICoverageGrid value)
Sets the grid used to generate points of interest over which to analyze coverage.
|
Constructor and Description |
---|
MaterializedSpatiallyPartitionedCoverageDefinition(ICoverageGrid grid,
boolean useDefaultGridPointPlatform)
Creates an instance of this type of coverage definition with the specified grid and a boolean indicating if a simple platform should be used to define grid point properties.
|
MaterializedTemporallyPartitionedCoverageDefinition(ICoverageGrid grid,
boolean useDefaultGridPointPlatform)
Creates an instance of this type of coverage definition with the specified grid and a boolean indicating if a simple platform should be used to define grid point properties.
|
ParameterizedSpatiallyPartitionedCoverageDefinition(ICoverageGrid grid,
boolean useDefaultGridPointPlatform)
Creates an instance of this type of coverage definition with the specified grid and a boolean indicating if a simple platform should be used to define grid point properties.
|
ParameterizedTemporallyPartitionedCoverageDefinition(ICoverageGrid grid,
boolean useDefaultGridPointPlatform)
Creates an instance of this type of coverage definition with the specified grid and a boolean indicating if a simple platform should be used to define grid point properties.
|
Modifier and Type | Class and Description |
---|---|
class |
CentralBodyCoverageGrid
The abstract base class for a
ICoverageGrid that produces grid points defined relative to a CentralBody (get / set ). |
class |
ConeCoverageGrid
A cone grid with (0,0,0) defined as the apex of the cone.
|
class |
CuboidCoverageGrid
A cuboid grid in
Cartesian coordinates. |
class |
CylinderCoverageGrid
A cylinder grid with (0,0,0) defined to be at the center of the cylinder for the constructors that take length as parameters.
|
class |
ExtrudedCentralBodyCoverageGrid
A
CentralBodyCoverageGrid that takes as input an existing CentralBodyCoverageGrid
type and extrudes it in the specified manner to become a three dimensional grid. |
class |
GeometricPrimitiveCoverageGrid
The abstract base for simple grids used in the coverage system.
|
class |
GlobalCoverageGrid
|
class |
IntersectionWithSurfaceRegionsCoverageGrid
Represents a set of grid points created by a given
CentralBodyCoverageGrid and lying inside a set of
EllipsoidSurfaceRegions . |
class |
LatitudeBoundsCoverageGrid
Represents a set of grid points bounded by two lines of planetodetic latitude.
|
class |
LatitudeLineCoverageGrid
Represents a set of grid points along a line of planetodetic latitude.
|
class |
LongitudeLineCoverageGrid
Represents a set of grid points along a line of longitude.
|
class |
RectangularPyramidCoverageGrid
A rectangular pyramid grid.
|
class |
SpecifiedCentralBodyCoverageGrid
Wraps a previously generated set of grid points with their respective boundaries or
accepts a specified list of
Cartographic grid point locations. |
class |
SpecifiedCoverageGrid
Wraps a previously generated set of
GridPoints or
accepts a specified list of Points and weights. |
class |
SpheroidCoverageGrid
A spheroid grid in spherical coordinates with the center at (0,0,0), the axis defined as right-handed at that location with positive z pointing north.
|
class |
SurfaceRegionsCoverageGrid
Represents a regular grid inside the boundaries of a specified set of surface regions, based on a given resolution.
|
class |
TorusCoverageGrid
A torus grid with the origin at the center of the torus.
|
Constructor and Description |
---|
SpecifiedCoverageGrid(ICoverageGrid existingGrid)
Construct an instance given another
ICoverageGrid . |