| Package | Description |
|---|---|
| agi.foundation.geometry.discrete |
Contains types which define discretization algorithms and metadata for analysis of spatial geometry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EllipsoidSurfaceRegionCoverageGridCell
An ellipsoid surface region grid cell that does not vary in time.
|
class |
VolumeElementCoverageGridCell<T>
A three dimensional grid cell that contains the volume and coordinate bounds.
|
| Modifier and Type | Method and Description |
|---|---|
ICoverageGridCell |
CoverageGridPoint.getCoverageGridCell()
Gets the (optional) grid cell associated with this grid point.
|
| Constructor and Description |
|---|
CoverageGridPoint(Point position,
Scalar weight,
ICoverageGridCell coverageGridCell,
ReferenceFrame referenceFrame)
Creates a new instance based on the given point, weight, grid cell, and reference frame.
|
CoverageGridPoint(Point position,
Scalar weight,
ICoverageGridCell coverageGridCell,
ReferenceFrame referenceFrame,
CentralBody centralBody)
Creates a new instance based on the given point, weight, grid cell, central body, and reference frame.
|