|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ElevationPlatform
Method Summary | |
---|---|
int |
getElevation()
Returns the current sensor elevation angle. |
int |
getElevationSpeed()
Gets the speed the platform rotates, in degrees per second. |
int |
getMaximumElevation()
Maximum angle the elevation can be raised. |
int |
getMinimumElevation()
Minimum angle the elevation can be lowered to. |
void |
scanDown()
|
void |
scanUp()
|
void |
setElevation(int angle)
Raises or lowers the sensor elevation. |
void |
setElevationSpeed(int speed)
Sets the speed the platform should rotate, in degrees per second. |
void |
setMaximumElevation(int maxAngle)
Sets the maximum angle the elevation can be raised. |
void |
setMinimumElevation(int minAngle)
Sets the minimum angle the elevation can be raised. |
void |
stopElevation()
Stops a scan in motion from scanUp() or scanDown(). |
Method Detail |
---|
void setElevation(int angle)
angle
- getMaximumElevation() to getMinimumElevation() +90 to -90, or if platform is incapable of this movementint getElevation()
int getMaximumElevation()
int getMinimumElevation()
void setMaximumElevation(int maxAngle)
maxAngle
- Should be no greater than +90 degrees.void setMinimumElevation(int minAngle)
minAngle
- Should be no less than -90 degrees.void setElevationSpeed(int speed)
speed
- int getElevationSpeed()
void scanUp()
void scanDown()
void stopElevation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |