Package Array.streamerOrigin
Class StaticOriginSettings
java.lang.Object
Array.streamerOrigin.OriginSettings
Array.streamerOrigin.StaticOriginSettings
- All Implemented Interfaces:
Serializable
,Cloneable
,SettingsObject
,ManagedParameters
- See Also:
-
Field Summary
Fields inherited from class Array.streamerOrigin.OriginSettings
originMethodClass
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Get a set of data that describes all of the parameters in a classGet the main position and orientation of a static hydrophone cluster.void
setStaticPosition
(Streamer streamer, GpsData staticPosition) Set the main position and orientation of a static hydrophone cluster.
-
Constructor Details
-
StaticOriginSettings
public StaticOriginSettings()
-
-
Method Details
-
getStaticPosition
Get the main position and orientation of a static hydrophone cluster.- Returns:
- the staticPosition
-
setStaticPosition
Set the main position and orientation of a static hydrophone cluster.- Parameters:
streamer
-staticPosition
- the staticPosition to set
-
clone
- Overrides:
clone
in classOriginSettings
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Overrides:
getParameterSet
in classOriginSettings
- Returns:
- description of the parameters in a class.
-