Package | Description |
---|---|
ru.igis.omtab | |
ru.igis.omtab.ra |
Modifier and Type | Class and Description |
---|---|
class |
Drift
Class for simulation of spill with drift
|
Modifier and Type | Method and Description |
---|---|
static Spill |
Spill.createSpill(java.lang.String label,
java.lang.String latitude,
java.lang.String longitude,
java.lang.String lcolor,
java.lang.String fcolor,
java.lang.String N,
java.lang.String speed,
java.lang.String radius,
java.lang.String damping)
Factory method for creating Drift object from string parameters
|
Modifier and Type | Method and Description |
---|---|
Spill |
SpillRepeatAction.getSpill() |
Modifier and Type | Method and Description |
---|---|
void |
SpillRepeatAction.setSpill(Spill spill) |
Constructor and Description |
---|
SpillRepeatAction(Spill sp)
Creates a new instance of SpillRepeatAction
|