csw.params.commands.Observe
See theObserve companion class
object Observe
Attributes
Members list
Type members
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Concrete methods
The apply method is used to create Observe command by end-user.
The apply method is used to create Observe command by end-user.
Value parameters
- commandName
-
the name of the command
- maybeObsId
-
an optional obsId for command
- source
-
prefix representing source of the command
Attributes
- Returns
-
a new instance of Observe with empty paramSet
def apply(source: Prefix, commandName: CommandName, maybeObsId: Option[ObsId], paramSet: Set[Parameter[_]]): Observe
The apply method is used to create Observe command by end-user.
The apply method is used to create Observe command by end-user.
Value parameters
- commandName
-
the name of the command
- maybeObsId
-
an optional obsId for command
- paramSet
-
an initial set of parameters (keys with values)
- source
-
prefix representing source of the command
Attributes
- Returns
-
a new instance of Observe
In this article