Class DefaultObjective
Object
AbstractMetadata
ModifiableMetadata
ISOMetadata
DefaultObjective
- All Implemented Interfaces:
- Serializable,- Emptiable,- LenientComparable,- IdentifiedObject,- Objective
Describes the characteristics, spatial and temporal extent of the intended object to be observed.
 The following properties are mandatory in a well-formed metadata according ISO 19115:
 
 
MI_Objective
   ├─identifier………………………… Code used to identify the objective.
   │   └─code……………………………… Alphanumeric value identifying an instance in the namespace.
   └─objectiveOccurrence… Event or events associated with objective completion.
       ├─identifier……………… Event name or number.
       │   └─code…………………… Alphanumeric value identifying an instance in the namespace.
       ├─trigger……………………… Initiator of the event.
       ├─context……………………… Meaning of the event.
       ├─sequence…………………… Relative time ordering of the event.
       └─time……………………………… Time the event occurred.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 objective.DefaultObjective(Objective object) Constructs a new instance initialized with the values from the specified metadata object.
- 
Method SummaryModifier and TypeMethodDescriptionstatic DefaultObjectivecastOrCopy(Objective object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Returns the extent information including the bounding box, bounding polygon, vertical and temporal extent of the objective.Returns the role or purpose performed by or activity performed at the objective.Returns the code used to identify the objective.Returns the event or events associated with objective completion.getPass()Returns the pass of the platform over the objective.Returns the priority applied to the target.Returns the instrument which senses the objective data.Returns the collection technique for the objective.voidsetExtents(Collection<? extends Extent> newValues) Sets the extent information including the bounding box, bounding polygon, vertical and temporal extent of the objective.voidsetFunctions(Collection<? extends InternationalString> newValues) Sets the role or purpose performed by or activity performed at the objective.voidsetIdentifiers(Collection<? extends Identifier> newValues) Sets the code used to identify the objective.voidsetObjectiveOccurences(Collection<? extends Event> newValues) Sets the event or events associated with objective completion.voidsetPass(Collection<? extends PlatformPass> newValues) Sets the pass of the platform over the objective.voidsetPriority(InternationalString newValue) Sets the priority applied to the target.voidsetSensingInstruments(Collection<? extends Instrument> newValues) Sets the instrument which senses the objective data.voidsetTypes(Collection<? extends ObjectiveType> newValues) Sets the collection technique for the objective.Methods inherited from class ISOMetadatagetIdentifier, getIdentifierMap, getStandard, setIdentifier, 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- 
DefaultObjectivepublic DefaultObjective()Constructs an initially empty objective.
- 
DefaultObjectiveConstructs 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
       DefaultObjective, then it is returned unchanged.
- Otherwise a new DefaultObjectiveinstance 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 
- 
getIdentifiersReturns the code used to identify the objective.Unified identifiers viewIn this SIS implementation, the collection returned by this method includes the XML identifiers (ID, UUID, etc.), thus providing a unified view of every kind of identifiers associated to this objective.XML note: The<mac:identifier>element marshalled to XML will exclude all the above cited identifiers, for compliance with ISO 19115 model. Those identifiers will appear in other XML elements or attributes.- Specified by:
- getIdentifiersin interface- IdentifiedObject
- Specified by:
- getIdentifiersin interface- Objective
- Overrides:
- getIdentifiersin class- ISOMetadata
- Returns:
- identification of the objective.
- See Also:
 
- 
setIdentifiersSets the code used to identify the objective.XML identifiers (ID, UUID, etc.), are not affected by this method, unless they are explicitly provided in the given collection. - Parameters:
- newValues- the new identifiers values.
 
- 
getPriorityReturns the priority applied to the target.nullif unspecified.- Specified by:
- getPriorityin interface- Objective
- Returns:
- priority applied, or null.
 
- 
setPrioritySets the priority applied to the target.- Parameters:
- newValue- the new priority value.
 
- 
getTypesReturns the collection technique for the objective.
- 
setTypesSets the collection technique for the objective.- Parameters:
- newValues- the new types values.
 
- 
getFunctionsReturns the role or purpose performed by or activity performed at the objective.- Specified by:
- getFunctionsin interface- Objective
- Returns:
- role or purpose performed by or activity performed at the objective.
 
- 
setFunctionsSets the role or purpose performed by or activity performed at the objective.- Parameters:
- newValues- the new functions values.
 
- 
getExtentsReturns the extent information including the bounding box, bounding polygon, vertical and temporal extent of the objective.- Specified by:
- getExtentsin interface- Objective
- Returns:
- extent information.
 
- 
setExtentsSets the extent information including the bounding box, bounding polygon, vertical and temporal extent of the objective.- Parameters:
- newValues- the new extents values.
 
- 
getObjectiveOccurencesReturns the event or events associated with objective completion.Upcoming API change
 This method is misspelled (missing "r"). Its name may be fixed in GeoAPI 4.0.- Specified by:
- getObjectiveOccurencesin interface- Objective
- Returns:
- events associated with objective completion.
 
- 
setObjectiveOccurencesSets the event or events associated with objective completion.Upcoming API change
 This method is misspelled (missing "r"). Its name may be fixed in GeoAPI 4.0.- Parameters:
- newValues- the new objective occurrences values.
 
- 
getPassReturns the pass of the platform over the objective.
- 
setPassSets the pass of the platform over the objective.- Parameters:
- newValues- the new pass values.
 
- 
getSensingInstrumentsReturns the instrument which senses the objective data.- Specified by:
- getSensingInstrumentsin interface- Objective
- Returns:
- instrument which senses the objective data.
 
- 
setSensingInstrumentsSets the instrument which senses the objective data.- Parameters:
- newValues- the new sensing instruments values.
 
 
-