Class TLcdKML22ParameterConstants

java.lang.Object
com.luciad.format.kml22.model.TLcdKML22ParameterConstants

public class TLcdKML22ParameterConstants extends Object
Predefined KML parameters.
Since:
10.0
  • Field Details

    • LOOKAT_LON

      public static final String LOOKAT_LON
      The longitude of the point the camera is looking at on the earth.
      See Also:
    • LOOKAT_LAT

      public static final String LOOKAT_LAT
      The latitude of the point the camera is looking at on the earth.
      See Also:
    • LOOKAT_RANGE

      public static final String LOOKAT_RANGE
      The distance in meters from the point that is being looked at to the camera.
      See Also:
    • LOOKAT_TILT

      public static final String LOOKAT_TILT
      The angle between the direction of the position that is being looked at and the normal to the surface of the earth.
      See Also:
    • LOOKAT_HEADING

      public static final String LOOKAT_HEADING
      The direction of the point that is being looked to the camera at in degrees. 0 degrees the look at point is to the north, 90 degrees is to the east, and so on.
      See Also:
    • LOOKAT_TERRAIN_LON

      public static final String LOOKAT_TERRAIN_LON
      Same as LOOKAT_LON but including a terrain.
      See Also:
    • LOOKAT_TERRAIN_LAT

      public static final String LOOKAT_TERRAIN_LAT
      Same as LOOKAT_LAT but including a terrain.
      See Also:
    • LOOKAT_TERRAIN_ALT

      public static final String LOOKAT_TERRAIN_ALT
      The altitude of the terrain of the point that is being looked at.
      See Also:
    • CAMERA_LON

      public static final String CAMERA_LON
      The longitude of the camera.
      See Also:
    • CAMERA_LAT

      public static final String CAMERA_LAT
      The latitude of the camera.
      See Also:
    • CAMERA_ALT

      public static final String CAMERA_ALT
      The altitude of the camera, in meters.
      See Also:
    • HORIZ_FOV

      public static final String HORIZ_FOV
      The horizontal field of view of the camera.
      See Also:
    • VERT_FOV

      public static final String VERT_FOV
      The vertical field of view of the camera.
      See Also:
    • HORIZ_PIXELS

      public static final String HORIZ_PIXELS
      The horizontal pixel count of the camera
      See Also:
    • VERT_PIXELS

      public static final String VERT_PIXELS
      The vertical pixel count of the camera.
      See Also:
    • TERRAIN_ENABLED

      public static final String TERRAIN_ENABLED
      Whether or not terrain is enabled.
      See Also:
    • CLIENT_VERSION

      public static final String CLIENT_VERSION
      The version of the client.
      See Also:
    • KML_VERSION

      public static final String KML_VERSION
      The version of KML.
      See Also:
    • CLIENT_NAME

      public static final String CLIENT_NAME
      The name of the client.
      See Also:
    • LANGUAGE

      public static final String LANGUAGE
      The language of the client.
      See Also:
    • BBOX_NORTH

      public static final String BBOX_NORTH
      The north side of the bounding box of the visible area on the screen, expressed in a latitude.
      See Also:
    • BBOX_EAST

      public static final String BBOX_EAST
      The east side of the bounding box of the visible area on the screen, expressed in a longitude.
      See Also:
    • BBOX_SOUTH

      public static final String BBOX_SOUTH
      The south side of the bounding box of the visible area on the screen, expressed in a latitude.
      See Also:
    • BBOX_WEST

      public static final String BBOX_WEST
      The west side of the bounding box of the visible area on the screen, expressed in a longitude.
      See Also:
    • VIEW_PARAMETERS

      public static final Set<String> VIEW_PARAMETERS
      Unmodifiable set with all view-related parameters.