-
- All Implemented Interfaces:
public final class AutoZoomParams
-
-
Field Summary
Fields Modifier and Type Field Description private AutoZoomInstructionTypetypeprivate IntegerdistanceToCoverMetersprivate IntegerlookAheadDistanceMetersprivate FloatcameraDeclinationDegrees
-
Constructor Summary
Constructors Constructor Description AutoZoomParams(AutoZoomInstructionType type, Integer distanceToCoverMeters, Integer lookAheadDistanceMeters, Float cameraDeclinationDegrees)
-
Method Summary
Modifier and Type Method Description final AutoZoomInstructionTypegetType()Auto zoom instruction type final UnitsetType(AutoZoomInstructionType type)Auto zoom instruction type final IntegergetDistanceToCoverMeters()Distance in meters to be covered until desired values are reached. final UnitsetDistanceToCoverMeters(Integer distanceToCoverMeters)Distance in meters to be covered until desired values are reached. final IntegergetLookAheadDistanceMeters()Desired look ahead distance in meters. final UnitsetLookAheadDistanceMeters(Integer lookAheadDistanceMeters)Desired look ahead distance in meters. final FloatgetCameraDeclinationDegrees()Desired camera declination in degrees. final UnitsetCameraDeclinationDegrees(Float cameraDeclinationDegrees)Desired camera declination in degrees. -
-
Constructor Detail
-
AutoZoomParams
AutoZoomParams(AutoZoomInstructionType type, Integer distanceToCoverMeters, Integer lookAheadDistanceMeters, Float cameraDeclinationDegrees)
-
-
Method Detail
-
getType
final AutoZoomInstructionType getType()
Auto zoom instruction type
-
setType
final Unit setType(AutoZoomInstructionType type)
Auto zoom instruction type
-
getDistanceToCoverMeters
final Integer getDistanceToCoverMeters()
Distance in meters to be covered until desired values are reached. Applies when type is AutoZoomInstructionType.DURATION or AutoZoomInstructionType.DISTANCE_CAMERA.
-
setDistanceToCoverMeters
final Unit setDistanceToCoverMeters(Integer distanceToCoverMeters)
Distance in meters to be covered until desired values are reached. Applies when type is AutoZoomInstructionType.DURATION or AutoZoomInstructionType.DISTANCE_CAMERA.
-
getLookAheadDistanceMeters
final Integer getLookAheadDistanceMeters()
Desired look ahead distance in meters.
-
setLookAheadDistanceMeters
final Unit setLookAheadDistanceMeters(Integer lookAheadDistanceMeters)
Desired look ahead distance in meters.
-
getCameraDeclinationDegrees
final Float getCameraDeclinationDegrees()
Desired camera declination in degrees. Applies when type is AutoZoomInstructionType.DURATION_CAMERA or AutoZoomInstructionType.DISTANCE_CAMERA.
-
setCameraDeclinationDegrees
final Unit setCameraDeclinationDegrees(Float cameraDeclinationDegrees)
Desired camera declination in degrees. Applies when type is AutoZoomInstructionType.DURATION_CAMERA or AutoZoomInstructionType.DISTANCE_CAMERA.
-
-
-
-