| vars.annotation.CameraData |
Known Indirect Subclasses
|
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | PROP_DIRECTION | ||||||||||
| String | PROP_FIELD_WIDTH | ||||||||||
| String | PROP_FOCUS | ||||||||||
| String | PROP_HEADING | ||||||||||
| String | PROP_IMAGE_REFERENCE | ||||||||||
| String | PROP_IRIS | ||||||||||
| String | PROP_NAME | ||||||||||
| String | PROP_PITCH | ||||||||||
| String | PROP_ROLL | ||||||||||
| String | PROP_VIDEO_FRAME | ||||||||||
| String | PROP_VIEW_HEIGHT | ||||||||||
| String | PROP_VIEW_UNITS | ||||||||||
| String | PROP_VIEW_WIDTH | ||||||||||
| String | PROP_X | ||||||||||
| String | PROP_X_Y_UNITS | ||||||||||
| String | PROP_Y | ||||||||||
| String | PROP_Z | ||||||||||
| String | PROP_ZOOM | ||||||||||
| String | PROP_Z_UNITS | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Check to verfiy that a cameradata object contains data.
| |||||||||||
Get the
CameraData direction. | |||||||||||
Get the
CameraData field width. | |||||||||||
Get the
CameraData focus. | |||||||||||
Get the
String of the Still Image captured by this CameraData. | |||||||||||
Get the
CameraData iris. | |||||||||||
Get the String name for this
CameraData object. | |||||||||||
Get the
CameraData zoom. | |||||||||||
Set | |||||||||||
Set
CameraData field width. | |||||||||||
Set
CameraData focus. | |||||||||||
Set
String of the Still Image URL captured by this CameraData. | |||||||||||
Set
CameraData iris. | |||||||||||
Set the name of the camera used to capture the related video tape. | |||||||||||
Set
CameraData zoom. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
vars.VARSObject
| |||||||||||
Check to verfiy that a cameradata object contains data.
Get the CameraData direction.
CameraData direction.
Get the CameraData field width.
CameraData field width.
Get the CameraData focus.
CameraData focus.
Get the String of the Still Image captured by this CameraData.
String of the Still Image URL captured by this CameraData.
Get the CameraData iris.
CameraData iris.
Get the String name for this CameraData object.
CameraData object.
Get the CameraData zoom.
CameraData zoom.
Set CameraData direction. This is typically a string such as 'ascending', 'descending', 'or cruise'. WARNING: Names longer than 50 characters will be truncated
Set CameraData field width.
| fieldWidth | The double value of camera field width. |
|---|
Set CameraData focus.
| focus | The integer value of camera focus. |
|---|
| tilt | in Radians |
|---|
Set String of the Still Image URL captured by this CameraData.
Set CameraData iris.
| iris | The integer value of camera iris. |
|---|
Set the name of the camera used to capture the related video tape. WARNING: Names longer than 50 characters will be truncated
| name | The String name of the camera used to capture the related video tape. |
|---|
| pitch | in Radians |
|---|
| roll | in Radians |
|---|
Set CameraData zoom.
| zoom | The integer value of camera zoom. |
|---|