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) booleanAnalogArraySensorDataBlock.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.voidStreamer.setOrientationTypes(ArraySensorFieldType sensorType, ArrayParameterType orientationType) voidStreamer.setSensorDataBlocks(ArraySensorFieldType sensorType, String sensorDataBlock) voidStreamer.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 ArraySensorFieldTypeReturns 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.booleanArraySensorDataBlock.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) booleanArrayAccelDataBlock.hasSensorField(ArraySensorFieldType fieldType)  - 
Uses of ArraySensorFieldType in depthReadout
Methods in depthReadout with parameters of type ArraySensorFieldTypeModifier and TypeMethodDescriptionDepthDataUnit.getField(int streamer, ArraySensorFieldType fieldType) booleanDepthDataBlock.hasSensorField(ArraySensorFieldType fieldType)  - 
Uses of ArraySensorFieldType in GPS
Methods in GPS with parameters of type ArraySensorFieldTypeModifier and TypeMethodDescriptionGpsData.getField(int streamer, ArraySensorFieldType fieldtype) booleanGpsData.setOrientationField(ArraySensorFieldType fieldType, Double val) Set a numeric value in a gps data orientation field.