com.supermap.videomap
Class CameraLocation
- java.lang.Object
-
- com.supermap.videomap.CameraLocation
-
public class CameraLocation extends java.lang.ObjectThe 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.DoublegetCameraPitch()Get the camera pitch Anglejava.lang.DoublegetCameraRoll()Get the camera roll Anglejava.lang.DoublegetCameraX()Get the X value of the center pointjava.lang.DoublegetCameraY()Get the Y value of the center pointjava.lang.DoublegetCameraYaw()Get the camera's azimuthjava.lang.DoublegetCameraZ()Get the camera heightvoidsetCameraPitch(java.lang.Double cameraPitch)Set the camera pitch AnglevoidsetCameraRoll(java.lang.Double cameraRoll)Set the camera roll AnglevoidsetCameraX(java.lang.Double cameraX)Set the X value of the center pointvoidsetCameraY(java.lang.Double cameraY)Set the Y value of the center pointvoidsetCameraYaw(java.lang.Double cameraYaw)Set the camera's azimuthvoidsetCameraZ(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:
-
-