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
Modifier and TypeFieldDescriptionstatic final String
The east side of the bounding box of the visible area on the screen, expressed in a longitude.static final String
The north side of the bounding box of the visible area on the screen, expressed in a latitude.static final String
The south side of the bounding box of the visible area on the screen, expressed in a latitude.static final String
The west side of the bounding box of the visible area on the screen, expressed in a longitude.static final String
The altitude of the camera, in meters.static final String
The latitude of the camera.static final String
The longitude of the camera.static final String
The name of the client.static final String
The version of the client.static final String
The horizontal field of view of the camera.static final String
The horizontal pixel count of the camerastatic final String
The version of KML.static final String
The language of the client.static final String
The direction of the point that is being looked to the camera at in degrees.static final String
The latitude of the point the camera is looking at on the earth.static final String
The longitude of the point the camera is looking at on the earth.static final String
The distance in meters from the point that is being looked at to the camera.static final String
The altitude of the terrain of the point that is being looked at.static final String
Same asLOOKAT_LAT
but including a terrain.static final String
Same asLOOKAT_LON
but including a terrain.static final String
The angle between the direction of the position that is being looked at and the normal to the surface of the earth.static final String
Whether or not terrain is enabled.static final String
The vertical field of view of the camera.static final String
The 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_LON
but including a terrain.- See Also:
-
LOOKAT_TERRAIN_LAT
Same asLOOKAT_LAT
but 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.
-