com.supermap.videomap
Class CameraLocation
- java.lang.Object
-
- com.supermap.videomap.CameraLocation
-
public class CameraLocation extends java.lang.Object
The camera parameters
-
-
Constructor Summary
Constructors Constructor and Description CameraLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.Double
getCameraPitch()
Get the camera pitch Anglejava.lang.Double
getCameraRoll()
Get the camera roll Anglejava.lang.Double
getCameraX()
Get the X value of the center pointjava.lang.Double
getCameraY()
Get the Y value of the center pointjava.lang.Double
getCameraYaw()
Get the camera's azimuthjava.lang.Double
getCameraZ()
Get the camera heightvoid
setCameraPitch(java.lang.Double cameraPitch)
Set the camera pitch Anglevoid
setCameraRoll(java.lang.Double cameraRoll)
Set the camera roll Anglevoid
setCameraX(java.lang.Double cameraX)
Set the X value of the center pointvoid
setCameraY(java.lang.Double cameraY)
Set the Y value of the center pointvoid
setCameraYaw(java.lang.Double cameraYaw)
Set the camera's azimuthvoid
setCameraZ(java.lang.Double cameraZ)
Set the camera height
-
-
-
Method Detail
-
setCameraPitch
public void setCameraPitch(java.lang.Double cameraPitch)
Set the camera pitch Angle- Parameters:
cameraPitch
-
-
getCameraPitch
public java.lang.Double getCameraPitch()
Get the camera pitch Angle- Returns:
-
setCameraRoll
public void setCameraRoll(java.lang.Double cameraRoll)
Set the camera roll Angle- Parameters:
cameraRoll
-
-
getCameraRoll
public java.lang.Double getCameraRoll()
Get the camera roll Angle- Returns:
-
setCameraX
public void setCameraX(java.lang.Double cameraX)
Set the X value of the center point- Parameters:
cameraX
-
-
getCameraX
public java.lang.Double getCameraX()
Get the X value of the center point- Returns:
-
setCameraY
public void setCameraY(java.lang.Double cameraY)
Set the Y value of the center point- Parameters:
cameraY
-
-
getCameraY
public java.lang.Double getCameraY()
Get the Y value of the center point- Returns:
-
setCameraYaw
public void setCameraYaw(java.lang.Double cameraYaw)
Set the camera's azimuth- Parameters:
cameraYaw
-
-
getCameraYaw
public java.lang.Double getCameraYaw()
Get the camera's azimuth- Returns:
-
setCameraZ
public void setCameraZ(java.lang.Double cameraZ)
Set the camera height- Parameters:
cameraZ
-
-
getCameraZ
public java.lang.Double getCameraZ()
Get the camera height- Returns:
-
-