Package | Description |
---|---|
ru.igis.omtab | |
ru.igis.omtab.ra |
Modifier and Type | Class and Description |
---|---|
class |
Drift
Class for simulation of spill with drift
|
class |
OMTSpline
Class for creation and store Openmap OMSpline object from Protege Instance
|
class |
Spill
Class for simulation of spill
|
Modifier and Type | Method and Description |
---|---|
static OMTPoly |
OMTPoly.createOMTPoly(java.lang.String label,
java.lang.String latitude,
java.lang.String longitude,
java.lang.String lcolor,
java.lang.String fcolor,
java.lang.String ispolygon,
java.lang.String relative,
java.util.Collection<java.lang.String> points)
Factory method for creating OMTPoly object from string parameters
|
OMTPoly[] |
Bounds.getExcluded() |
OMTPoly[] |
Bounds.getIncluded() |
Modifier and Type | Method and Description |
---|---|
static double[] |
Util.randomTack(double lt_deg,
double ln_deg,
double spd_knt,
double midtack_hrs,
double scatter_hrs,
OMTPoly poly)
Calculates a random tack for maneuvering in a closed area.
|
void |
Bounds.setExcluded(OMTPoly[] excluded) |
void |
Bounds.setIncluded(OMTPoly[] included) |
Modifier and Type | Method and Description |
---|---|
OMTPoly |
OMTPolyOnFieldRepeatAction.getPoly() |
Modifier and Type | Method and Description |
---|---|
void |
OMTPolyOnFieldRepeatAction.setPoly(OMTPoly poly) |
Constructor and Description |
---|
OMTPolyOnFieldRepeatAction(OMTPoly p,
Field f)
Creates a new instance of PolyOnField RepeatAction
|