public class DefaultProcessing extends ISOMetadata implements Processing
Defined in the sis-metadata module
identifiers, LOGGER
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.
|
getIdentifierMap, getIdentifiers, getStandard
checkWritePermission, clone, collectionType, copyCollection, copyList, copySet, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSet
asMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toString
public 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 Processing
null
.public void setIdentifier(Identifier newValue)
newValue
- The new identifier value.public Collection<Citation> getSoftwareReferences()
getSoftwareReferences
in interface Processing
public void setSoftwareReferences(Collection<? extends Citation> newValues)
newValues
- The new software references values.public InternationalString getProcedureDescription()
null
if unspecified.getProcedureDescription
in interface Processing
null
.public void setProcedureDescription(InternationalString newValue)
newValue
- The new procedure description value.public Collection<Citation> getDocumentations()
getDocumentations
in interface Processing
public void setDocumentations(Collection<? extends Citation> newValues)
newValues
- The new documentations values.public InternationalString getRunTimeParameters()
getRunTimeParameters
in interface Processing
null
.public void setRunTimeParameters(InternationalString newValue)
newValue
- The new runtime parameter value.public Collection<Algorithm> getAlgorithms()
getAlgorithms
in interface Processing
public void setAlgorithms(Collection<? extends Algorithm> newValues)
newValues
- The new algorithms values.Copyright © 2010–2013 The Apache Software Foundation. All rights reserved.