Class DefaultOperation
Object
AbstractMetadata
ModifiableMetadata
ISOMetadata
DefaultOperation
- All Implemented Interfaces:
- Serializable,- Emptiable,- LenientComparable,- IdentifiedObject,- Operation
Designations for the operation used to acquire the dataset.
 The following properties are mandatory in a well-formed metadata according ISO 19115:
 
 
MI_Operation
   ├─identifier………………… Unique identification of the operation.
   │   └─code……………………… Alphanumeric value identifying an instance in the namespace.
   ├─status…………………………… Status of the data acquisition.
   └─parentOperation…… Heritage of the operation.Limitations
- Instances of this class are not synchronized for multi-threading. Synchronization, if needed, is caller's responsibility.
- Serialized objects of this class are not guaranteed to be compatible with future Apache SIS releases.
       Serialization support is appropriate for short term storage or RMI between applications running the
       same version of Apache SIS. For long term storage, use XMLinstead.
- Since:
- 0.3
- See Also:
Defined in the sis-metadata module
- 
Nested Class SummaryNested classes/interfaces inherited from class ModifiableMetadataModifiableMetadata.State
- 
Field SummaryFields inherited from class ISOMetadataidentifiers
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs an initially empty operation.DefaultOperation(Operation object) Constructs a new instance initialized with the values from the specified metadata object.
- 
Method SummaryModifier and TypeMethodDescriptionstatic DefaultOperationcastOrCopy(Operation object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Returns the sub-missions that make up part of a larger mission.Returns the identification of the mission.Returns the description of the mission on which the platform observations are made and the objectives of that mission.Returns the unique identification of the operation.Returns object(s) or area(s) of interest to be sensed.Returns the heritage of the operation.getPlan()Returns the plan satisfied by the operation.Returns the platform (or platforms) used in the operation.Returns the record of an event occurring during an operation.Returns the status of the data acquisition.getType()Returns the collection technique for the operation.voidsetChildOperations(Collection<? extends Operation> newValues) Sets the sub-missions that make up part of a larger mission.voidsetCitation(Citation newValue) Sets the identification of the mission.voidsetDescription(InternationalString newValue) Sets the description of the mission on which the platform observations are made and the objectives of that mission.voidsetIdentifier(Identifier newValue) Sets the unique identification of the operation.voidsetObjectives(Collection<? extends Objective> newValues) Sets Object(s) or area(s) of interest to be sensed.voidsetParentOperation(Operation newValue) Sets the heritage of the operation.voidSets the plan satisfied by the operation.voidsetPlatforms(Collection<? extends Platform> newValues) Sets the platform (or platforms) used in the operation.voidsetSignificantEvents(Collection<? extends Event> newValues) Sets the record of an event occurring during an operation.voidsetStatus(Progress newValue) Sets the status of the data acquisition.voidsetType(OperationType newValue) Sets the collection technique for the operation.Methods inherited from class ISOMetadatagetIdentifierMap, getIdentifiers, getStandard, transitionToMethods inherited from class ModifiableMetadatacheckWritePermission, collectionType, copyCollection, copyList, copyMap, copySet, deepCopy, nonNullCollection, nonNullList, nonNullMap, nonNullSet, singleton, state, writeCollection, writeList, writeMap, writeSetMethods inherited from class AbstractMetadataasMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toString
- 
Constructor Details- 
DefaultOperationpublic DefaultOperation()Constructs an initially empty operation.
- 
DefaultOperationConstructs a new instance initialized with the values from the specified metadata object. This is a shallow copy constructor, because the other metadata contained in the given object are not recursively copied.- Parameters:
- object- the metadata to copy values from, or- nullif none.
- See Also:
 
 
- 
- 
Method Details- 
castOrCopyReturns a SIS metadata implementation with the values of the given arbitrary implementation. This method performs the first applicable action in the following choices:- If the given object is null, then this method returnsnull.
- Otherwise if the given object is already an instance of
       DefaultOperation, then it is returned unchanged.
- Otherwise a new DefaultOperationinstance is created using the copy constructor and returned. Note that this is a shallow copy operation, because the other metadata contained in the given object are not recursively copied.
 - Parameters:
- object- the object to get as a SIS implementation, or- nullif none.
- Returns:
- a SIS implementation containing the values of the given object (may be the
         given object itself), or nullif the argument was null.
 
- If the given object is 
- 
getDescriptionReturns the description of the mission on which the platform observations are made and the objectives of that mission.nullif unspecified.- Specified by:
- getDescriptionin interface- Operation
- Returns:
- description of the mission, or null.
 
- 
setDescriptionSets the description of the mission on which the platform observations are made and the objectives of that mission.- Parameters:
- newValue- the new description value.
 
- 
getCitationReturns the identification of the mission.nullif unspecified.- Specified by:
- getCitationin interface- Operation
- Returns:
- identification of the mission, or null.
 
- 
setCitationSets the identification of the mission.- Parameters:
- newValue- the new citation value.
 
- 
getIdentifierReturns the unique identification of the operation.- Specified by:
- getIdentifierin interface- Operation
- Overrides:
- getIdentifierin class- ISOMetadata
- Returns:
- unique identification of the operation, or null.
 
- 
setIdentifierSets the unique identification of the operation.- Overrides:
- setIdentifierin class- ISOMetadata
- Parameters:
- newValue- the new identifier value.
 
- 
getStatusReturns the status of the data acquisition.- Specified by:
- getStatusin interface- Operation
- Returns:
- status of the data acquisition, or null.
 
- 
setStatusSets the status of the data acquisition.- Parameters:
- newValue- the new status value.
 
- 
getTypeReturns the collection technique for the operation.
- 
setTypeSets the collection technique for the operation.- Parameters:
- newValue- the new type value.
 
- 
getChildOperationsReturns the sub-missions that make up part of a larger mission.- Specified by:
- getChildOperationsin interface- Operation
- Returns:
- sub-missions.
 
- 
setChildOperationsSets the sub-missions that make up part of a larger mission.- Parameters:
- newValues- the new child operations values.
 
- 
getObjectivesReturns object(s) or area(s) of interest to be sensed.- Specified by:
- getObjectivesin interface- Operation
- Returns:
- object(s) or area(s) of interest.
 
- 
setObjectivesSets Object(s) or area(s) of interest to be sensed.- Parameters:
- newValues- the new objectives values.
 
- 
getParentOperationReturns the heritage of the operation.- Specified by:
- getParentOperationin interface- Operation
- Returns:
- heritage of the operation, or null.
 
- 
setParentOperationSets the heritage of the operation.- Parameters:
- newValue- the new parent operation value.
 
- 
getPlanReturns the plan satisfied by the operation.
- 
setPlanSets the plan satisfied by the operation.- Parameters:
- newValue- the new plan value.
 
- 
getPlatformsReturns the platform (or platforms) used in the operation.- Specified by:
- getPlatformsin interface- Operation
- Returns:
- platforms used in the operation.
 
- 
setPlatformsSets the platform (or platforms) used in the operation.- Parameters:
- newValues- the new platforms values.
 
- 
getSignificantEventsReturns the record of an event occurring during an operation.- Specified by:
- getSignificantEventsin interface- Operation
- Returns:
- record of an event occurring during an operation.
 
- 
setSignificantEventsSets the record of an event occurring during an operation.- Parameters:
- newValues- the new significant events value.
 
 
-