Package org.seamcat.model.types
Class AntennaEnvironment
- java.lang.Object
-
- org.seamcat.model.types.AntennaEnvironment
-
public class AntennaEnvironment extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AntennaEnvironment(LocalEnvironmentUI localEnvironment, Direction direction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Direction
getDirection()
double
getHeight()
LocalEnvironmentUI
getLocalEnvironment()
-
-
-
Constructor Detail
-
AntennaEnvironment
public AntennaEnvironment(LocalEnvironmentUI localEnvironment, Direction direction)
-
-
Method Detail
-
getLocalEnvironment
public LocalEnvironmentUI getLocalEnvironment()
-
getDirection
public Direction getDirection()
-
getHeight
public double getHeight()
-
-