public class RectifiedGridDomain
extends java.lang.Object
| Constructor and Description |
|---|
RectifiedGridDomain() |
| Modifier and Type | Method and Description |
|---|---|
RectifiedGrid |
getRectifiedGrid()
Returns the RectifiedGrid defining the domain extent.
|
void |
setRectifiedGrid(RectifiedGrid rectifiedGrid)
Sets a RectifiedGrid which represents a domain set.
|
public RectifiedGrid getRectifiedGrid()
RectifiedGrid instance describing the domain area.public void setRectifiedGrid(RectifiedGrid rectifiedGrid)
rectifiedGrid - the RectifiedGrid to set.