|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
DefaultAcquisitionInformation
@ThreadSafe public class DefaultAcquisitionInformation
Designations for the measuring instruments, the platform carrying them, and the mission to which the data contributes.
| 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 | |
|---|---|
DefaultAcquisitionInformation()
Constructs an initially empty acquisition information. |
|
DefaultAcquisitionInformation(AcquisitionInformation source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
| Method Summary | |
|---|---|
static DefaultAcquisitionInformation |
castOrCopy(AcquisitionInformation object)
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation. |
Collection<Plan> |
getAcquisitionPlans()
Returns the plan as implemented by the acquisition. |
Collection<Requirement> |
getAcquisitionRequirements()
Returns the requirement the data acquisition intends to satisfy. |
EnvironmentalRecord |
getEnvironmentalConditions()
Returns a record of the environmental circumstances during the data acquisition. |
Collection<Instrument> |
getInstruments()
Returns the general information about the instrument used in data acquisition. |
Collection<Objective> |
getObjectives()
Returns the area or object to be sensed. |
Collection<Operation> |
getOperations()
Returns the general information about an identifiable activity which provided the data. |
Collection<Platform> |
getPlatforms()
Returns the general information about the platform from which the data were taken. |
void |
setAcquisitionPlans(Collection<? extends Plan> newValues)
Sets the plan as implemented by the acquisition. |
void |
setAcquisitionRequirements(Collection<? extends Requirement> newValues)
Sets the requirement the data acquisition intends to satisfy. |
void |
setEnvironmentalConditions(EnvironmentalRecord newValue)
Sets the record of the environmental circumstances during the data acquisition. |
void |
setInstruments(Collection<? extends Instrument> newValues)
Sets the general information about the instrument used in data acquisition. |
void |
setObjectives(Collection<? extends Objective> newValues)
Sets the area or object to be sensed. |
void |
setOperations(Collection<? extends Operation> newValues)
Sets the general information about an identifiable activity which provided the data. |
void |
setPlatforms(Collection<? extends Platform> newValues)
Sets the general information about the platform from which the data were taken. |
| Methods inherited from class MetadataEntity |
|---|
getIdentifier, 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 DefaultAcquisitionInformation()
public DefaultAcquisitionInformation(AcquisitionInformation source)
source - The metadata to copy, or null if none.| Method Detail |
|---|
public static DefaultAcquisitionInformation castOrCopy(AcquisitionInformation 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 Collection<Plan> getAcquisitionPlans()
getAcquisitionPlans in interface AcquisitionInformationpublic void setAcquisitionPlans(Collection<? extends Plan> newValues)
newValues - The new plan values.public Collection<Requirement> getAcquisitionRequirements()
getAcquisitionRequirements in interface AcquisitionInformationpublic void setAcquisitionRequirements(Collection<? extends Requirement> newValues)
newValues - The new acquisition requirements values.public EnvironmentalRecord getEnvironmentalConditions()
null if unspecified.
getEnvironmentalConditions in interface AcquisitionInformationpublic void setEnvironmentalConditions(EnvironmentalRecord newValue)
newValue - The new environmental record value.public Collection<Instrument> getInstruments()
getInstruments in interface AcquisitionInformationpublic void setInstruments(Collection<? extends Instrument> newValues)
newValues - The new instruments values.public Collection<Objective> getObjectives()
getObjectives in interface AcquisitionInformationpublic void setObjectives(Collection<? extends Objective> newValues)
newValues - The new objectives values.public Collection<Operation> getOperations()
getOperations in interface AcquisitionInformationpublic void setOperations(Collection<? extends Operation> newValues)
newValues - The new operations values.public Collection<Platform> getPlatforms()
getPlatforms in interface AcquisitionInformationpublic void setPlatforms(Collection<? extends Platform> newValues)
newValues - The new platforms values.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||