public class DefaultProcessing extends ISOMetadata implements Processing
LE_Processing
└─identifier…… Information to identify the processing package that produced the data.
└─code………… Alphanumeric value identifying an instance in the namespace.Limitations:
XML instead.Defined in the sis-metadata module
identifiers| Constructor and Description |
|---|
DefaultProcessing()
Constructs an initially empty range element description.
|
DefaultProcessing(Processing object)
Constructs a new instance initialized with the values from the specified metadata object.
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultProcessing |
castOrCopy(Processing object)
Returns a SIS metadata implementation with the values of 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.
|
freeze, getIdentifierMap, getIdentifiers, getStandardcheckWritePermission, clone, collectionType, copyCollection, copyList, copySet, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSetasMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toStringpublic DefaultProcessing()
public DefaultProcessing(Processing object)
object - the metadata to copy values from, or null if none.castOrCopy(Processing)public static DefaultProcessing castOrCopy(Processing object)
null, then this method returns null.DefaultProcessing, then it is returned unchanged.DefaultProcessing instance is created using the
copy constructor
and returned. Note that this is a shallow copy operation, since the other
metadata contained in the given object are not recursively copied.object - the object to get as a SIS implementation, or null if none.null if the argument was null.public Identifier getIdentifier()
getIdentifier in interface Processingnull.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 Processingnull.public 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()
getRunTimeParameters in interface Processingnull.public 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.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.