|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
DefaultOperation
@ThreadSafe public class DefaultOperation
Designations for the operation used to acquire the dataset.
| metadata/geotk-metadata (download) | View source code for this class |
| Field Summary |
|---|
| Fields inherited from class MetadataEntity |
|---|
identifiers |
| Fields inherited from class AbstractMetadata |
|---|
LOGGER |
| Constructor Summary | |
|---|---|
DefaultOperation()
Constructs an initially empty operation. |
|
DefaultOperation(Operation source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
| Method Summary | |
|---|---|
static DefaultOperation |
castOrCopy(Operation object)
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation. |
Collection<Operation> |
getChildOperations()
Returns the sub-missions that make up part of a larger mission. |
Citation |
getCitation()
Returns the identification of the mission. |
InternationalString |
getDescription()
Returns the description of the mission on which the platform observations are made and the objectives of that mission. |
Identifier |
getIdentifier()
Returns the unique identification of the operation. |
Collection<Objective> |
getObjectives()
Returns object(s) or area(s) of interest to be sensed. |
Operation |
getParentOperation()
Returns the heritage of the operation. |
Plan |
getPlan()
Returns the plan satisfied by the operation. |
Collection<Platform> |
getPlatforms()
Returns the platform (or platforms) used in the operation. |
Collection<Event> |
getSignificantEvents()
Returns the record of an event occurring during an operation. |
Progress |
getStatus()
Returns the status of the data acquisition. |
OperationType |
getType()
Returns the collection technique for the operation. |
void |
setChildOperations(Collection<? extends Operation> newValues)
Sets the sub-missions that make up part of a larger mission. |
void |
setCitation(Citation newValue)
Sets the identification of the mission. |
void |
setDescription(InternationalString newValue)
Sets the description of the mission on which the platform observations are made and the objectives of that mission. |
void |
setIdentifier(Identifier newValue)
Sets the unique identification of the operation. |
void |
setObjectives(Collection<? extends Objective> newValues)
Sets Object(s) or area(s) of interest to be sensed. |
void |
setParentOperation(Operation newValue)
Sets the heritage of the operation. |
void |
setPlan(Plan newValue)
Sets the plan satisfied by the operation. |
void |
setPlatforms(Collection<? extends Platform> newValues)
Sets the platform (or platforms) used in the operation. |
void |
setSignificantEvents(Collection<? extends Event> newValues)
Sets the record of an event occurring during an operation. |
void |
setStatus(Progress newValue)
Sets the status of the data acquisition. |
void |
setType(OperationType newValue)
Sets the collection technique for the operation. |
| Methods inherited from class MetadataEntity |
|---|
getIdentifierMap, getIdentifiers, getStandard |
| Methods inherited from class ModifiableMetadata |
|---|
checkWritePermission, clone, collectionType, copyCollection, copyList, copySet, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, prune, unmodifiable |
| Methods inherited from class AbstractMetadata |
|---|
asMap, asTree, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, parse, toString |
| Methods inherited from class Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultOperation()
public DefaultOperation(Operation source)
source - The metadata to copy, or null if none.| Method Detail |
|---|
public static DefaultOperation castOrCopy(Operation object)
null, then this method returns null.
Otherwise if the given object is already a Geotk implementation, then the given object is
returned unchanged. Otherwise a new Geotk implementation is created and initialized to the
attribute values of the given object, using a shallow copy operation
(i.e. attributes are not cloned).
object - The object to get as a Geotk implementation, or null if none.
null if the argument was null.public InternationalString getDescription()
null if unspecified.
getDescription in interface Operationpublic void setDescription(InternationalString newValue)
newValue - The new description value.public Citation getCitation()
null if unspecified.
getCitation in interface Operationpublic void setCitation(Citation newValue)
newValue - The new citation value.public Identifier getIdentifier()
getIdentifier in interface OperationgetIdentifier in class MetadataEntitynull if none.public void setIdentifier(Identifier newValue)
newValue - The new identifier value.public Progress getStatus()
getStatus in interface Operationpublic void setStatus(Progress newValue)
newValue - The new status value.public OperationType getType()
getType in interface Operationpublic void setType(OperationType newValue)
newValue - The new type value.public Collection<Operation> getChildOperations()
getChildOperations in interface Operationpublic void setChildOperations(Collection<? extends Operation> newValues)
newValues - The new child operations values.public Collection<Objective> getObjectives()
getObjectives in interface Operationpublic void setObjectives(Collection<? extends Objective> newValues)
newValues - The new objectives values.public Operation getParentOperation()
getParentOperation in interface Operationpublic void setParentOperation(Operation newValue)
newValue - The new parent operation value.public Plan getPlan()
getPlan in interface Operationpublic void setPlan(Plan newValue)
newValue - The new plan value.public Collection<Platform> getPlatforms()
getPlatforms in interface Operationpublic void setPlatforms(Collection<? extends Platform> newValues)
newValues - The new platforms values.public Collection<Event> getSignificantEvents()
getSignificantEvents in interface Operationpublic void setSignificantEvents(Collection<? extends Event> newValues)
newValues - The new significant events value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||