public class TLcdKML22ParameterConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BBOX_EAST
The east side of the bounding box of the visible area on the screen, expressed in a longitude.
|
static java.lang.String |
BBOX_NORTH
The north side of the bounding box of the visible area on the screen, expressed in a latitude.
|
static java.lang.String |
BBOX_SOUTH
The south side of the bounding box of the visible area on the screen, expressed in a latitude.
|
static java.lang.String |
BBOX_WEST
The west side of the bounding box of the visible area on the screen, expressed in a longitude.
|
static java.lang.String |
CAMERA_ALT
The altitude of the camera, in meters.
|
static java.lang.String |
CAMERA_LAT
The latitude of the camera.
|
static java.lang.String |
CAMERA_LON
The longitude of the camera.
|
static java.lang.String |
CLIENT_NAME
The name of the client.
|
static java.lang.String |
CLIENT_VERSION
The version of the client.
|
static java.lang.String |
HORIZ_FOV
The horizontal field of view of the camera.
|
static java.lang.String |
HORIZ_PIXELS
The horizontal pixel count of the camera
|
static java.lang.String |
KML_VERSION
The version of KML.
|
static java.lang.String |
LANGUAGE
The language of the client.
|
static java.lang.String |
LOOKAT_HEADING
The direction of the point that is being looked to the camera at in degrees.
|
static java.lang.String |
LOOKAT_LAT
The latitude of the point the camera is looking at on the earth.
|
static java.lang.String |
LOOKAT_LON
The longitude of the point the camera is looking at on the earth.
|
static java.lang.String |
LOOKAT_RANGE
The distance in meters from the point that is being looked at to the camera.
|
static java.lang.String |
LOOKAT_TERRAIN_ALT
The altitude of the terrain of the point that is being looked at.
|
static java.lang.String |
LOOKAT_TERRAIN_LAT
Same as
LOOKAT_LAT but including a terrain. |
static java.lang.String |
LOOKAT_TERRAIN_LON
Same as
LOOKAT_LON but including a terrain. |
static java.lang.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.
|
static java.lang.String |
TERRAIN_ENABLED
Whether or not terrain is enabled.
|
static java.lang.String |
VERT_FOV
The vertical field of view of the camera.
|
static java.lang.String |
VERT_PIXELS
The vertical pixel count of the camera.
|
static java.util.Set<java.lang.String> |
VIEW_PARAMETERS
Unmodifiable set with all view-related parameters.
|
public static final java.lang.String LOOKAT_LON
public static final java.lang.String LOOKAT_LAT
public static final java.lang.String LOOKAT_RANGE
public static final java.lang.String LOOKAT_TILT
public static final java.lang.String LOOKAT_HEADING
public static final java.lang.String LOOKAT_TERRAIN_LON
LOOKAT_LON
but including a terrain.public static final java.lang.String LOOKAT_TERRAIN_LAT
LOOKAT_LAT
but including a terrain.public static final java.lang.String LOOKAT_TERRAIN_ALT
public static final java.lang.String CAMERA_LON
public static final java.lang.String CAMERA_LAT
public static final java.lang.String CAMERA_ALT
public static final java.lang.String HORIZ_FOV
public static final java.lang.String VERT_FOV
public static final java.lang.String HORIZ_PIXELS
public static final java.lang.String VERT_PIXELS
public static final java.lang.String TERRAIN_ENABLED
public static final java.lang.String CLIENT_VERSION
public static final java.lang.String KML_VERSION
public static final java.lang.String CLIENT_NAME
public static final java.lang.String LANGUAGE
public static final java.lang.String BBOX_NORTH
public static final java.lang.String BBOX_EAST
public static final java.lang.String BBOX_SOUTH
public static final java.lang.String BBOX_WEST
public static final java.util.Set<java.lang.String> VIEW_PARAMETERS