public class Parcel extends Grid
| Constructor and Description |
|---|
Parcel(int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
int |
getArea() |
void |
getAreaBP(BasicParcelType basicParcelType) |
int |
getLandUseArea(int landUse) |
java.util.Collection<java.lang.Integer> |
getLandUses() |
java.util.Collection<Cell> |
getUnfrozenCellsByLandUse(int landUse) |
void |
init(BasicParcelType basicParcelType) |
void |
overwrite(BasicParcelType basicParcelType) |
void |
read(java.io.File file,
java.lang.String fieldName) |
void |
updateAreaInfo() |
dump, forEachTwoCells, getCell, getCell, getHeight, getLength, getWidth, iterator, read, swap, write, writepublic void init(BasicParcelType basicParcelType)
public void overwrite(BasicParcelType basicParcelType)
public void getAreaBP(BasicParcelType basicParcelType)
public int getArea()
public void updateAreaInfo()
public int getLandUseArea(int landUse)
public java.util.Collection<java.lang.Integer> getLandUses()
public java.util.Collection<Cell> getUnfrozenCellsByLandUse(int landUse)