public interface ICoverageGrid
Modifier and Type | Method and Description |
---|---|
List<CoverageGridPoint> |
generateGridPoints()
Generate the set of grid points.
|
ReferenceFrame |
getReferenceFrame()
Gets the reference frame in which this grid is defined.
|
ReferenceFrame getReferenceFrame()
@Nonnull List<CoverageGridPoint> generateGridPoints()
When implementing, note that the space represented by each grid point should not overlap.