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 Angle
      java.lang.Double getCameraRoll()
      Get the camera roll Angle
      java.lang.Double getCameraX()
      Get the X value of the center point
      java.lang.Double getCameraY()
      Get the Y value of the center point
      java.lang.Double getCameraYaw()
      Get the camera's azimuth
      java.lang.Double getCameraZ()
      Get the camera height
      void setCameraPitch(java.lang.Double cameraPitch)
      Set the camera pitch Angle
      void setCameraRoll(java.lang.Double cameraRoll)
      Set the camera roll Angle
      void setCameraX(java.lang.Double cameraX)
      Set the X value of the center point
      void setCameraY(java.lang.Double cameraY)
      Set the Y value of the center point
      void setCameraYaw(java.lang.Double cameraYaw)
      Set the camera's azimuth
      void setCameraZ(java.lang.Double cameraZ)
      Set the camera height
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CameraLocation

        public CameraLocation()
    • 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: