|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
DefaultProcessing
@ThreadSafe public class DefaultProcessing
Comprehensive information about the procedure(s), process(es) and algorithm(s) applied in the process step.
| 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 | |
|---|---|
DefaultProcessing()
Constructs an initially empty range element description. |
|
DefaultProcessing(Processing source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
| Method Summary | |
|---|---|
static DefaultProcessing |
castOrCopy(Processing object)
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation. |
Collection<Algorithm> |
getAlgorithms()
Returns the details of the methodology by which geographic information was derived from the instrument readings. |
Collection<Citation> |
getDocumentations()
Returns the reference to documentation describing the processing. |
Identifier |
getIdentifier()
Returns the information to identify the processing package that produced the data. |
InternationalString |
getProcedureDescription()
Returns the additional details about the processing procedures. |
InternationalString |
getRunTimeParameters()
Returns the parameters to control the processing operations, entered at run time. |
Collection<Citation> |
getSoftwareReferences()
Returns the reference to document describing processing software. |
void |
setAlgorithms(Collection<? extends Algorithm> newValues)
Sets the details of the methodology by which geographic information was derived from the instrument readings. |
void |
setDocumentations(Collection<? extends Citation> newValues)
Sets the reference to documentation describing the processing. |
void |
setIdentifier(Identifier newValue)
Sets the information to identify the processing package that produced the data. |
void |
setProcedureDescription(InternationalString newValue)
Sets the additional details about the processing procedures. |
void |
setRunTimeParameters(InternationalString newValue)
Sets the parameters to control the processing operations, entered at run time. |
void |
setSoftwareReferences(Collection<? extends Citation> newValues)
Sets the reference to document describing processing software. |
| 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 DefaultProcessing()
public DefaultProcessing(Processing source)
source - The metadata to copy, or null if none.| Method Detail |
|---|
public static DefaultProcessing castOrCopy(Processing 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 Identifier getIdentifier()
getIdentifier in interface ProcessinggetIdentifier in class MetadataEntitynull if none.public void setIdentifier(Identifier newValue)
newValue - The new identifier value.public Collection<Citation> getSoftwareReferences()
getSoftwareReferences in interface Processingpublic void setSoftwareReferences(Collection<? extends Citation> newValues)
newValues - The new software references values.public InternationalString getProcedureDescription()
null if unspecified.
getProcedureDescription in interface Processingpublic void setProcedureDescription(InternationalString newValue)
newValue - The new procedure description value.public Collection<Citation> getDocumentations()
getDocumentations in interface Processingpublic void setDocumentations(Collection<? extends Citation> newValues)
newValues - The new documentations values.public InternationalString getRunTimeParameters()
null if unspecified.
getRunTimeParameters in interface Processingpublic void setRunTimeParameters(InternationalString newValue)
newValue - The new runtime parameter value.public Collection<Algorithm> getAlgorithms()
getAlgorithms in interface Processingpublic void setAlgorithms(Collection<? extends Algorithm> newValues)
newValues - The new algorithms values.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||