public class CellAreaFactory
extends java.lang.Object
Constructor and Description |
---|
CellAreaFactory(java.nio.file.Path dggDataDirectory,
EarthAreaFactory earthAreaFactory,
Cell northCell,
Cell southCell) |
Modifier and Type | Method and Description |
---|---|
CellArea |
buildCellArea(EarthArea earthArea) |
CellArea |
get(EarthArea earthArea) |
static Cell |
getNorthCell() |
static Cell |
getSouthCell() |
public CellAreaFactory(java.nio.file.Path dggDataDirectory, EarthAreaFactory earthAreaFactory, Cell northCell, Cell southCell)