public interface ICoverageGriddingTechnique
GeometricPrimitiveCoverageGrid.| Modifier and Type | Method and Description |
|---|---|
List<Double> |
grid(Bounds coordinateBounds,
boolean isCyclic)
Grids the coordinate.
|
List<Double> grid(@Nonnull Bounds coordinateBounds, boolean isCyclic)
coordinateBounds - The bounds for the coordinate that is to be gridded. These bounds are inclusive.isCyclic - Indicates if the coordinate is cyclic (i.e. an angle). Winding must be removed before gridding.