Package com.luciad.format.kml22.model
Class TLcdKML22ParameterConstants
java.lang.Object
com.luciad.format.kml22.model.TLcdKML22ParameterConstants
Predefined KML parameters.
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe east side of the bounding box of the visible area on the screen, expressed in a longitude.static final StringThe north side of the bounding box of the visible area on the screen, expressed in a latitude.static final StringThe south side of the bounding box of the visible area on the screen, expressed in a latitude.static final StringThe west side of the bounding box of the visible area on the screen, expressed in a longitude.static final StringThe altitude of the camera, in meters.static final StringThe latitude of the camera.static final StringThe longitude of the camera.static final StringThe name of the client.static final StringThe version of the client.static final StringThe horizontal field of view of the camera.static final StringThe horizontal pixel count of the camerastatic final StringThe version of KML.static final StringThe language of the client.static final StringThe direction of the point that is being looked to the camera at in degrees.static final StringThe latitude of the point the camera is looking at on the earth.static final StringThe longitude of the point the camera is looking at on the earth.static final StringThe distance in meters from the point that is being looked at to the camera.static final StringThe altitude of the terrain of the point that is being looked at.static final StringSame asLOOKAT_LATbut including a terrain.static final StringSame asLOOKAT_LONbut including a terrain.static final StringThe angle between the direction of the position that is being looked at and the normal to the surface of the earth.static final StringWhether or not terrain is enabled.static final StringThe vertical field of view of the camera.static final StringThe vertical pixel count of the camera.Unmodifiable set with all view-related parameters. -
Method Summary
-
Field Details
-
LOOKAT_LON
The longitude of the point the camera is looking at on the earth.- See Also:
-
LOOKAT_LAT
The latitude of the point the camera is looking at on the earth.- See Also:
-
LOOKAT_RANGE
The distance in meters from the point that is being looked at to the camera.- See Also:
-
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
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
Same asLOOKAT_LONbut including a terrain.- See Also:
-
LOOKAT_TERRAIN_LAT
Same asLOOKAT_LATbut including a terrain.- See Also:
-
LOOKAT_TERRAIN_ALT
The altitude of the terrain of the point that is being looked at.- See Also:
-
CAMERA_LON
The longitude of the camera.- See Also:
-
CAMERA_LAT
The latitude of the camera.- See Also:
-
CAMERA_ALT
The altitude of the camera, in meters.- See Also:
-
HORIZ_FOV
The horizontal field of view of the camera.- See Also:
-
VERT_FOV
The vertical field of view of the camera.- See Also:
-
HORIZ_PIXELS
The horizontal pixel count of the camera- See Also:
-
VERT_PIXELS
The vertical pixel count of the camera.- See Also:
-
TERRAIN_ENABLED
Whether or not terrain is enabled.- See Also:
-
CLIENT_VERSION
The version of the client.- See Also:
-
KML_VERSION
The version of KML.- See Also:
-
CLIENT_NAME
The name of the client.- See Also:
-
LANGUAGE
The language of the client.- See Also:
-
BBOX_NORTH
The north side of the bounding box of the visible area on the screen, expressed in a latitude.- See Also:
-
BBOX_EAST
The east side of the bounding box of the visible area on the screen, expressed in a longitude.- See Also:
-
BBOX_SOUTH
The south side of the bounding box of the visible area on the screen, expressed in a latitude.- See Also:
-
BBOX_WEST
The west side of the bounding box of the visible area on the screen, expressed in a longitude.- See Also:
-
VIEW_PARAMETERS
Unmodifiable set with all view-related parameters.
-