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
Constructors - 
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.voidsetStaticPosition(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:
 clonein classOriginSettings
 - 
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
 getParameterSetin interfaceManagedParameters- Overrides:
 getParameterSetin classOriginSettings- Returns:
 - description of the parameters in a class.
 
 
 -