|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.metadata.AbstractMetadata
org.geotools.metadata.ModifiableMetadata
org.geotools.metadata.iso.MetadataEntity
org.geotools.metadata.iso.lineage.ProcessStepImpl
public class ProcessStepImpl
Description of the event, including related parameters or tolerances.
Field Summary |
---|
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
ProcessStepImpl()
Creates an initially empty process step. |
|
ProcessStepImpl(org.opengis.util.InternationalString description)
Creates a process step initialized to the given description. |
|
ProcessStepImpl(org.opengis.metadata.lineage.ProcessStep source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
java.util.Date |
getDate()
Returns the date and time or range of date and time on or over which the process step occurred. |
org.opengis.util.InternationalString |
getDescription()
Returns the description of the event, including related parameters or tolerances. |
java.util.Collection<org.opengis.metadata.citation.ResponsibleParty> |
getProcessors()
Returns the identification of, and means of communication with, person(s) and organization(s) associated with the process step. |
org.opengis.util.InternationalString |
getRationale()
Returns the requirement or purpose for the process step. |
java.util.Collection<org.opengis.metadata.lineage.Source> |
getSources()
Returns the information about the source data used in creating the data specified by the scope. |
void |
setDate(java.util.Date newValue)
Set the date and time or range of date and time on or over which the process step occurred. |
void |
setDescription(org.opengis.util.InternationalString newValue)
Set the description of the event, including related parameters or tolerances. |
void |
setProcessors(java.util.Collection<? extends org.opengis.metadata.citation.ResponsibleParty> newValues)
Identification of, and means of communication with, person(s) and organization(s) associated with the process step. |
void |
setRationale(org.opengis.util.InternationalString newValue)
Set the requirement or purpose for the process step. |
void |
setSources(java.util.Collection<? extends org.opengis.metadata.lineage.Source> newValues)
Information about the source data used in creating the data specified by the scope. |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class org.geotools.metadata.ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class org.geotools.metadata.AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProcessStepImpl()
public ProcessStepImpl(org.opengis.metadata.lineage.ProcessStep source)
public ProcessStepImpl(org.opengis.util.InternationalString description)
Method Detail |
---|
public org.opengis.util.InternationalString getDescription()
getDescription
in interface org.opengis.metadata.lineage.ProcessStep
public void setDescription(org.opengis.util.InternationalString newValue)
public org.opengis.util.InternationalString getRationale()
getRationale
in interface org.opengis.metadata.lineage.ProcessStep
public void setRationale(org.opengis.util.InternationalString newValue)
public java.util.Date getDate()
getDate
in interface org.opengis.metadata.lineage.ProcessStep
public void setDate(java.util.Date newValue)
public java.util.Collection<org.opengis.metadata.citation.ResponsibleParty> getProcessors()
getProcessors
in interface org.opengis.metadata.lineage.ProcessStep
public void setProcessors(java.util.Collection<? extends org.opengis.metadata.citation.ResponsibleParty> newValues)
public java.util.Collection<org.opengis.metadata.lineage.Source> getSources()
getSources
in interface org.opengis.metadata.lineage.ProcessStep
public void setSources(java.util.Collection<? extends org.opengis.metadata.lineage.Source> newValues)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |