Uses of Enum Class
Array.sensors.ArraySensorFieldType
Packages that use ArraySensorFieldType
Package
Description
-
Uses of ArraySensorFieldType in analogarraysensor
Methods in analogarraysensor with parameters of type ArraySensorFieldTypeModifier and TypeMethodDescriptionAnalogArraySensorDataUnit.getField
(int streamer, ArraySensorFieldType fieldtype) boolean
AnalogArraySensorDataBlock.hasSensorField
(ArraySensorFieldType fieldType) -
Uses of ArraySensorFieldType in Array
Methods in Array with parameters of type ArraySensorFieldTypeModifier and TypeMethodDescriptionStreamer.getOrientationTypes
(ArraySensorFieldType sensorType) Streamer.getSensorDataBlocks
(ArraySensorFieldType sensorType) Streamer.getSensorField
(ArraySensorFieldType sensorType) Get a value for one of the four orientation fields.void
Streamer.setOrientationTypes
(ArraySensorFieldType sensorType, ArrayParameterType orientationType) void
Streamer.setSensorDataBlocks
(ArraySensorFieldType sensorType, String sensorDataBlock) void
Streamer.setSensorField
(ArraySensorFieldType sensorType, Double value) Set a value for one of the four orientation fields. -
Uses of ArraySensorFieldType in Array.layoutFX
Methods in Array.layoutFX that return ArraySensorFieldTypeConstructors in Array.layoutFX with parameters of type ArraySensorFieldTypeModifierConstructorDescriptionSensorSourcePane
(ArraySensorFieldType sensorType, boolean fixedOption, boolean defaultOption) -
Uses of ArraySensorFieldType in Array.sensors
Methods in Array.sensors that return ArraySensorFieldTypeModifier and TypeMethodDescriptionstatic ArraySensorFieldType
Returns the enum constant of this class with the specified name.static ArraySensorFieldType[]
ArraySensorFieldType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in Array.sensors with parameters of type ArraySensorFieldTypeModifier and TypeMethodDescriptionArraySensorDataUnit.getField
(int streamer, ArraySensorFieldType fieldtype) Get a value for a specified field for a specified streamer.boolean
ArraySensorDataBlock.hasSensorField
(ArraySensorFieldType fieldType) Ask if this data block has data of a specified field type. -
Uses of ArraySensorFieldType in Array.sensors.swing
Methods in Array.sensors.swing with parameters of type ArraySensorFieldTypeModifier and TypeMethodDescriptionArrayDimComponent.getSensorValue
(int iStreamer, ArraySensorFieldType fieldType) HeadingComponent.getSensorValue
(int iStreamer, ArraySensorFieldType fieldType) Constructors in Array.sensors.swing with parameters of type ArraySensorFieldTypeModifierConstructorDescriptionSensorSourceComponent
(ArraySensorFieldType sensorType, boolean fixedOption, boolean defaultOption) -
Uses of ArraySensorFieldType in ArrayAccelerometer
Methods in ArrayAccelerometer with parameters of type ArraySensorFieldTypeModifier and TypeMethodDescriptionArrayAccelDataUnit.getField
(int streamer, ArraySensorFieldType fieldType) boolean
ArrayAccelDataBlock.hasSensorField
(ArraySensorFieldType fieldType) -
Uses of ArraySensorFieldType in depthReadout
Methods in depthReadout with parameters of type ArraySensorFieldTypeModifier and TypeMethodDescriptionDepthDataUnit.getField
(int streamer, ArraySensorFieldType fieldType) boolean
DepthDataBlock.hasSensorField
(ArraySensorFieldType fieldType) -
Uses of ArraySensorFieldType in GPS
Methods in GPS with parameters of type ArraySensorFieldTypeModifier and TypeMethodDescriptionGpsData.getField
(int streamer, ArraySensorFieldType fieldtype) boolean
GpsData.setOrientationField
(ArraySensorFieldType fieldType, Double val) Set a numeric value in a gps data orientation field.