Interface M2135ver1Input
-
public interface M2135ver1Input
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
M2135ver1Input.LOS
-
Field Summary
Fields Modifier and Type Field Description static double
h
static M2135ver1Input.LOS
LOS
static SelectionValue<NamedClutterEnvironment>
Submodel
static boolean
variations
static double
W
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static SelectionValue<NamedClutterEnvironment>
defaultEnvironment()
double
h()
M2135ver1Input.LOS
LOS()
SelectionValue<NamedClutterEnvironment>
Submodel()
boolean
UserSpecified()
boolean
variations()
double
W()
-
-
-
Field Detail
-
variations
static final boolean variations
- See Also:
- Constant Field Values
-
Submodel
static final SelectionValue<NamedClutterEnvironment> Submodel
-
LOS
static final M2135ver1Input.LOS LOS
-
W
static final double W
- See Also:
- Constant Field Values
-
h
static final double h
- See Also:
- Constant Field Values
-
-
Method Detail
-
variations
boolean variations()
-
Submodel
SelectionValue<NamedClutterEnvironment> Submodel()
-
defaultEnvironment
static SelectionValue<NamedClutterEnvironment> defaultEnvironment()
-
LOS
M2135ver1Input.LOS LOS()
-
UserSpecified
boolean UserSpecified()
-
W
double W()
-
h
double h()
-
-